/* ==========================================================================
   Legacy Database Fixes - Unique Styles Only
   ========================================================================== */

/* Breadcrumbs - unique to this file */
#breadcrumbs {
    color: #000;
    font-size: 16px;
    visibility: visible;
    opacity: 1;
    display: inline-block;
}

#breadcrumbs a {
    color: #000;
    text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
    font-weight: bold;
    color: #000;
}

/* Video Embed Container - unique styling */
.video-embed-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 15px; /* Rounded corners */
    margin-bottom: 20px; /* Optional spacing */
}

.video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Instagram Feed Header Text */
.instagram-feed .header-text,
.instagram-feed .header-text * {
    color: #000 !important;
}

/* Instagram Feed Button Specifics */
.instagram-feed .sbi_follow_btn a,
.instagram-feed .sbi_follow_btn a *,
.instagram-feed .sbi_follow_btn a span {
    color: #ffffff !important;
    background-color: #000033 !important;
}

.instagram-feed .sbi_follow_btn a svg,
.instagram-feed .sbi_follow_btn a path {
    fill: #ffffff !important;
}

/* Link Reset - Global Override */
body a:not(.btn-default):not(.btn-white):not(.btn-link):not(.card a):not(.info-card-link a):not(.rating-text a):not(.profile a):not(.navbar a):not(.social-links a):not(.post-title a):not(.entry-title a):not(.archive-title a):not(.meta a) {
    color: inherit !important;
    text-decoration: underline !important;
}

/* Enforce no underlines for specific elements */
a {
    text-decoration: none !important;
    border-bottom: none !important;
}

a:hover, 
a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Home Quote Specific Styling */
.home-quote h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000A40;
    margin-top: 5px;
    text-align: center;
}

/* Author Archive Specific */
.author-avatar {
    border-radius: 10px;
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
}

.author-bio {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Nearby Cities: force white links - unique to this file */
.nearby-cities .list-unstyled li a {
    color: #fff !important;
}