.no-gutter {
    --bs-gutter-x: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.post-loop:hover {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    color: var(--bs-body-color);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}
.post-title {
    color: #087196 !important;
}
.post-title:hover {
    color: #062278 !important;
    background-color: transparent;
}
.blogavatar {
    min-width: 60px;
}
.author-name:hover {
    color: #062278 !important;
}
/*
ul li:before {
    background: transparent !important;
}
*/
h1.postheader__title {
    margin: 10px 0px !important;
}
.postmetagroup {
    padding-bottom: 6px !important;
}
.blog-side-light {
    background-color: white !important;
    padding: 21px;
    border-radius: 9px;
}
.blogwidget {
    margin-bottom: 0.7rem !important;
}
.postmetagroup__list li:before {
    content: none;
}
.postmetagroup__list li:not(:last-child):after {
    display: inline;
    content: ", ";

}
.card-body * .postmetagroup__list li:not(:last-child):after {
    display: inline;
    content: ", ";
    margin-left: -3px !important;

}
.img-cus {
    height: 100% !important;
}

/* DOI styling */
.postmetagroup__item--doi {
    margin-bottom: 25px !important;
}


@media (min-width: 920px) {

    .fixed-button-container {
        position: fixed;
        top: 40%;
        left: 20px;
        transform: translateY(-50%);
        z-index: 1000; /* Ensure it's above other content */
    }
}




@media (min-width: 480px) and (max-width: 920px) {
    .fixed-button-container {
        position: fixed;
        bottom: 0.5rem;
        right: 1rem;
        transform: translateY(-50%);
        z-index: 1000; /* Ensure it's above other content */
    }
    
}

@media (max-width: 480px) {
    .fixed-button-container {
        position: fixed;
        bottom: 0.5rem;
        right: 1rem;
        transform: translateY(-50%);
        z-index: 1000; /* Ensure it's above other content */
    }
}


.dropdown-scroll {
    max-height: 400px; /* Adjust max height as needed */
    overflow-y: auto;
}
