.main-menu > ul > li:hover .mega-menu {
    background: #FBF5ED;
}

.header-search {
    position: relative;
}

    .header-search input {
        background: #f5f5f5;
        min-width: 300px;
        color: #444
    }

        .header-search input::placeholder {
            color: #444;
            opacity: 1;
        }

[dir=rtl] .header-search button {
    left: 25px;
    right: auto;
    width: 50px;
}

.header-search button i {
    color: #444
}

.header-search button:hover i {
    color: #cffcff;
}

.section-title,
.rs-cta-one .section-title {
    font-size: 28px;
}

.rs-categories-three .rs-categories-thumb img {
    border-radius: 30px;
}

.rs-categories-three .rs-categories-item {
    border: none;
}

.rs-post-overlay-two .rs-post-overlay-content p {
    color: rgba(255, 255, 255, 0.8);
}

.rs-cta-area .rs-cta-wrapper {
    background-color: #fff;
    border-top: 6px solid #d7d7d7;
    border-bottom: 6px solid #d7d7d7;
}

    .rs-cta-area .rs-cta-wrapper .rs-cta-input input {
        border: 1px solid #d7d7d7;
    }

.rs-cta-one .cat_title {
    color: #0E747C;
    font-weight: 600;
    margin-bottom: 10px;
}

.rs-cta-one .rs-cta-content-wrapper {
    max-width: none;
}

.rs-cta-one .rs-cta-form {
    max-width: 510px;
}

.rs-cta-one .rs-cta-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

.rs-post-medium-two .rs-post-medium-thumb {
    height: 230px;
}

    .rs-post-medium-two .rs-post-medium-thumb img {
        height: 100%;
        object-fit: cover;
    }

.rs-post-medium-two .rs-post-medium-item {
    padding: 10px 0;
    border: none;
}

.rs-post-medium-two .rs-post-medium-content {
    padding-top: 5px;
}

.rs-categories-three .rs-categories-thumb {
    height: 190px;
    position: relative;
}

    .rs-categories-three .rs-categories-thumb img {
        height: 100%;
        object-fit: cover;
    }

.main-menu .mega-grid-three .title {
    border-bottom: 1px solid #c9c9c9;
}

.main-menu > ul > li:hover > a,
.main-menu ul li.active > a {
    color: var(--rs-yellow);
}

    .main-menu > ul > li:hover > a::after {
        color: var(--rs-yellow);
    }

.rs-theme-settings-area {
    display: none !important;
}

.bg-grey .section-title-wrapper.section-border .rs-section-line {
    border: 1px solid #eee;
}

.page-link {
    padding: 5px 15px;
    font-size: 14px;
    color: var(--rs-theme-primary);
}

    .active > .page-link,
    .page-link.active {
        z-index: 3;
        background-color: var(--rs-theme-primary);
        border-color: var(--rs-theme-primary);
    }

.rs-breadcrumb-two {
    background: #ebefef;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul,
.rs-breadcrumb-two .rs-breadcrumb-menu ul {
    flex-wrap: wrap;
}
.tagcloud a {
    background-color: #f2f2f2;
}

.iframe-container {
    padding-bottom: 56.25%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    }

.rs-sticky-header.active .main-menu > ul > li > a,
.rs-sticky-header.active .main-menu > ul > li.menu-item-has-children > a {
    padding: 25px 0px;
}

.rs-contact-two {
    margin-bottom: 0
}

.contact-info-wrapper {
    width: 450px
}

.contact-info-item {
    margin-bottom: 15px
}

.contact-info-icon {
    color: var(--rs-theme-primary);
}

.contact-social-links {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

    .contact-social-links a {
        color: var(--rs-white);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        font-size: 18px;
        background-color: #202021;
        transition: 0.3s;
        border-radius: 6px;
    }

        .contact-social-links a:hover {
            background: var(--rs-theme-primary);
            color: var(--rs-black);
        }

            .contact-social-links a:hover i {
                color: var(--rs-white);
            }

.topic-content ul,
.topic-content ol {
    margin-right: 30px;
}

.rs-login-wrapper .form-input-title label {
    text-align: right;
}

@media only screen and (min-width: 1200px) {
    .header-hamburger {
        display: none;
    }

    .rs-post-small-twelve .rs-post-small-thumb {
        height: 100px;
    }

    h6.empty {
        margin-bottom: 27px;
        height: 57px;
    }
}

@media only screen and (max-width: 768px) {
    .rs-breadcrumb-subcategories .rs-btn.btn-white {
        width: 48%;
        margin-bottom: 10px;
        font-size: 15px;
        padding: 10px 30px;
        height: 45px;
    }

    .contact-info-wrapper {
        width: 100%;
    }
}

/* Alphabet Filter Styles */
.alphabet-filter-wrapper {
    margin-bottom: 20px;
}

    .alphabet-filter-wrapper h3 {
        color: var(--rs-theme-primary);
        font-weight: 600;
        font-size: 24px;
    }

.alphabet-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.alphabet-btn {
    min-width: 45px;
    height: 45px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

    .alphabet-btn:hover {
        background-color: var(--rs-theme-primary);
        color: #fff;
        border-color: var(--rs-theme-primary);
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .alphabet-btn.active {
        background-color: var(--rs-theme-primary);
        color: #fff;
        border-color: var(--rs-theme-primary);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

/* Drugs Grid Styles */
.drugs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.drug-item {
    transition: all 0.3s ease;
}

.drug-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .drug-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        border-color: var(--rs-theme-primary);
    }

    .drug-card .drug-name {
        color: var(--rs-theme-primary);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.3;
    }

        .drug-card .drug-name a {
            color: var(--rs-theme-primary);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

            .drug-card .drug-name a:hover {
                color: var(--rs-yellow);
                transform: translateX(-3px);
            }

    .drug-card .drug-description {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0;
    }

/* No Results Message */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    margin-top: 30px;
}

    .no-results p {
        font-size: 18px;
        color: #666;
        margin: 0;
    }

/* Responsive Design */
@media only screen and (max-width: 992px) {
    .drugs-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .alphabet-btn {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 576px) {
    .drugs-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .alphabet-buttons {
        gap: 8px;
    }

    .alphabet-btn {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
        padding: 6px 10px;
    }

    .alphabet-filter-wrapper h3 {
        font-size: 20px;
    }

    .drug-card {
        padding: 20px;
    }
}

.rs-postbox-details-social {
    margin-top: 30px;
}

/* Article Table of Contents Styles */
.article-indexing {
    margin-top: 30px;
}

.article-content {
    margin-top: 30px;
}

    .article-content h2 {
        font-size: 24px;
    }

.topic-content {
    margin-top: 40px;
}

.article-toc {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .article-toc:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
    }

    .article-toc .toc-title {
        color: var(--rs-theme-primary);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 3px solid var(--rs-theme-primary);
        position: relative;
    }

        .article-toc .toc-title::before {
            content: "📑";
            margin-left: 10px;
            font-size: 24px;
        }

    .article-toc .topic-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .article-toc .topic-list li {
            margin-bottom: 10px;
            padding-right: 20px;
            position: relative;
            transition: all 0.3s ease;
        }

            .article-toc .topic-list li::before {
                content: "◀";
                position: absolute;
                right: 0;
                color: var(--rs-theme-primary);
                font-size: 12px;
                transition: all 0.3s ease;
                opacity: 0.6;
            }

            .article-toc .topic-list li:hover::before {
                right: -2px;
                opacity: 1;
            }

            .article-toc .topic-list li a {
                color: #333;
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.4;
                display: block;
                padding: 3px 12px;
                border-radius: 6px;
                transition: all 0.3s ease;
                background: transparent;
            }

                .article-toc .topic-list li a:hover {
                    color: var(--rs-theme-primary);
                }

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Section heading styles */
.rs-postbox-details-content h2[id] {
    scroll-margin-top: 100px;
    position: relative;
}

/* Responsive styles for TOC */
@media only screen and (max-width: 768px) {
    .article-toc {
        padding: 20px;
    }

        .article-toc .toc-title {
            font-size: 20px;
        }

        .article-toc .topic-list li a {
            font-size: 15px;
        }
}

@media only screen and (max-width: 576px) {
    .article-toc {
        padding: 15px;
    }

        .article-toc .toc-title {
            font-size: 18px;
        }

        .article-toc .topic-list li a {
            font-size: 14px;
            padding: 6px 10px;
        }
}

/* FAQ Accordion Styles */
.accordion {
    --bs-accordion-border-radius: 12px;
    --bs-accordion-border-color: #e0e0e0;
}

.accordion-item {
    border: 2px solid #e8e8e8;
    border-radius: 12px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .accordion-item:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
        border-color: var(--rs-theme-primary);
    }

    .accordion-item:last-child {
        margin-bottom: 0;
    }

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    padding: 20px 25px;
    border: none;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    position: relative;
    text-align: right;
    direction: rtl;
}

    .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, var(--rs-theme-primary) 0%, #0a5a61 100%);
        color: #fff;
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: #e9ecef;
    }

    .accordion-button:not(.collapsed):hover {
        background: linear-gradient(135deg, #0a5a61 0%, var(--rs-theme-primary) 100%);
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(14, 116, 124, 0.25);
        border-color: var(--rs-theme-primary);
    }

    .accordion-button::after {
        margin-right: auto;
        margin-left: 0;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-body {
    padding: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    direction: rtl;
}

.accordion-collapse {
    border: none;
}

/* FAQ Section Title */
.row.mb-2.pt-50 h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

    .row.mb-2.pt-50 h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, var(--rs-theme-primary) 0%, var(--rs-yellow) 100%);
        border-radius: 2px;
    }

/* Add icon before FAQ questions */
.accordion-button::before {
    content: "❓";
    margin-left: 12px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
    content: "✅";
}

/* Responsive styles for FAQ */
@media only screen and (max-width: 768px) {
    .accordion-button {
        font-size: 16px;
        padding: 18px 20px;
    }

    .accordion-body {
        padding: 20px;
        font-size: 15px;
    }

    .accordion-button::before {
        font-size: 18px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .accordion-item {
        margin-bottom: 15px;
    }

    .accordion-button {
        font-size: 15px;
        padding: 15px 18px;
    }

    .accordion-body {
        padding: 18px;
        font-size: 14px;
        line-height: 1.7;
    }

    .accordion-button::before {
        font-size: 16px;
        margin-left: 8px;
    }
}




/* User Dropdown Menu */
.user-dropdown-wrapper {
    position: relative;
    /*display: none;*/
    margin-inline-end: 15px;
}

.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: var(--rs-theme-primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
}

    .user-dropdown-toggle:hover {
        background: var(--rs-white);
        color: var(--rs-black);
    }

.user-dropdown-wrapper.active .dropdown-arrow {
    transform: rotate(180deg);
}

.user-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 1000;
}

.user-dropdown-wrapper.active .user-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-menu ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

    .user-dropdown-menu ul li a {
        display: block;
        padding: 12px 20px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s;
    }

        .user-dropdown-menu ul li a:hover {
            background: #f5f5f5;
            color: var(--rs-theme-primary);
        }

        .user-dropdown-menu ul li a i {
            color: var(--rs-theme-primary);
        }

    .user-dropdown-menu ul li:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
    }



/* Account Page Styles */
.rs-account-area {
    background: #f8f9fa;
}

/* Account Sidebar */
.account-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.account-sidebar-header {
    background: linear-gradient(135deg, var(--rs-theme-primary) 0%, #1a5f7a 100%);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.user-avatar {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 36px;
}

.account-sidebar-header h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.account-sidebar-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

.account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .account-menu ul li a {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px 20px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s;
        border-right: 3px solid transparent;
    }

        .account-menu ul li a i {
            font-size: 20px;
            color: var(--rs-theme-primary);
        }

        .account-menu ul li a:hover,
        .account-menu ul li.active a {
            background: #f8f9fa;
            border-right-color: var(--rs-theme-primary);
            color: var(--rs-theme-primary);
        }

    .account-menu ul li:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
    }

/* Account Content */
.account-content {
    background: transparent;
}

.account-tab {
    display: none;
}

    .account-tab.active {
        display: block;
    }

.account-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.account-card-header {
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
}

    .account-card-header h4 {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 600;
        color: var(--rs-theme-primary);
    }

    .account-card-header p {
        margin: 0;
        color: #666;
        font-size: 14px;
    }

.account-card-body {
    padding: 30px;
}

/* Account Form */
.account-form .form-group {
    margin-bottom: 20px;
}

.account-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.account-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

    .account-form .form-control:focus {
        outline: none;
        border-color: var(--rs-theme-primary);
        box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.1);
    }

.account-form .rs-btn {
    padding: 12px 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Favorites List */
.favorites-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.favorite-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s;
}

    .favorite-item:hover {
        background: #f0f2f5;
        transform: translateX(-5px);
    }

.favorite-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--rs-theme-primary) 0%, #1a5f7a 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.favorite-content {
    flex: 1;
}

    .favorite-content h5 {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .favorite-content p {
        margin: 0 0 8px;
        font-size: 14px;
        color: #666;
    }

.favorite-date {
    font-size: 12px;
    color: #999;
}

.favorite-actions {
    display: flex;
    gap: 10px;
}

    .favorite-actions a {
        width: 36px;
        height: 36px;
        background: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        transition: all 0.3s;
    }

    .favorite-actions .btn-view:hover {
        background: var(--rs-theme-primary);
        color: #fff;
    }

    .favorite-actions .btn-remove:hover {
        background: #dc3545;
        color: #fff;
    }

/* Responsive */
@media (max-width: 991px) {
    .account-sidebar {
        margin-bottom: 30px;
    }

    .account-card-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .favorite-item {
        flex-direction: column;
        text-align: center;
    }

    .favorite-actions {
        justify-content: center;
    }
}


/* Add to Favorites Button */
.article-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.add-to-favorites-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: linear-gradient(135deg, var(--rs-theme-primary) 0%, #1a5f7a 100%);
    background: linear-gradient(135deg, #b7d3d5 0%, #c4dee9 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(42, 157, 143, 0.3);
    white-space: nowrap;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
}

.add-to-favorites-btn i {
    font-size: 25px;
    color: var(--rs-theme-primary);
    transition: all 0.3s;
}

.add-to-favorites-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 157, 143, 0.4);
}

.add-to-favorites-btn.added {
    background: linear-gradient(135deg, #02838d 0%, #3cc6d1 100%);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.add-to-favorites-btn.added i {
    color: #fff;
    animation: heartBeat 0.5s;
}

/*.add-to-favorites-btn.added .ri-heart-line:before {
    content: "\eb58";
}*/

@keyframes heartBeat {

    0%, 100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.2);
    }
}

/* Responsive */
@media (max-width: 767px) {
    .article-header-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-favorites-btn {
        justify-content: center;
    }
}