/*
 Theme Name:   BirdsDepot Child
 Theme URI:    https://birdsdepot.com
 Description:  Child theme for BirdsDepot — inherits GeneratePress with custom branding, mobile nav fix, and SEO improvements.
 Author:        BirdsDepot
 Author URI:    https://birdsdepot.com
 Template:      generatepress
 Version:       1.35.0
 Tags:          birds, nature, birdwatching
 Text Domain:   generatepress-child
*/



:root {
    --bd-navy:       #274061;
    --bd-green:      #3dbb85;
    --bd-blue:       #1e73be;
    --bd-white:      #ffffff;
    --bd-offwhite:   #f7f8f9;
    --bd-text:       #333333;
    --bd-border:     #eeeeee;
    --bd-radius:     4px;
    --bd-transition: 0.15s ease-in-out;

    --bd-amber:      #c9852f;
    --bd-slate:      #6b7b8c;
}

@media (max-width: 960px) {
    #site-navigation.toggled .main-nav > ul {
        display: block;
        position: static;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background-color: #f7f7f7;
        border-top: 3px solid var(--bd-green);
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #site-navigation.toggled .main-nav ul ul {
        position: static;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background-color: #f4f9f7;
        box-shadow: none;
    }

    #site-navigation.toggled .main-nav ul li a {
        display: block;
        padding: 12px 20px;color: var(--bd-blue);
    }
}

body {
    font-family: Lora, Georgia, serif;
    font-size: 18px;
    line-height: 1.75;
    color: var(--bd-text);
    -webkit-font-smoothing: antialiased;
}

.entry-content p {
    line-height: 1.8;
    margin-bottom: 1.4em;
}

h1 { color: var(--bd-navy); }
h2 { color: var(--bd-green); font-size: 28px; font-weight: 600; }
h3 { color: var(--bd-navy); font-size: 24px; font-weight: 600; line-height: 1.4em; padding-top: 15px; }

.site-header {
    border-bottom: 1px solid var(--bd-border);
    background-color: var(--bd-offwhite);
}

.site-header .header-image {
    width: 150px;
    height: auto;
}

.main-navigation .main-nav ul li a {
    font-family: Lora, Georgia, serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--bd-blue);
    transition: color var(--bd-transition);
}

.main-navigation .main-nav ul li a:hover { color: var(--bd-green); }

.main-navigation .main-nav ul ul {
    background-color: var(--bd-blue);
    border-top: 2px solid var(--bd-green);
}

.main-navigation .main-nav ul ul li a {
    color: var(--bd-white);
    font-size: 14px;
}

.main-navigation .main-nav ul ul li a:hover {
    background-color: var(--bd-navy);
    color: var(--bd-white);
}

a { color: var(--bd-blue); text-decoration: none; transition: color var(--bd-transition); }
a:hover, a:focus { color: var(--bd-green); }

h2.gb-headline-84923e14 a,
.gb-headline-f15be85f a {
    color: var(--bd-navy);
    transition: color var(--bd-transition);
}

h2.gb-headline-84923e14 a:hover,
.gb-headline-f15be85f a:hover { color: var(--bd-green); }

.dynamic-featured-image,
.gb-image-ee1b3c8b {
    transition: transform 0.25s ease-in-out;
    display: block;
    width: 100%;
    border-radius: var(--bd-radius);
}

.gb-block-image-ee1b3c8b:hover .gb-image-ee1b3c8b,
.dynamic-content-template:hover .dynamic-featured-image {
    transform: scale(1.02);
}

.td-block-title1 {
    font-family: Lora, Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bd-navy);
    border-bottom: 2px solid var(--bd-green);
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.wp-show-posts-entry-title a {
    color: var(--bd-navy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    transition: color var(--bd-transition);
}

.wp-show-posts-entry-title a:hover { color: var(--bd-green); }

.site-footer { border-top: 3px solid var(--bd-green); }
.footer-widgets { background-color: #f3f3f5; }
.site-info { background-color: var(--bd-navy); color: var(--bd-white); font-size: 14px; }

ul#menu-footer li a:hover { color: var(--bd-green); }
.social-button { display: inline-flex; }
.social-button a { color: var(--bd-navy); transition: color var(--bd-transition); }
.social-button a:hover { color: var(--bd-green); }
.fb-button, .tw-button, .yt-button { margin-right: 15px; display: inline-flex; align-items: center; }

.generate-back-to-top { background-color: var(--bd-navy); color: var(--bd-white); border-radius: 50%; }
.generate-back-to-top:hover { background-color: var(--bd-green); color: var(--bd-white); }

a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 2px solid var(--bd-green);
    outline-offset: 3px;
}

@media (max-width: 960px) {
    .site-header .site-logo img,
    .site-header .header-image {
        height: 40px !important;
        width: auto !important;
        max-width: 160px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.bd-widget__title,
.bd-hero__title {
    font-family: Lora, Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bd-navy);
    border-bottom: 2px solid var(--bd-green);
    padding-bottom: 8px;
    margin: -1px 0 16px;
}
.bd-hero__title { font-size: 15px; margin-bottom: 20px; }

.bd-archive-heading {
    grid-column: 1 / -1;
    width: 100%;
    font-family: Lora, Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bd-navy);
    border-bottom: 2px solid var(--bd-green);
    padding-bottom: 10px;
    margin: 20px 0 24px;
}

body { overflow-x: hidden; overflow-y: visible; }
.bd-intro,
.bd-hero,
.bd-post-header,
.bd-archive-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.bd-intro {
    background-color: var(--bd-green);
    text-align: center;
}
.bd-intro__inner { max-width: 1100px; margin: 0 auto; padding: 56px 10px 56px 20px; }
.bd-intro__title {
    color: var(--bd-white);
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 20px;
}
.bd-intro__text {
    color: var(--bd-white);
    font-size: 17px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
    opacity: 0.94;
}
@media (max-width: 960px) {
    .bd-intro__inner { padding: 40px 20px; }
    .bd-intro__title { font-size: 28px; }
    .bd-intro__text { font-size: 15px; }
}

.bd-ad-slot {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.bd-ad-slot__label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 6px;
}

.bd-ad-slot--top {
    background-color: var(--bd-offwhite);
    padding: 28px 10px 28px 20px;
    min-height: 100px;
}
.bd-ad-slot--top .adsbygoogle {
    width: 320px;
    height: 100px;
}
@media (min-width: 800px) {
    .bd-ad-slot--top { min-height: 90px; }
    .bd-ad-slot--top .adsbygoogle { width: 728px; height: 90px; }
}

.bd-ad-slot--post-header {
    width: auto;
    float: left;
    background-color: transparent;
    margin: 0 20px 10px 0;
    min-height: 100px;
}
.bd-ad-slot--post-header .adsbygoogle {
    width: 320px;
    height: 100px;
}
@media (min-width: 800px) {
    .bd-ad-slot--post-header { min-height: 90px; }
    .bd-ad-slot--post-header .adsbygoogle { width: 728px; height: 90px; }
}

.bd-ad-slot--inline {
    min-height: 280px;
    margin: 32px 0;
}
.bd-ad-slot--inline .adsbygoogle {
    width: 100%;
}
@media (min-width: 768px) {
    .bd-ad-slot--inline { min-height: 250px; }
}

.bd-ad-slot--sidebar-top {
    min-height: 250px;
}
.bd-ad-slot--sidebar-top .adsbygoogle {
    width: 300px;
    height: 250px;
}

.bd-ad-slot--sidebar-bottom {
    min-height: 600px;
}
.bd-ad-slot--sidebar-bottom .adsbygoogle {
    width: 100%;
}

@media (min-width: 1025px) {
    #right-sidebar {
        --bd-sidebar-sticky-gap: 30px;
        --bd-sidebar-height: 0px;
        position: sticky;
        top: var(--bd-sidebar-sticky-gap);
        top: min(
            var(--bd-sidebar-sticky-gap),
            calc(100vh - var(--bd-sidebar-height) - var(--bd-sidebar-sticky-gap))
        );
        bottom: auto;
        align-self: flex-start;
        height: fit-content;
    }
}

.bd-hero {
    background-color: var(--bd-offwhite);
    border-bottom: 1px solid var(--bd-border);
}
.bd-hero__inner { max-width: 1100px; margin: 0 auto; padding: 20px 10px 20px 20px; }

.bd-hero__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 28px;
    align-items: start;
}

.bd-hero__eyebrow {
    display: inline-block;
    font-family: Lora, Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bd-accent, var(--bd-navy));
    border: 1.5px solid var(--bd-accent, var(--bd-navy));
    border-radius: 999px;
    padding: 4px 12px;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color var(--bd-transition), color var(--bd-transition);
}

.bd-hero__eyebrow:hover,
.bd-hero__eyebrow:focus {
    background-color: var(--bd-accent, var(--bd-navy));
    color: var(--bd-white);
    text-decoration: none;
}
.bd-hero__eyebrow--sm { font-size: 10px; padding: 3px 10px; margin-bottom: 6px; }

.bd-hero__lead-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: var(--bd-radius);
    background-color: var(--bd-white);
}
.bd-hero__lead-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-in-out;
}
.bd-hero__lead-media:hover .bd-hero__lead-img { transform: scale(1.04); }

.bd-hero__lead-body { padding-top: 16px; }
.bd-hero__lead-title { margin: 0 0 8px; font-size: 26px; line-height: 1.3; }
.bd-hero__lead-title a { color: var(--bd-navy); transition: color var(--bd-transition); }
.bd-hero__lead-title a:hover { color: var(--bd-green); }
.bd-hero__lead-excerpt { margin: 0; font-size: 16px; line-height: 1.6; color: var(--bd-text); }

.bd-hero__secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bd-hero__card-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--bd-radius);
    background-color: var(--bd-white);
    margin-bottom: 10px;
}
.bd-hero__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-in-out;
}
.bd-hero__card-media:hover .bd-hero__card-img { transform: scale(1.04); }
.bd-hero__card-title { margin: 0; font-size: 15px; line-height: 1.4; font-weight: 600; }
.bd-hero__card-title a { color: var(--bd-navy); transition: color var(--bd-transition); }
.bd-hero__card-title a:hover { color: var(--bd-green); }

@media (max-width: 960px) {
    .bd-hero__grid { grid-template-columns: 1fr; gap: 24px; }
    .bd-hero__lead-title { font-size: 22px; }
}
@media (max-width: 480px) {
    .bd-hero__secondary { grid-template-columns: 1fr; }
}

.bd-widget { margin-bottom: 32px; }
.bd-post-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.bd-post-list__item { display: flex; align-items: center; gap: 12px; min-width: 0; }

.bd-post-list__rank {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lora, Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--bd-white);
    background-color: var(--bd-green);
    border-radius: 50%;
}

.bd-post-list__thumb-link {
    flex: 0 0 auto;
    display: block;
    width: 100px;
    aspect-ratio: 100 / 90;
    overflow: hidden;
    border-radius: var(--bd-radius);
    background-color: var(--bd-offwhite);
}
.bd-post-list__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-in-out;
}
.bd-post-list__thumb-link:hover .bd-post-list__thumb { transform: scale(1.04); }

.bd-post-list__title { margin: 0; font-size: 17px; line-height: 1.4; min-width: 0; flex: 1 1 auto; overflow-wrap: break-word; }
.bd-post-list__title a { color: var(--bd-navy); font-weight: 600; transition: color var(--bd-transition); }
.bd-post-list__title a:hover { color: var(--bd-green); }

.bd-admin-notice {
    font-size: 13px;
    background-color: #fff8e6;
    border: 1px dashed var(--bd-amber);
    border-radius: var(--bd-radius);
    padding: 10px 14px;
    color: var(--bd-text);
}
.bd-admin-notice code { background: rgba(0,0,0,0.06); padding: 1px 5px; border-radius: 3px; }

@media (max-width: 960px) {
    #mobile-header .main-nav > ul {
        background: var(--bd-navy);
        padding: 8px 0 16px;
        margin: 0;
    }

    #mobile-header .main-nav > ul > li > a {
        color: var(--bd-white) !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        padding: 12px 20px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        letter-spacing: 0.02em;
    }

    #mobile-header .main-nav > ul > li > a:hover,
    #mobile-header .main-nav > ul > li.sfHover > a {
        background: rgba(61,187,133,0.15);
        color: var(--bd-green) !important;
    }

    #mobile-header .sub-menu {
        background: rgba(0,0,0,0.2);
        border-left: 3px solid var(--bd-green);
        margin: 0;
        padding: 4px 0;
    }

    #mobile-header .sub-menu a {
        color: rgba(255,255,255,0.85) !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 10px 20px 10px 28px !important;
    }

    #mobile-header .sub-menu a:hover {
        color: var(--bd-green) !important;
        background: rgba(61,187,133,0.1);
    }



    #mobile-header .dropdown-menu-toggle {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: rgba(255,255,255,0.1);
        flex-shrink: 0;
        transition: background 0.2s;
    }

    #mobile-header .dropdown-menu-toggle:hover {
        background: rgba(61,187,133,0.3);
    }

    #mobile-header .menu-toggle {
        padding: 10px 14px;
        background: transparent;
        border: none;
        color: var(--bd-navy);
    }

    #mobile-header .search-item a {
        padding: 10px 14px;
        display: flex;
        align-items: center;
        color: var(--bd-navy);
    }
}

@media (min-width: 961px) {
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 15px;
        display: none;
    }
}

.sidebar_navbar { padding-left: 15px; }
.sidebar_navbar li a { font-size: 19px !important; }
.sidebar_navbar li a:hover { color: var(--bd-green); }
.sidebar_navbar .dropdown-content a { padding: 2px 5px 5px 10px; font-size: 16px !important; }
.slideout-navigation .slideout-widget li {
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--bd-border);
}
.main-navigation a { font-weight: 600; }

@media (min-width: 900px) {
    .one-container .site-content {
        padding: 20px 10px 20px 20px !important;
    }
}
@media (min-width: 1025px) {
    #right-sidebar { width: 356px; }
    body:not(.no-sidebar) #primary { width: calc(100% - 356px); }
    /* GeneratePress core sets .site-content{display:flex} but we never
       verified its align-items default. If it's the flexbox default
       (stretch) rather than flex-start, #right-sidebar gets stretched to
       match the full article height - which would feed a wildly wrong
       (hugely negative) value into the sticky top calc() below, since
       that calc assumes --bd-sidebar-height is the sidebar's own natural
       content height, not the article's. Setting this explicitly removes
       the dependency on GP's unverified default either way. */
    .site-content { align-items: flex-start; }
}
.inside-header.grid-container { height: 50px; }
.navigation-branding img, .site-logo.mobile-header-logo img { padding-top: 15px !important; }
.site-logo.mobile-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .inside-header {padding-top: 2px;}
}
#mobile-header .menu-toggle { order: -1; margin-right: auto; }
.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
    font-family: inherit;
    font-size: 17px;
}
@media (max-width: 767px) {
    .main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
        font-size: 22px !important;
    }
}

.inside-article p { margin-top: 0.5em; padding-right: 30px; }
.gb-headline-text, .dynamic-entry-excerpt p { padding: 0 !important; }
.dynamic-entry-excerpt { line-height: 1.3em; }
figure.wp-block-image.size-large, .wp-block-image { padding: 10px 0; }
.gb-container-08e9ac35 > .gb-inside-container { padding: 20px 20px 20px 10px; }
.gb-container.gb-container-ff15641f { padding-top: 8px; }
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) { margin-top: 0; }
.gb-headline-text a { color: var(--bd-navy); }
p.gb-headline-fdbba1f9 { font-size: 12px; font-weight: 700; }
h2.gb-headline-84923e14 { font-size: 26px; margin-bottom: 15px; }
@media (max-width: 1024px) {
    h2.gb-headline-84923e14 { font-size: 22px; margin-bottom: 15px; }
    .dynamic-entry-excerpt { display: none; }
}
.gb-container.gb-container-aadd0a6f.featured-navigation { margin-top: 25px; margin-bottom: 25px; }
label.wp-block-search__label { color: var(--bd-navy); font-weight: 700; }

.yoast-breadcrumbs { font-size: 12px; }
.yoast-breadcrumbs.breadcrumb_top span { padding: 7px; font-size: 15px; }
.breadcrumb_last { display: none; }

.taxonomy-post_tag a { text-transform: uppercase; font-weight: 600; }

.lwptoc:first-child { margin-top: 5px; }
.lwptoc { margin: 15px 0; }
.lwptoc_i { padding: 10px; }
.lwptoc.lwptoc-inherit {
    background-color: #eee;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7em;
}
.lwptoc-light .lwptoc_i a { font-weight: 500; }

tbody { vertical-align: top; }
.wp-block-table td, .wp-block-table th { border: 1px solid var(--bd-border); }
table { border-width: 0 0 1px 0; font-size: 15px; }
.wp-block-table thead { border-bottom: 2px solid #777; }

#top-picks { width: 100%; margin: 40px 0; }
#top-picks h1 { font-size: 36px; }
ul.list { margin: 0; padding: 0; list-style: none; }
.entry-content li { padding: 10px 0; border-bottom: 1px solid var(--bd-border); }
ul.list li, .app-link, .rank-math-list-item {
    display: flex;
    padding: 10px;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    background-color: var(--bd-white);
    border-left: 4px solid var(--bd-border);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border-radius: var(--bd-radius);
    overflow: hidden;
}
ul.list li .title { font-size: 22px; position: relative; z-index: 1; line-height: 24px; }
ul.list li .subtitle { position: relative; z-index: 1; font-size: 14px; opacity: 0.7; }
ul.list li:after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 0%; height: 100%;
    transition: width 0.3s ease;
}

#chose { padding: 20px; background: #D6ECF0; list-style: none; margin: 0 0 20px; }

.p_wrapper {
    display: flex;
    flex-direction: row;
    border-left: 5px solid var(--bd-blue);
    border-bottom: 5px solid var(--bd-blue);
    border-top: 2px solid var(--bd-blue);
    border-right: 2px solid var(--bd-blue);
    border-radius: 3px;
    margin: 30px auto;
    box-shadow: 0 14px 32px rgba(0,0,0,0.15);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.p_wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.2);
}
@media (prefers-reduced-motion: reduce) {
    .p_wrapper { transition: none; }
    .p_wrapper:hover { transform: none; }
}
@media (max-width: 900px) {
    .p_wrapper { width: 100%; flex-direction: column; }
    .product-img { padding: 20px; width: 100% !important; }
}
h3.p_name { font-size: 22px; font-weight: 600; }
.product-img, .product-info { flex: unset; width: 100%; padding: 15px; }
.product-img { text-align: center; }
.product-img img { border-radius: 8px; transition: transform 0.3s ease-in-out; max-height: 400px; width: auto; }
.product-img img:hover { transform: scale(1.05); }
.product-text h4 {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--bd-navy);
    background-color: #eef5ff;
    padding: 5px 12px;
    border-radius: 2px;
    margin: 0 0 10px;
}
.product-text h3 { padding-top: 0; font-size: 24px; font-weight: 700; color: var(--bd-navy); }
.product-text p { color: var(--bd-text); line-height: 1.7em; font-size: 15px; overflow: hidden; }
.product-price-btn { margin-top: 20px; position: relative; display: block; }
.product-price-btn a { color: var(--bd-white); padding: 10px; }
.product-price-btn button, .check-price-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1E3A8A;
    color: white;
    padding: 13px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    transition: background-color 0.3s, transform 0.15s ease-in-out;
    letter-spacing: 0.1em;
}
.check-price-btn::after, .product-price-btn button::after { content: "\2192"; }
.check-price-btn:hover, .product-price-btn button:hover {
    background-color: var(--bd-green);
    transform: translateY(-2px);
}

.p_wrapper.is-top-pick { position: relative; overflow: hidden; }
.p_wrapper.is-top-pick::before {
    content: "Top Pick";
    position: absolute;
    top: 14px;
    left: -34px;
    background-color: var(--bd-blue);
    color: var(--bd-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 40px;
    transform: rotate(315deg);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.product-rating { margin: 0 0 10px; font-size: 14px; }
.product-rating__stars { color: #f5a623; font-size: 16px; letter-spacing: 1px; }
.product-rating__text { color: #777; margin-left: 4px; }

#pros-cons {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
}
h4.pros__heading, h4.cons__heading { margin-bottom: 10px; font-size: 15px; font-weight: 700; }
h4.pros__heading { color: green; }
h4.cons__heading { color: red; }
@media (min-width: 700px) {
    .pros, .cons { display: inline-block; box-sizing: border-box; vertical-align: top; width: 45%; }
    .pros { padding-right: 10px; }
    .cons { padding-left: 10px; }
}
#pros-cons ul { margin: 0 0 10px 15px; }

.relatedbox {
    margin: 20px 0;
    padding-top: 10px;
    border-top: 2px solid var(--bd-navy);
    border-bottom: 1px solid var(--bd-navy);
}
span.relatedtitle { display: block; padding-bottom: 10px; color: #777; }
.relatedbox .app-link { display: block; text-align: left; padding-bottom: 20px; }
h3.app_name { font-size: 26px; }
.app_price { padding-bottom: 15px; }
.relatedbox ul { margin-left: 0; }

.entry-content p a, .summary a, td a { border-bottom: 2px solid var(--bd-blue); }
.entry-content p a:hover, .summary a:hover, td a:hover { border-bottom: 2px solid var(--bd-green); }

.schema-faq.wp-block-yoast-faq-block {
    padding: 8px 24px;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius);
    margin-bottom: 20px;
}
.schema-faq-section {
    padding: 18px 0;
    border-bottom: 1px solid var(--bd-border);
}
.schema-faq-section:last-child { border-bottom: none; }
.schema-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-size: 17px;
    color: var(--bd-navy);
    position: relative;
    padding-right: 26px;
}
.schema-faq-question::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--bd-navy);
    border-bottom: 2px solid var(--bd-navy);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease-in-out;
    flex-shrink: 0;
}
.schema-faq-section.is-open .schema-faq-question::after {
    transform: translateY(-35%) rotate(225deg);
}
.schema-faq-answer {
    display: none;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--bd-text);
}
.schema-faq-section.is-open .schema-faq-answer { display: block; }
@media (prefers-reduced-motion: reduce) {
    .schema-faq-question::after { transition: none; }
}

.inline_ad { padding-top: 10px; padding-bottom: 20px; }
#top-ad { text-align: center; }
#topapps-sidebar { width: 100%; margin: 10px 0 25px; }
.top-apps-title h2 { font-size: 20px; line-height: 26px; font-weight: 600; padding: 5px; text-transform: uppercase; }
#top-10-titles {
    list-style: none;
    background: linear-gradient(to left, #4ca2cd, #67B26F);
    padding: 10px;
}
#top-10-titles li { padding: 5px; }
#top-10-titles li a { color: var(--bd-white); font-size: 18px; }
#top-10-titles li a:hover { text-decoration: underline !important; }
.disclosure { font-size: 14px; color: #777; display: block; margin: 10px 0; line-height: 1.3em; }

.howto-guide h2 { color: var(--bd-navy); margin-bottom: 0; }
li.howto-step h3 { margin: 5px; padding-top: 5px; }
li.howto-step p { margin-bottom: 5px; }

@media (max-width: 767px) {
    .wp-show-posts-image.wpsp-image-left { width: 100px; float: left; }
}
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) { margin-bottom: 0; }
.wp-show-posts-entry-summary p { font-size: 15px !important; }
#wpsp-3750 h3, #wpsp-3630 h3, #wpsp-4286 h3 { font-size: 16px; font-weight: 600; }
.wp-show-posts-image.wpsp-image-left { margin-right: 0.5em; margin-top: 5px; }
#wpsp-34748 { padding-left: 15px; border-bottom: 1px solid var(--bd-border); }

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) { padding-bottom: 10px; }
.gb-container-64596747 > .gb-inside-container { padding: 0; }
.featured-column.grid-100 { width: 100%; }
.featured-column.grid-100:not(.has-post-thumbnail) .gb-grid-wrapper > .gb-grid-column:first-child { display: none; }
.featured-navigation .gb-grid-column:empty { flex: 0 1; }
@media (min-width: 769px) {
    .featured-navigation .gb-grid-column:not(:empty) { flex: 1 0; }
}
.generate-columns-container .post > .gb-container,
.generate-columns-container .post > .gb-container > .gb-inside-container,
.post-summary > .gb-inside-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-summary { flex: 1; }
.post-summary > .gb-inside-container > *:last-child { margin-top: auto; }

.site_title {
    display: block;
    background-color: var(--bd-navy);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}
.tagline {
    margin: 0 0 10px;
    display: block;
    color: var(--bd-green);
    font-size: 13px !important;
    font-weight: 400 !important;
}
.tdm-descr {
    font-size: 14px !important;
    color: #444;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    padding-bottom: 15px;
}

h2.wp-block-heading.has-large-font-size { color: var(--bd-white); }

.bd-post-header__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 10px 24px 20px;
}
.bd-post-header__inner::after {
    content: "";
    display: table;
    clear: both;
}

.single-post .entry-header,
.single-post .featured-image.page-header-image-single,
.single-post footer.entry-meta {
    display: none !important;
}
.bd-post-header__breadcrumb { margin-bottom: 8px; }

.bd-post-header__title {
    font-size: 40px;
    font-weight: 600;
    color: var(--bd-navy);
    margin: 0 0 16px;
    padding-top: 0;
}
@media (max-width: 768px) {
    .bd-post-header__title { font-size: 38px; }
}
@media (max-width: 480px) {
    .bd-post-header__title { font-size: 26px; }
}

.bd-post-header__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.bd-post-header__avatar { border-radius: 50%; flex-shrink: 0; }
.bd-post-header__byline { margin-right: 20px; }
.bd-post-header__author { margin: 0; font-size: 14px; font-weight: 600; color: var(--bd-text); }
.bd-post-header__date { margin: 0; font-size: 12px; color: var(--bd-text); }

.bd-post-header__tags { margin: 16px 0 0; font-size: 14px; color: var(--bd-text); }
.bd-post-header__tags a { color: var(--bd-blue); }
.bd-post-header__tags a:hover { color: var(--bd-green); }

.bd-share-wrap.bd-open .bd-share-popup { display: inline-flex; }

.bd-share-wrap { position: relative; display: inline-block; }
.bd-share-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid var(--bd-navy);
    border-radius: 999px;
    background: var(--bd-white);
    color: var(--bd-navy);
    font-family: Lora, Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--bd-transition), color var(--bd-transition);
}
.bd-share-trigger svg { flex-shrink: 0; }

.bd-share-popup {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: var(--bd-white);
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    white-space: nowrap;
}
.bd-share-popup a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: transform 0.15s ease-in-out;
}
.bd-share-popup a:hover { transform: scale(1.12); }
.bd-share-copy { font-size: 18px; color: var(--bd-navy); line-height: 1; }

@media (prefers-reduced-motion: reduce) {
    .bd-share-popup a { transition: none; }
}

.bd-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 32px 0;
    padding: 24px;
    background: var(--bd-offwhite);
    border-radius: var(--bd-radius);
}
.bd-author-box__avatar { border-radius: 50%; flex-shrink: 0; }
.bd-author-box__label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bd-green);
}
.bd-author-box__name { margin: 2px 0 8px; font-size: 20px; color: var(--bd-navy); }
.bd-author-box__bio { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: var(--bd-text); }
.bd-author-box__social { display: flex; gap: 12px; }
.bd-author-box__social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bd-white);
    transition: transform 0.15s ease-in-out;
}
.bd-author-box__social-link:hover { transform: scale(1.1); }
@media (max-width: 600px) {
    .bd-author-box { flex-direction: column; align-items: center; text-align: center; }
    .bd-author-box__social { justify-content: center; }
}

.bd-related { margin: 40px 0; padding-top: 24px; border-top: 1px solid var(--bd-border); }
.bd-related__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.bd-related__card-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--bd-radius);
    margin-bottom: 8px;
    background: var(--bd-offwhite);
}
.bd-related__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-in-out;
}
.bd-related__card-media:hover .bd-related__card-img { transform: scale(1.04); }
.bd-related__card-title { margin: 4px 0 0; font-size: 15px; line-height: 1.4; font-weight: 600; }
.bd-related__card-title a { color: var(--bd-navy); }
.bd-related__card-title a:hover { color: var(--bd-green); }
@media (max-width: 900px) {
    .bd-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .bd-related__grid { grid-template-columns: 1fr; }
}

.bd-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0;
    padding-top: 24px;
    border-top: 1px solid var(--bd-border);
}
.bd-post-nav__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: var(--bd-radius);
    transition: background var(--bd-transition);
}
.bd-post-nav__item:hover { background: var(--bd-offwhite); }
.bd-post-nav__item--next { justify-content: flex-end; text-align: right; }
.bd-post-nav__item--empty { visibility: hidden; }
.bd-post-nav__thumb {
    width: 60px;
    height: 54px;
    object-fit: cover;
    border-radius: var(--bd-radius);
    flex-shrink: 0;
}
.bd-post-nav__text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.bd-post-nav__label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bd-green);
}
.bd-post-nav__title { font-size: 15px; font-weight: 600; color: var(--bd-navy); line-height: 1.3; }
@media (max-width: 600px) {
    .bd-post-nav { grid-template-columns: 1fr; }
    .bd-post-nav__item--next { justify-content: flex-start; text-align: left; }
}

.bd-archive-header {
    background-color: var(--bd-white);
    border-bottom: 1px solid var(--bd-border);
}
.bd-archive-header__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 10px 32px 20px;
}
.bd-archive-header__title {
    font-size: 36px;
    color: var(--bd-navy);
    margin: 10px 0 12px;
}
.bd-archive-header__description {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bd-text);
    max-width: 700px;
    margin: 0 0 8px;
}
@media (max-width: 600px) {
    .bd-archive-header__title { font-size: 28px; }
}

.bd-search-form-wrap { margin: 20px 0; max-width: 500px; }
.bd-search-form-wrap .search-form { display: flex; gap: 8px; }
.bd-search-form-wrap .search-form label { flex: 1; margin: 0; }
.bd-search-form-wrap .search-field {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius);
    font-family: Lora, Georgia, serif;
    font-size: 15px;
    box-sizing: border-box;
}
.bd-search-form-wrap .search-submit {
    padding: 10px 22px;
    background-color: var(--bd-navy);
    color: var(--bd-white);
    border: none;
    border-radius: var(--bd-radius);
    font-weight: 600;
    cursor: pointer;
    transition: background-color var(--bd-transition);
    flex-shrink: 0;
}
.bd-search-form-wrap .search-submit:hover { background-color: var(--bd-green); }

.bd-category-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 8px; }
.bd-category-links__item {
    display: inline-block;
    padding: 8px 18px;
    border: 1.5px solid var(--bd-accent, var(--bd-navy));
    color: var(--bd-accent, var(--bd-navy));
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color var(--bd-transition), color var(--bd-transition);
}
.bd-category-links__item:hover {
    background-color: var(--bd-accent, var(--bd-navy));
    color: var(--bd-white);
}

.bd-search-empty { margin-top: 20px; }
.bd-404__browse-label { font-size: 14px; font-weight: 600; color: var(--bd-navy); margin: 20px 0 0; }
.bd-404__suggestions-heading { margin-top: 32px; }

.category .page-header,
.search .page-header {
    display: none !important;
}

.bd-loop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
    margin-bottom: 8px;
}
.bd-loop-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: var(--bd-radius);
    background-color: var(--bd-offwhite);
    margin-bottom: 10px;
}
.bd-loop-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-in-out;
}
.bd-loop-card__media:hover .bd-loop-card__img { transform: scale(1.04); }
.bd-loop-card__title { font-size: 19px; margin: 0 0 8px; line-height: 1.35; }
.bd-loop-card__title a { color: var(--bd-navy); transition: color var(--bd-transition); }
.bd-loop-card__title a:hover { color: var(--bd-green); }
.bd-loop-card__excerpt { font-size: 16px; line-height: 1.6; color: var(--bd-text); margin: 0 0 8px; }
.bd-loop-card__date { font-size: 12px; color: #999; margin: 0; }

@media (max-width: 700px) {
    .bd-loop-grid { grid-template-columns: 1fr; }
}

.bd-loop-pagination { margin-top: 24px; }
.bd-loop-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.bd-loop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid var(--bd-border);
    border-radius: var(--bd-radius);
    color: var(--bd-navy);
    font-weight: 600;
    font-size: 14px;
    transition: background-color var(--bd-transition), color var(--bd-transition);
}
.bd-loop-pagination .page-numbers.current {
    background-color: var(--bd-navy);
    color: var(--bd-white);
    border-color: var(--bd-navy);
}
.bd-loop-pagination .page-numbers:hover:not(.current) {
    background-color: var(--bd-offwhite);
}
.bd-loop-pagination .page-numbers.dots { border: none; }

.bd-loop-empty { font-size: 15px; color: #888; padding: 20px 0; }
