.post-intro h1 {
    color: #39637E;
}

.bg-gray-transparent {
    background-color: rgba(118, 155, 173, 0.24);;
}

.featured-overlay {
    background-color: rgba(57, 57, 57, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}

.featured-container {
    width: 100%;
    height: auto;
    padding: 55px 110px 45px 70px;
}

.featured-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-featured-content {
    max-width: 586px;
    width: 100%;
    z-index: 1;
}

.featured-button {
    max-width: 160px;
    width: 100%;
    z-index: 1;
}

.featured-button .btn-yellow-bd {
    font-size: 18px;
}

.custom-underline::after {
    content: '';
    display: block;
    max-width: 66px;
    width: 100%;
    height: 3px;
    background-color: #769BAD;
    margin-top: 20px;
    margin-bottom: 20px;
}

.display-posts .card {
    max-width: 255px;
    width: 100%;
    min-height: 246px;
    border-radius: 0px;
    padding: 10px 15px 15px;
    /* flex-grow: 1; */
}

.display-posts .card .btn-yellow-bd {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 99px;
    padding: 5px 5px;
}

.card-underline::after {
    content: '';
    display: block;
    max-width: 147.5px;
    width: 100%;
    height: 3px;
    background-color: #769BAD;
    margin-top: 15px;
    margin-bottom: 0px;
}

.filter-container {
    border: 1px solid #769BAD;
}

.filter-container form {
padding: 20px;
}

.filter-container form button {
    max-width: 101.37px;
    width: 100%;

    font-size: 18px;
    border-radius: 6px;
    padding: 5px 5px;
}

.filter-container .tags {
    max-height: 250px;
    overflow-y: auto;
}

.date input, .keyword input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #769BAD;
    border-radius: 0px;
    margin-bottom: 10px;
}

.single-img-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.single-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.singlepage-underline::after {
    content: '';
    display: block;
    max-width: 159px;
    width: 100%;
    height: 5px;
    background-color: #769BAD;
    margin-top: 15px;
    margin-bottom: 0px;
}

.social-share a {
    font-size: 20px;
    line-height: 1;
    background: #769bad !important;
    color: white;
    padding: 2px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0;
}

.single-button-container {
    max-width: 250px;
    width: 100%;

}

.single-button-container .btn-yellow-bd {
text-align: center;
font-size: 14px;
}

.highlighted-state {
    fill: #1F323B !important;
    cursor: pointer;
}

.highlighted-state:hover {
    fill: #EDB110 !important;
}

.st0{fill:#8599A5;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
.st1 {fill:#8599A5;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;  } 
.st2{fill:#F8F8F8;}
.st3{font-family:'Gibson-Medium';}
.st4{font-size:12px;}
.st5{font-size:11.9975px;}
.st6{font-size:12.0063px;}
.st7{font-size:11.9985px;}
.st8{font-size:12.0014px;}
.st9{font-size:8px;}
.st10{fill:#39637E;}
.st11{fill:none;stroke:#44627C;}

text {
    cursor: pointer;
}

.state-name-wrapper {
    background-color: #769BAD;
}

.state-name-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;

}

.state-name-wrapper .row {
    height: 660px;
    z-index: 1;
}

.location-h1 {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

.state-wrapper {
    display: none; /* ✅ Hide until state is clicked */
}

#state-news-posts .card, #state-blog-posts .card  {
    max-width: 255px;
    width: 100%;
    min-height: 246px;
    border-radius: 0px;
    padding: 10px 15px 15px;
    flex-grow: 1;
}

#state-news-posts .card .btn-yellow-bd, #state-blog-posts .card .btn-yellow-bd {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 99px;
    padding: 5px 5px;
}

div#state-news-posts, div#state-blog-posts {
    height: 546px;  /* Fixed height */
    overflow-y: auto; /* Enables vertical scrolling */
    
}

.location-underline::after {
    content: '';
    display: block;
    max-width: 110px;
    width: 100%;
    height: 3px;
    background-color: #EDB110;
    margin-top: 15px;
    margin-bottom: 50px;
}

.resources .row .inner-box {
    max-width: 350px;
    height: 286px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.icon-featured {
    max-width: 97px;
    width: 100%;
    margin-right: 25px;
}

.headlines {
    max-width: 367px;
    width: 100%;
}

/* query */

@media (max-width: 1199px) {
    .display-posts .card {
        max-width: 335px;
    }
}

@media (max-width: 991px) {
    .icon-featured {
        max-width: 97px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .headlines {
        max-width: 367px;
        width: 100%;
        margin: 0 auto;
    }
    .singlepage-underline::after {
        max-width: 100%;
    }
    .custom-underline::after {
        content: '';
        display: block;
        max-width: 100%;
        width: 100%;
        height: 3px;
        background-color: #769BAD;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .featured-container {
        width: 100%;
        height: auto;
        padding: 35px 30px 35px 20px;
    }

    .single-button-container {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

    .social-share a {
        margin: 0 10px 0 10px;
    }

    #state-news-posts .card, #state-blog-posts .card  {
        max-width: 100%;
        width: 100%;
        height: 246px;
        border-radius: 0px;
        padding: 10px 15px 15px;
        flex-grow: 1;
    }

    .resources .row .inner-box {
        max-width: 100%;
        height: 286px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .display-posts .card {
        max-width: 100%;
    }
}