.searchBarCategoryBlueContainer {
    background-color: #1db8e8;
    padding: 25px;
}

.blogCategoryButton {
    font-family: montserrat;
    height: 50px;
    font-size: 18px;
    border: none;
    background-color: white;
    border-radius: 10px;
    color: #555 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.blogCategoryCaret {
    color: #555;
    display: block;
    float: right;
    top: 5px;
    padding-left: 50px;
}

.blogCategoryDropdownMenu {
    height: auto;
    font-size: 18px;
    border: none;
    background-color: white;
    border-radius: 4px;
    color: #555;
}

#post-content-container a {
    color: #275ce4 !important;
}

.sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 85; /* Ensure it stays on top of other content */
    background-color: #1DB8E8; /* Maintain the background color when sticky */
}

.blogCatSearchTop {
    width: 80%;
    margin: 0 auto;
}

/* Sticky for the top category search bar */
.sticky-wrapperBlog {
    position: -webkit-sticky;
    position: sticky;
    top: 85px; /* Stop 85px from the top of the page */
    z-index: 85; /* Ensure it stays on top of other content */
    background-color: #1DB8E8; /* Maintain the background color when sticky */
}

/* Sticky for the popular posts sidebar */
/*.sticky-sidebarBlog {*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 185px; !* Ensure it sticks 185px from the top *!*/
/*    z-index: 999; !* Ensure it appears on top of other content *!*/
/*}*/

.authorBlogLink {
    color: #275CE4;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.authorBlogLink img {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}

.exploreMoreBlog {
    color: #1F3B9B;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    margin: 25px auto;
}

.morePostsLikeThis .blog-page-bottom-lists p, .morePostsLikeThis .blog-page-bottom-lists a {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.prevNextPostLink {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin: 10px auto;
}

.prevNextPostLink img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.prevNextPostTitle {
    color: #275CE4;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    margin-top: 5px;
}

@media (max-width: 768px) {
    .sticky-wrapperBlog, .sticky-sidebarBlog {
        position: static; /* Disable sticky on small screens */
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .searchBarCategoryBlueContainer {
        margin: 25px auto;
    }

    .blogCategoryButton {
        min-width: 100px;
    }

    .blogCategoryCaret {
        padding-left: 10px;
        padding-right: 5px;
    }

    .blogCategoryDropdownMenu {
        width: 100px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .searchBarCategoryBlueContainer {
        margin: 25px auto;
    }

    .blogCategoryButton {
        min-width: 435px;
    }

    .blogCategoryCaret {
        padding-left: 225px;
        padding-right: 5px;
    }

    .blogCategoryDropdownMenu {
        width: 400px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .searchBarCategoryBlueContainer {
        margin: 25px auto;
    }

    .blogCategoryButton {
        min-width: 600px;
    }

    .blogCategoryCaret {
        padding-left: 400px;
        padding-right: 5px;
    }

    .blogCategoryDropdownMenu {
        width: 575px;
    }

    .sticky-wrapper {
        top: 85px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .searchBarCategoryBlueContainer {
        margin: 5px auto 25px;
    }

    .blogCategoryButton {
        min-width: 150px;
    }

    .blogCategoryCaret {
        padding-left: 17px;
        padding-right: 5px;
    }

    .sticky-wrapper {
        top: 60px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .searchBarCategoryBlueContainer {
        margin: 5px auto 25px;
    }

    .blogCategoryButton {
        min-width: 150px;
    }

    .blogCategoryCaret {
        padding-left: 85px;
        padding-right: 5px;
    }

    .sticky-wrapper {
        top: 60px;
    }
}

/* XXL devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .searchBarCategoryBlueContainer {
        margin: 5px auto 25px;
    }

    .blogCategoryButton {
        min-width: 175px;
    }

    .blogCategoryCaret {
        padding-left: 85px;
        padding-right: 5px;
    }

    .sticky-wrapper {
        top: 85px;
    }
}
