@import 'ADWebsite.Client.f8t384k2y3.bundle.scp.css';

/* _content/ADWebsite/Components/ArticleBody.razor.rz.scp.css */
/* ============================================
   ARTICLE BODY - SCOPED STYLES
   Only for elements rendered in Razor markup
   (.article-image is in ad.css since it's generated dynamically)
   ============================================ */

.article-content[b-a9wa1stqvl]
{
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.article-publishdate[b-a9wa1stqvl]
{
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
}

.article-title[b-a9wa1stqvl]
{
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-subtitle[b-a9wa1stqvl]
{
    font-size: 1.4rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-intro[b-a9wa1stqvl]
{
    font-size: 1.1rem;
    line-height: 1.4;
    color: #555;
    font-weight: 500;
}

.article-separator[b-a9wa1stqvl]
{
    height: 2px;
    background: linear-gradient(90deg, rgb(204, 51, 51), transparent);
    margin: 20px 0;
}

.article-body[b-a9wa1stqvl]
{
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

.article-body p[b-a9wa1stqvl]
{
    margin-bottom: 1rem;
}

.article-body a[b-a9wa1stqvl]
{
    color: rgb(204, 51, 51);
    text-decoration:none;
    font-weight: 500;
}


/* Line break styling */
.linebreak[b-a9wa1stqvl]
{
    display: block;
    height: 0.5rem;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (max-width: 991.98px)
{
    .article-content[b-a9wa1stqvl]
    {
        padding: 18px;
    }

    .article-title[b-a9wa1stqvl]
    {
        font-size: 1.6rem;
    }

    .article-intro[b-a9wa1stqvl]
    {
        font-size: 1.05rem;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px)
{
    .article-content[b-a9wa1stqvl]
    {
        padding: 12px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 6px;
        margin-bottom: 12px;
    }

    /* Add padding back to text content */
    .article-content .ad-row[b-a9wa1stqvl],
    .article-content .article-publishdate[b-a9wa1stqvl],
    .article-content .article-title[b-a9wa1stqvl],
    .article-content .article-separator[b-a9wa1stqvl]
    {
        padding-left: 12px;
        padding-right: 12px;
    }

    .article-publishdate[b-a9wa1stqvl]
    {
        font-size: 0.7rem;
        margin-bottom: 8px;
    }

    .article-title[b-a9wa1stqvl]
    {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .article-intro[b-a9wa1stqvl]
    {
        font-size: 1rem;
        margin-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .article-separator[b-a9wa1stqvl]
    {
        margin: 15px 12px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .article-body[b-a9wa1stqvl]
    {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    /* Text elements in body get padding */
    .article-body > p[b-a9wa1stqvl],
    .article-body > h1[b-a9wa1stqvl],
    .article-body > h2[b-a9wa1stqvl],
    .article-body > h3[b-a9wa1stqvl],
    .article-body > h4[b-a9wa1stqvl],
    .article-body > h5[b-a9wa1stqvl],
    .article-body > h6[b-a9wa1stqvl],
    .article-body > ul[b-a9wa1stqvl],
    .article-body > ol[b-a9wa1stqvl],
    .article-body > blockquote[b-a9wa1stqvl]
    {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px)
{
    .article-content[b-a9wa1stqvl]
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .article-content .ad-row[b-a9wa1stqvl],
    .article-content .article-publishdate[b-a9wa1stqvl],
    .article-content .article-title[b-a9wa1stqvl],
    .article-content .article-separator[b-a9wa1stqvl]
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article-intro[b-a9wa1stqvl]
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article-body > p[b-a9wa1stqvl],
    .article-body > h1[b-a9wa1stqvl],
    .article-body > h2[b-a9wa1stqvl],
    .article-body > h3[b-a9wa1stqvl],
    .article-body > h4[b-a9wa1stqvl],
    .article-body > h5[b-a9wa1stqvl],
    .article-body > h6[b-a9wa1stqvl],
    .article-body > ul[b-a9wa1stqvl],
    .article-body > ol[b-a9wa1stqvl],
    .article-body > blockquote[b-a9wa1stqvl]
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article-publishdate[b-a9wa1stqvl]
    {
        font-size: 0.7rem;
    }

    .article-title[b-a9wa1stqvl]
    {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .article-intro[b-a9wa1stqvl]
    {
        font-size: 0.95rem;
    }

    .article-body[b-a9wa1stqvl]
    {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .article-separator[b-a9wa1stqvl]
    {
        margin: 12px 10px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print
{
    .article-content[b-a9wa1stqvl]
    {
        box-shadow: none;
        padding: 0;
    }

    .article-title[b-a9wa1stqvl]
    {
        font-size: 1.5rem;
        color: black;
    }
}
/* _content/ADWebsite/Components/ArticleTopper.razor.rz.scp.css */
/* Article Toppers Sidebar Styling */
.ad-sidebar-toppers[b-ivpitxmh52]
{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.ad-sidebar-toppers-header[b-ivpitxmh52]
{
    background: rgb(204, 51, 51);
    color: white;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ad-sidebar-toppers-header i[b-ivpitxmh52]
{
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}

.ad-sidebar-toppers-header h3[b-ivpitxmh52]
{
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-accent[b-ivpitxmh52]
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

/* Different header styles for each period */
.ad-sidebar-toppers-header.week-header[b-ivpitxmh52]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.ad-sidebar-toppers-header.month-header[b-ivpitxmh52]
{
    background: linear-gradient(135deg, rgb(41, 128, 185), rgb(52, 152, 219));
}

.ad-sidebar-toppers-header.year-header[b-ivpitxmh52]
{
    background: linear-gradient(135deg, rgb(142, 68, 173), rgb(155, 89, 182));
}

.ad-sidebar-toppers-header.alltime-header[b-ivpitxmh52]
{
    background: linear-gradient(135deg, rgb(39, 174, 96), rgb(46, 204, 113));
}

.ad-sidebar-toppers-content[b-ivpitxmh52]
{
    padding: 15px;
}

.toppers-loading[b-ivpitxmh52]
{
    text-align: center;
    padding: 20px;
    color: #666;
}

.toppers-loading i[b-ivpitxmh52]
{
    font-size: 1.5rem;
    color: rgb(204, 51, 51);
    margin-bottom: 10px;
    display: block;
}

/* Topper item styling */
.topper-item[b-ivpitxmh52]
{
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
}

.topper-rank[b-ivpitxmh52]
{
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.rank-gold[b-ivpitxmh52]
{
    background: linear-gradient(135deg, #ffd700, #ffb700);
    color: #333;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.rank-silver[b-ivpitxmh52]
{
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
    color: #333;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.4);
}

.rank-bronze[b-ivpitxmh52]
{
    background: linear-gradient(135deg, #cd7f32, #b87333);
    color: white;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.4);
}

.rank-default[b-ivpitxmh52]
{
    background: #e9ecef;
    color: #666;
}

.topper-link[b-ivpitxmh52]
{
    flex: 1;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    display: block;
}

.topper-link:hover[b-ivpitxmh52]
{
    color: rgb(204, 51, 51);
}

.topper-link:hover .topper-text[b-ivpitxmh52]
{
    color: rgb(204, 51, 51);
}

.topper-text[b-ivpitxmh52]
{
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.topper-meta[b-ivpitxmh52]
{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    font-size: 0.75rem;
    color: #888;
}

.topper-hits[b-ivpitxmh52]
{
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgb(204, 51, 51);
    font-weight: 600;
}

.topper-hits i[b-ivpitxmh52]
{
    font-size: 0.7rem;
}

.topper-date[b-ivpitxmh52]
{
    color: #999;
}

.ad-article-separator[b-ivpitxmh52]
{
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(204, 51, 51, 0.1), transparent);
}

.no-toppers[b-ivpitxmh52]
{
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.no-toppers i[b-ivpitxmh52]
{
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ccc;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-toppers-header[b-ivpitxmh52]
    {
        padding: 12px 15px;
    }

    .ad-sidebar-toppers-header h3[b-ivpitxmh52]
    {
        font-size: 1rem;
    }

    .ad-sidebar-toppers-content[b-ivpitxmh52]
    {
        padding: 12px;
    }

    .topper-item[b-ivpitxmh52]
    {
        padding: 8px 0;
    }

    .topper-rank[b-ivpitxmh52]
    {
        min-width: 24px;
        height: 24px;
        font-size: 0.75rem;
        margin-right: 10px;
    }

    .topper-text[b-ivpitxmh52]
    {
        font-size: 0.85rem;
    }

    .topper-meta[b-ivpitxmh52]
    {
        font-size: 0.7rem;
    }
}
/* _content/ADWebsite/Components/FooterAdvertisement.razor.rz.scp.css */
.ad-footer-advertisement[b-2ehb1nve9z]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.ad-footer-advertisement-image-container[b-2ehb1nve9z]
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.ad-footer-advertisement-image[b-2ehb1nve9z]
{
    width: 100%;
    max-height: 150px;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
}

.ad-footer-advertisement-image:hover[b-2ehb1nve9z]
{
    transform: scale(1.02);
}

.ad-footer-advertisement-image.fade-in[b-2ehb1nve9z]
{
    opacity: 1;
}

.ad-footer-advertisement-image.fade-out[b-2ehb1nve9z]
{
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-footer-advertisement-image-container[b-2ehb1nve9z]
    {
        max-height: 150px;
    }

    .ad-footer-advertisement-image[b-2ehb1nve9z]
    {
        max-height: 150px;
    }
}

@media (max-width: 576px)
{
    .ad-footer-advertisement-image-container[b-2ehb1nve9z]
    {
        max-height: 100px;
    }

    .ad-footer-advertisement-image[b-2ehb1nve9z]
    {
        max-height: 100px;
    }
}
/* _content/ADWebsite/Components/FooterMenu.razor.rz.scp.css */
/* ============================================
   FOOTER MENU BASE STYLES
   ============================================ */

.ad-footer-menu[b-ro38942mir]
{
    background: transparent;
    padding: 0;
}

.ad-footer-menu .navbar-nav[b-ro38942mir]
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 15px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ad-footer-menu .nav-item[b-ro38942mir]
{
    margin: 0;
    position: relative;
}

.ad-footer-menu .nav-link[b-ro38942mir]
{
    color: white !important;
    font-size: 0.85rem;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.ad-footer-menu .nav-link:hover[b-ro38942mir]
{
    opacity: 0.8;
    text-decoration: underline;
}

.ad-footer-menu .nav-link i[b-ro38942mir]
{
    font-size: 0.75rem;
    opacity: 0.8;
}

/* ============================================
   DROPDOWN STYLING - Matches NavigationMenu
   ============================================ */

.ad-footer-menu .dropdown[b-ro38942mir]
{
    position: relative;
}

.ad-footer-menu .dropdown-toggle[b-ro38942mir]::after
{
    margin-left: 5px;
    vertical-align: middle;
}

.ad-footer-menu .dropdown-menu[b-ro38942mir]
{
    position: absolute;
    bottom: 100%;
    left: 0;
    top: auto;
    margin-bottom: 5px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    background-color: rgb(180, 50, 50);
    min-width: 200px;
    z-index: 1050;
}

.ad-footer-menu .dropdown-item[b-ro38942mir]
{
    padding: 10px 15px;
    transition: background-color 0.2s ease;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ad-footer-menu .dropdown-item:hover[b-ro38942mir],
.ad-footer-menu .dropdown-item:focus[b-ro38942mir]
{
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF !important;
}

.ad-footer-menu .dropdown-item i[b-ro38942mir]
{
    font-size: 0.85rem;
    opacity: 0.9;
}

.ad-footer-menu .dropdown-divider[b-ro38942mir]
{
    border-color: rgba(255, 255, 255, 0.2);
    margin: 5px 0;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px)
{
    .ad-footer-menu .navbar-nav[b-ro38942mir]
    {
        gap: 4px 12px;
    }

    .ad-footer-menu .nav-link[b-ro38942mir]
    {
        font-size: 0.8rem;
    }

    .ad-footer-menu .dropdown-menu[b-ro38942mir]
    {
        min-width: 180px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px)
{
    .ad-footer-menu[b-ro38942mir]
    {
        width: 100%;
    }

    .ad-footer-menu .navbar-nav[b-ro38942mir]
    {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 2px 10px;
        line-height: 1.2;
    }

    .ad-footer-menu .nav-item[b-ro38942mir]
    {
        margin: 0;
    }

    .ad-footer-menu .nav-link[b-ro38942mir]
    {
        font-size: 0.75rem;
        padding: 3px 0;
        gap: 4px;
    }

    .ad-footer-menu .nav-link i[b-ro38942mir]
    {
        font-size: 0.65rem;
    }

    .ad-footer-menu .dropdown-menu[b-ro38942mir]
    {
        min-width: 160px;
    }

    .ad-footer-menu .dropdown-item[b-ro38942mir]
    {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px)
{
    .ad-footer-menu .navbar-nav[b-ro38942mir]
    {
        gap: 2px 8px;
    }

    .ad-footer-menu .nav-link[b-ro38942mir]
    {
        font-size: 0.7rem;
        padding: 2px 0;
        gap: 3px;
    }

    .ad-footer-menu .nav-link i[b-ro38942mir]
    {
        font-size: 0.6rem;
    }
}

/* ============================================
   TOUCH DEVICE IMPROVEMENTS
   ============================================ */

@media (hover: none) and (pointer: coarse)
{
    .ad-footer-menu .nav-link[b-ro38942mir]
    {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
    }

    .ad-footer-menu .dropdown-item[b-ro38942mir]
    {
        min-height: 44px;
    }
}
/* _content/ADWebsite/Components/FooterSocialMedia.razor.rz.scp.css */
/* ============================================
   FOOTER SOCIAL MEDIA BASE STYLES
   ============================================ */

.ad-footer-social-media[b-armc1ve6cj] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ad-footer-social-media a[b-armc1ve6cj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ad-footer-social-media a:hover[b-armc1ve6cj] {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.ad-footer-social-media a i[b-armc1ve6cj] {
    font-size: 1rem;
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .ad-footer-social-media[b-armc1ve6cj] {
        justify-content: center;
        gap: 15px;
    }

    .ad-footer-social-media a[b-armc1ve6cj] {
        width: 44px;
        height: 44px;
    }

    .ad-footer-social-media a i[b-armc1ve6cj] {
        font-size: 1.1rem;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-footer-social-media[b-armc1ve6cj] {
        gap: 12px;
    }

    .ad-footer-social-media a[b-armc1ve6cj] {
        width: 40px;
        height: 40px;
    }

    .ad-footer-social-media a i[b-armc1ve6cj] {
        font-size: 1rem;
    }
}
/* _content/ADWebsite/Components/HeaderLogo.razor.rz.scp.css */
/* ============================================
   HEADER LOGO BASE STYLES
   ============================================ */

.ad-header-logo[b-t065h5u3m3] {
    display: flex;
    align-items: center;
}

.ad-header-logo img[b-t065h5u3m3] {
    max-height: 60px;
    width: auto;
    transition: max-height 0.3s ease;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
    .ad-header-logo img[b-t065h5u3m3] {
        max-height: 55px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .ad-header-logo[b-t065h5u3m3] {
        justify-content: center;
        width: 100%;
    }

    .ad-header-logo img[b-t065h5u3m3] {
        max-height: 50px;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-header-logo img[b-t065h5u3m3] {
        max-height: 45px;
    }
}
/* _content/ADWebsite/Components/HeaderReadOnline.razor.rz.scp.css */
/* ============================================
   READ ONLINE BUTTON - Eye-catching CTA
   ============================================ */

.btn-read-online[b-h8zybh1fqv]
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 16px;
    background: linear-gradient(135deg, #ffd700, #ffb700);
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 0px;
    margin-left: 10px;
}

.btn-read-online:hover[b-h8zybh1fqv] {
    background: linear-gradient(135deg, #ffe44d, #ffc700);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.btn-read-online:active[b-h8zybh1fqv] {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.btn-read-online i[b-h8zybh1fqv] {
    font-size: 1rem;
}

/* Pulse animation for attention */
.btn-read-online[b-h8zybh1fqv]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ffd700, #ffb700);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    animation: pulse-glow-b-h8zybh1fqv 2s ease-in-out infinite;
}

@keyframes pulse-glow-b-h8zybh1fqv {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.05);
    }
}

/* Position relative for pseudo-element */
.btn-read-online[b-h8zybh1fqv] {
    position: relative;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (max-width: 991.98px) {
    .btn-read-online[b-h8zybh1fqv] {
        padding: 3px 12px;
        font-size: 0.8rem;
        gap: 6px;
        margin-right: 8px;
    }

    .btn-read-online i[b-h8zybh1fqv] {
        font-size: 0.9rem;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .btn-read-online[b-h8zybh1fqv]
    {
        padding: 3px 7px;
        font-size: 0.75rem;
        gap: 5px;
        margin-right: 3px;
        margin-left: 3px;
        border-radius: 5px;
    }

    .btn-read-online i[b-h8zybh1fqv] {
        font-size: 0.85rem;
    }

    /* Hide text on very small screens, show only icon */
    .btn-read-online span[b-h8zybh1fqv] {
        /* display: none; */
    }
}

/* ============================================
   SMALL MOBILE - Show icon only
   ============================================ */

@media (max-width: 575.98px) {
    .btn-read-online[b-h8zybh1fqv]
    {
        padding: 4px 10px;
        margin-left: 10px;
    }

    .btn-read-online i[b-h8zybh1fqv] {
        font-size: 1rem;
    }
}

/* ============================================
   LARGER SCREENS - Full button
   ============================================ */

@media (min-width: 768px) {
    .btn-read-online span[b-h8zybh1fqv] {
        display: inline;
    }
}
/* _content/ADWebsite/Components/HeaderSearch.razor.rz.scp.css */
/* ============================================
   HEADER SEARCH BASE STYLES
   ============================================ */

.ad-header-search[b-2dx6xbtyg9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ad-header-search .header-search-input[b-2dx6xbtyg9] {
    min-width: 180px;
    max-width: 250px;
}

.ad-header-search .header-search-input .k-input[b-2dx6xbtyg9] {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s ease;
}

.ad-header-search .header-search-input .k-input[b-2dx6xbtyg9]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.ad-header-search .header-search-input .k-input:focus[b-2dx6xbtyg9] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}

.ad-header-search .search-prefix-icon[b-2dx6xbtyg9] {
    color: rgba(255, 255, 255, 0.7);
}

.ad-header-search .header-search-btn[b-2dx6xbtyg9] {
    border-radius: 6px;
    min-width: 40px;
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-header-search .header-search-btn:hover[b-2dx6xbtyg9] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
    .ad-header-search .header-search-input[b-2dx6xbtyg9] {
        min-width: 140px;
        max-width: 180px;
    }

    .ad-header-search .header-search-btn[b-2dx6xbtyg9] {
        min-width: 36px;
        height: 34px;
        padding: 0 10px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .ad-header-search[b-2dx6xbtyg9] {
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .ad-header-search .header-search-input[b-2dx6xbtyg9] {
        flex: 1;
        max-width: none;
        min-width: unset;
    }

    .ad-header-search .header-search-btn[b-2dx6xbtyg9] {
        min-width: 44px;
        height: 44px;
        flex-shrink: 0;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-header-search[b-2dx6xbtyg9] {
        gap: 6px;
    }

    .ad-header-search .header-search-btn[b-2dx6xbtyg9] {
        min-width: 40px;
        height: 40px;
        padding: 0 8px;
    }
}

/* ============================================
   TOUCH DEVICE IMPROVEMENTS
   ============================================ */

@media (hover: none) and (pointer: coarse) {
    .ad-header-search .header-search-btn[b-2dx6xbtyg9] {
        min-height: 44px;
        min-width: 44px;
    }
}   
/* _content/ADWebsite/Components/HeaderSocialMedia.razor.rz.scp.css */
/* ============================================
   HEADER SOCIAL MEDIA BASE STYLES
   ============================================ */

.ad-header-social-media[b-znq0rz935b] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ad-header-social-media a[b-znq0rz935b] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ad-header-social-media a:hover[b-znq0rz935b] {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.ad-header-social-media a i[b-znq0rz935b] {
    font-size: 1rem;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px) {
    .ad-header-social-media[b-znq0rz935b] {
        gap: 3px;
    }

    .ad-header-social-media a[b-znq0rz935b] {
        width: 32px;
        height: 32px;
    }

    .ad-header-social-media a i[b-znq0rz935b] {
        font-size: 0.9rem;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .ad-header-social-media[b-znq0rz935b] {
        justify-content: center;
        gap: 3px;
    }

    .ad-header-social-media a[b-znq0rz935b] {
        width: 44px;
        height: 44px;
    }

    .ad-header-social-media a i[b-znq0rz935b] {
        font-size: 1.1rem;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-header-social-media[b-znq0rz935b] {
        gap: 3px;
    }

    .ad-header-social-media a[b-znq0rz935b] {
        width: 40px;
        height: 40px;
    }

    .ad-header-social-media a i[b-znq0rz935b] {
        font-size: 1rem;
    }
}
/* _content/ADWebsite/Components/Layout/ADWebsiteLayout.razor.rz.scp.css */
.page[b-rfskm9m0mf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rfskm9m0mf] {
    flex: 1;
}

.sidebar[b-rfskm9m0mf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rfskm9m0mf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rfskm9m0mf]  a, .top-row[b-rfskm9m0mf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rfskm9m0mf]  a:hover, .top-row[b-rfskm9m0mf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rfskm9m0mf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rfskm9m0mf] {
        justify-content: space-between;
    }

    .top-row[b-rfskm9m0mf]  a, .top-row[b-rfskm9m0mf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rfskm9m0mf] {
        flex-direction: row;
    }

    .sidebar[b-rfskm9m0mf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rfskm9m0mf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rfskm9m0mf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rfskm9m0mf], article[b-rfskm9m0mf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rfskm9m0mf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rfskm9m0mf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ADWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u4bxg24xf5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u4bxg24xf5] {
    flex: 1;
}

.sidebar[b-u4bxg24xf5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u4bxg24xf5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u4bxg24xf5]  a, .top-row[b-u4bxg24xf5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u4bxg24xf5]  a:hover, .top-row[b-u4bxg24xf5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u4bxg24xf5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u4bxg24xf5] {
        justify-content: space-between;
    }

    .top-row[b-u4bxg24xf5]  a, .top-row[b-u4bxg24xf5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u4bxg24xf5] {
        flex-direction: row;
    }

    .sidebar[b-u4bxg24xf5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u4bxg24xf5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u4bxg24xf5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u4bxg24xf5], article[b-u4bxg24xf5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u4bxg24xf5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u4bxg24xf5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ADWebsite/Components/MainAdvertisementBottom.razor.rz.scp.css */
/* Main Advertisement Bottom */
.ad-main-advertisement-bottom[b-4py37gtvap]
{
    width: 100%;
    margin-top: 15px;
}

.ad-main-advertisement-bottom-container[b-4py37gtvap]
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-main-advertisement-bottom-image-wrapper[b-4py37gtvap]
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ad-main-advertisement-bottom-image[b-4py37gtvap]
{
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    border-radius: 8px;
    /* Height is controlled by inline style - max-height: 250px */
    /* Width adjusts automatically with aspect ratio */
}

.ad-main-advertisement-bottom-image:hover[b-4py37gtvap]
{
    opacity: 0.95;
}

.ad-main-advertisement-bottom-image-wrapper.fade-in[b-4py37gtvap]
{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.ad-main-advertisement-bottom-image-wrapper.fade-out[b-4py37gtvap]
{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* PDF Viewer */
.ad-main-advertisement-bottom-pdf-viewer[b-4py37gtvap]
{
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.ad-main-advertisement-bottom-pdf-viewer.fade-in[b-4py37gtvap]
{
    opacity: 1;
}

.ad-main-advertisement-bottom-pdf-viewer.fade-out[b-4py37gtvap]
{
    opacity: 0;
}

/* Placeholder during loading */
.ad-main-advertisement-bottom-placeholder[b-4py37gtvap]
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-4py37gtvap 1.5s infinite;
    border-radius: 8px;
}

.loading-spinner[b-4py37gtvap]
{
    width: 40px;
    height: 40px;
    border: 3px solid rgba(204, 51, 51, 0.2);
    border-top-color: rgb(204, 51, 51);
    border-radius: 50%;
    animation: spin-b-4py37gtvap 1s linear infinite;
}

@keyframes shimmer-b-4py37gtvap
{
    0%
    {
        background-position: -200% 0;
    }

    100%
    {
        background-position: 200% 0;
    }
}

@keyframes spin-b-4py37gtvap
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

/* Tablet styles */
@media (max-width: 991.98px)
{
    .ad-main-advertisement-bottom-container[b-4py37gtvap]
    {
        border-radius: 6px;
    }

    .ad-main-advertisement-bottom-image[b-4py37gtvap]
    {
        border-radius: 6px;
    }

    .ad-main-advertisement-bottom-placeholder[b-4py37gtvap]
    {
        border-radius: 6px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px)
{
    .ad-main-advertisement-bottom-container[b-4py37gtvap]
    {
        border-radius: 4px;
    }

    .ad-main-advertisement-bottom-image[b-4py37gtvap]
    {
        border-radius: 4px;
    }

    .ad-main-advertisement-bottom-placeholder[b-4py37gtvap]
    {
        border-radius: 4px;
    }
}
/* _content/ADWebsite/Components/MainAdvertisementTop.razor.rz.scp.css */
/* Main Advertisement Top */
.ad-main-advertisement-top[b-u24josr9b5]
{
    width: 100%;
    margin-bottom: 15px;
}

.ad-main-advertisement-top-container[b-u24josr9b5]
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-main-advertisement-top-image-wrapper[b-u24josr9b5]
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ad-main-advertisement-top-image[b-u24josr9b5]
{
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    border-radius: 8px;
    /* Height is controlled by inline style - max-height: 250px */
    /* Width adjusts automatically with aspect ratio */
}

.ad-main-advertisement-top-image:hover[b-u24josr9b5]
{
    opacity: 0.95;
}

.ad-main-advertisement-top-image-wrapper.fade-in[b-u24josr9b5]
{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.ad-main-advertisement-top-image-wrapper.fade-out[b-u24josr9b5]
{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* PDF Viewer */
.ad-main-advertisement-top-pdf-viewer[b-u24josr9b5]
{
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.ad-main-advertisement-top-pdf-viewer.fade-in[b-u24josr9b5]
{
    opacity: 1;
}

.ad-main-advertisement-top-pdf-viewer.fade-out[b-u24josr9b5]
{
    opacity: 0;
}

/* Placeholder during loading */
.ad-main-advertisement-top-placeholder[b-u24josr9b5]
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-u24josr9b5 1.5s infinite;
    border-radius: 8px;
}

.loading-spinner[b-u24josr9b5]
{
    width: 40px;
    height: 40px;
    border: 3px solid rgba(204, 51, 51, 0.2);
    border-top-color: rgb(204, 51, 51);
    border-radius: 50%;
    animation: spin-b-u24josr9b5 1s linear infinite;
}

@keyframes shimmer-b-u24josr9b5
{
    0%
    {
        background-position: -200% 0;
    }

    100%
    {
        background-position: 200% 0;
    }
}

@keyframes spin-b-u24josr9b5
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

/* Tablet styles */
@media (max-width: 991.98px)
{
    .ad-main-advertisement-top-container[b-u24josr9b5]
    {
        border-radius: 6px;
    }

    .ad-main-advertisement-top-image[b-u24josr9b5]
    {
        border-radius: 6px;
    }

    .ad-main-advertisement-top-placeholder[b-u24josr9b5]
    {
        border-radius: 6px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px)
{
    .ad-main-advertisement-top-container[b-u24josr9b5]
    {
        border-radius: 4px;
    }

    .ad-main-advertisement-top-image[b-u24josr9b5]
    {
        border-radius: 4px;
    }

    .ad-main-advertisement-top-placeholder[b-u24josr9b5]
    {
        border-radius: 4px;
    }
}
/* _content/ADWebsite/Components/MainCarouselNews.razor.rz.scp.css */
.ad-main-news-carousel[b-mjiz53st5a]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ad-main-news-image-container[b-mjiz53st5a]
{
    position: relative;
    flex: 1;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.ad-main-news-image[b-mjiz53st5a]
{
    width: 100%;
    min-height: 100%;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
    object-fit: cover;
    object-position: center;
}

.ad-main-news-image:hover[b-mjiz53st5a]
{
    transform: scale(1.02);
}

.ad-main-news-image.fade-in[b-mjiz53st5a]
{
    opacity: 1;
}

.ad-main-news-image.fade-out[b-mjiz53st5a]
{
    opacity: 0;
}

.ad-main-news-headline-overlay[b-mjiz53st5a]
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.ad-main-news-headline-overlay.fade-in[b-mjiz53st5a]
{
    opacity: 1;
}

.ad-main-news-headline-overlay.fade-out[b-mjiz53st5a]
{
    opacity: 0;
}

.headline-background[b-mjiz53st5a]
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
    backdrop-filter: blur(2px);
}

.headline-content[b-mjiz53st5a]
{
    position: relative;
    padding: 20px 25px;
    color: white;
    z-index: 2;
}

.headline-title[b-mjiz53st5a]
{
    margin: 0 0 8px 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.headline-author[b-mjiz53st5a]
{
    margin: 0 0 4px 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.headline-date[b-mjiz53st5a]
{
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.ad-main-news-thumbnail-container[b-mjiz53st5a]
{
    width: 90px;
    flex-shrink: 0;
}

.ad-main-news-thumbnail-scroll[b-mjiz53st5a]
{
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 5px;
    gap: 10px;
    max-height: 500px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

.ad-main-news-thumbnail-scroll[b-mjiz53st5a]::-webkit-scrollbar
{
    width: 8px;
}

.ad-main-news-thumbnail-scroll[b-mjiz53st5a]::-webkit-scrollbar-track
{
    background: #f0f0f0;
    border-radius: 4px;
}

.ad-main-news-thumbnail-scroll[b-mjiz53st5a]::-webkit-scrollbar-thumb
{
    background: #ccc;
    border-radius: 4px;
}

.ad-main-news-thumbnail-scroll[b-mjiz53st5a]::-webkit-scrollbar-thumb:hover
{
    background: #999;
}

.ad-main-news-thumbnail[b-mjiz53st5a]
{
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.ad-main-news-thumbnail:hover[b-mjiz53st5a]
{
    transform: scale(1.05);
    border-color: rgb(204, 51, 51);
}

.ad-main-news-thumbnail.active[b-mjiz53st5a]
{
    border-color: rgb(204, 51, 51);
    box-shadow: 0 0 8px rgba(204, 51, 51, 0.5);
}

/* ============================================
   SWIPE INDICATORS (Mobile)
   ============================================ */

.swipe-indicators[b-mjiz53st5a]
{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.swipe-dot[b-mjiz53st5a]
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.swipe-dot.active[b-mjiz53st5a]
{
    background: rgb(204, 51, 51);
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(204, 51, 51, 0.8);
}

.swipe-dot:hover[b-mjiz53st5a]
{
    background: rgba(255, 255, 255, 0.8);
}

/* Swipe hint animation */
.swipe-hint[b-mjiz53st5a]
{
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 0.85rem;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    z-index: 20;
    animation: swipeHintFade-b-mjiz53st5a 3s ease-in-out forwards;
}

.swipe-hint i[b-mjiz53st5a]
{
    animation: swipeHintMove-b-mjiz53st5a 1s ease-in-out infinite alternate;
}

.swipe-hint i:first-child[b-mjiz53st5a]
{
    animation-direction: alternate-reverse;
}

@keyframes swipeHintFade-b-mjiz53st5a
{
    0%, 70%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes swipeHintMove-b-mjiz53st5a
{
    0%
    {
        transform: translateX(-3px);
    }

    100%
    {
        transform: translateX(3px);
    }
}

/* Mobile swipe container */
.ad-main-news-image-container.mobile-swipe[b-mjiz53st5a]
{
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
}

.ad-main-news-image-container.mobile-swipe .ad-main-news-image[b-mjiz53st5a]
{
    pointer-events: auto;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (max-width: 991.98px)
{
    .ad-main-news-image-container[b-mjiz53st5a]
    {
        height: 400px;
        max-height: 400px;
    }

    .ad-main-news-thumbnail-scroll[b-mjiz53st5a]
    {
        max-height: 400px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px)
{
    .ad-main-news-carousel[b-mjiz53st5a]
    {
        gap: 0;
    }

    /* Hide thumbnail container on mobile */
    .ad-main-news-thumbnail-container[b-mjiz53st5a]
    {
        display: none;
    }

    .ad-main-news-image-container[b-mjiz53st5a]
    {
        height: 280px;
        max-height: 280px;
        border-radius: 6px;
        width: 100%;
    }

    /* Disable hover zoom on mobile for better swipe experience */
    .ad-main-news-image:hover[b-mjiz53st5a]
    {
        transform: none;
    }

    /* Mobile headline overlay - minimal, no blur */
    .ad-main-news-headline-overlay.mobile .headline-background[b-mjiz53st5a]
    {
        height: 60px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
        backdrop-filter: none;
    }

    .ad-main-news-headline-overlay.mobile .headline-content[b-mjiz53st5a]
    {
        padding: 8px 12px;
    }

    .ad-main-news-headline-overlay.mobile .headline-title[b-mjiz53st5a]
    {
        font-size: 0.9rem;
        margin: 0 0 4px 0;
        -webkit-line-clamp: 2;
        line-height: 1.2;
    }

    .ad-main-news-headline-overlay.mobile .headline-date[b-mjiz53st5a]
    {
        font-size: 0.7rem;
        margin: 0;
    }

    /* Hide author on mobile - handled in Razor but also CSS fallback */
    .ad-main-news-headline-overlay.mobile .headline-author[b-mjiz53st5a]
    {
        display: none;
    }

    /* Swipe indicators mobile adjustments */
    .swipe-indicators[b-mjiz53st5a]
    {
        bottom: 12px;
        gap: 6px;
        padding: 6px 10px;
    }

    .swipe-dot[b-mjiz53st5a]
    {
        width: 8px;
        height: 8px;
    }

    .swipe-hint[b-mjiz53st5a]
    {
        bottom: 45px;
        font-size: 0.75rem;
        padding: 6px 12px;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px)
{
    .ad-main-news-carousel[b-mjiz53st5a]
    {
        gap: 0;
    }

    .ad-main-news-image-container[b-mjiz53st5a]
    {
        height: 220px;
        max-height: 220px;
        border-radius: 4px;
    }

    /* Even more compact overlay on small mobile */
    .ad-main-news-headline-overlay.mobile .headline-background[b-mjiz53st5a]
    {
        height: 50px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    }

    .ad-main-news-headline-overlay.mobile .headline-content[b-mjiz53st5a]
    {
        padding: 6px 10px;
    }

    .ad-main-news-headline-overlay.mobile .headline-title[b-mjiz53st5a]
    {
        font-size: 0.8rem;
        margin: 0 0 2px 0;
        -webkit-line-clamp: 1;
    }

    .ad-main-news-headline-overlay.mobile .headline-date[b-mjiz53st5a]
    {
        font-size: 0.65rem;
    }

    /* Swipe indicators small mobile */
    .swipe-indicators[b-mjiz53st5a]
    {
        bottom: 10px;
        gap: 5px;
        padding: 5px 8px;
    }

    .swipe-dot[b-mjiz53st5a]
    {
        width: 7px;
        height: 7px;
    }

    .swipe-hint[b-mjiz53st5a]
    {
        bottom: 38px;
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}
/* _content/ADWebsite/Components/MainFacebookReel.razor.rz.scp.css */
.ad-main-facebook-reel[b-0mo9na2poj]
{
    width: 100%;
}

/* Responsive wrapper for Facebook Reels (16:9 aspect ratio) */
.fb-reel-embed[b-0mo9na2poj]
{
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    background-color: #000;
}

/* Make iframe fill the aspect ratio container */
.fb-reel-iframe[b-0mo9na2poj]
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (max-width: 991.98px)
{
    .fb-reel-embed[b-0mo9na2poj]
    {
        border-radius: 6px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px)
{
    .fb-reel-embed[b-0mo9na2poj]
    {
        border-radius: 4px;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px)
{
    .fb-reel-embed[b-0mo9na2poj]
    {
        border-radius: 4px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}
/* _content/ADWebsite/Components/MainHeadlines.razor.rz.scp.css */
.hoofdpunten-label[b-56wb869c58]
{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hoofdpunten-label[b-56wb869c58]
{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 20px;
    color: rgb(0 0 0) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.hoofdpunten-label i[b-56wb869c58]
{
    font-size: 1.1rem;
    color: rgb(204, 51, 51);
}

.ad-main-headlines[b-56wb869c58]
{
    position: relative;
    overflow: hidden;
    height: 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(204, 51, 51, 0.1);
    margin-bottom: 5px;
}

.ticker-background-effect[b-56wb869c58]
{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(204, 51, 51, 0.05) 50%, transparent 100%);
    animation: shimmer-b-56wb869c58 4s infinite;
    z-index: 0;
}

@keyframes shimmer-b-56wb869c58
{
    from
    {
        left: -100%;
    }

    to
    {
        left: 100%;
    }
}

.ad-main-headlines-ticker[b-56wb869c58]
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.ad-main-headlines-ticker-item[b-56wb869c58]
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(100%) translateY(-50%);
    width: 100%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.headline-text[b-56wb869c58]
{
    color: rgb(204, 51, 51);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    font-size: 1.5rem;
}

.headline-accent[b-56wb869c58]
{
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, rgb(204, 51, 51) 0%, #b02a37 100%);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ad-main-headlines-ticker-item.active[b-56wb869c58]
{
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    z-index: 3;
}

.ad-main-headlines-ticker-item.active .headline-accent[b-56wb869c58]
{
    opacity: 1;
}

.ticker-progress-bar[b-56wb869c58]
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(204, 51, 51, 0.1);
    z-index: 1;
}

.progress-fill[b-56wb869c58]
{
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgb(204, 51, 51) 0%, #ff6b35 100%);
    transition: width 0.1s linear;
}

.progress-fill.animate[b-56wb869c58]
{
    width: 100%;
    transition: width 3s linear;
}

@media (max-width: 768px)
{

    .ad-main-headlines[b-56wb869c58]
    {
        height: 2.8rem;
    }

    .headline-text[b-56wb869c58]
    {
        font-size: 1.2rem;
    }

    .hoofdpunten-label span[b-56wb869c58]
    {
        display: none;
    }

    .hoofdpunten-label i[b-56wb869c58]
    {
        font-size: 1.3rem;
    }

    .fa-newspaper[b-56wb869c58]        
    {
        display: none!important;
    }

    .ad-mainheadlines .col-3[b-56wb869c58]
    {
        display: none!important;
    }
    .ad-mainheadlines .col-9[b-56wb869c58]
    {
        width: 100%!important;
    }
}
/* _content/ADWebsite/Components/MainMp4.razor.rz.scp.css */
.ad-main-mp4[b-apvicsuj5g] {
    width: 100%;
}

.mp4-video-container[b-apvicsuj5g] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

.mp4-video[b-apvicsuj5g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.mp4-video:focus[b-apvicsuj5g] {
    outline: none;
}

/* Optional overlay for clickable videos */
.video-overlay[b-apvicsuj5g] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.mp4-video-container:hover .video-overlay[b-apvicsuj5g] {
    opacity: 1;
}

.video-overlay:hover[b-apvicsuj5g] {
    background: rgba(204, 51, 51, 0.9);
}

.video-overlay i[b-apvicsuj5g] {
    font-size: 0.9rem;
}

/* Tablet styles */
@media (max-width: 991.98px) {
    .mp4-video-container[b-apvicsuj5g] {
        border-radius: 6px;
    }

    .mp4-video[b-apvicsuj5g] {
        border-radius: 6px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px) {
    .mp4-video-container[b-apvicsuj5g] {
        border-radius: 4px;
    }

    .mp4-video[b-apvicsuj5g] {
        border-radius: 4px;
    }

    .video-overlay[b-apvicsuj5g] {
        bottom: 8px;
        right: 8px;
        padding: 6px 10px;
    }
}

/* Small mobile styles */
@media (max-width: 575.98px) {
    .mp4-video-container[b-apvicsuj5g] {
        border-radius: 4px;
    }

    .video-overlay[b-apvicsuj5g] {
        display: none; /* Hide overlay on very small screens */
    }
}
/* _content/ADWebsite/Components/NavigationMenu.razor.rz.scp.css */
/* ============================================
   NAVIGATION MENU BASE STYLES
   ============================================ */
.ad-navigation-menu[b-cn3iylm3g6]
{
    width: 100%;
}

.ad-navigation-menu .navbar-nav[b-cn3iylm3g6]
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ad-navigation-menu .nav-item[b-cn3iylm3g6]
{
    position: relative;
}

.ad-navigation-menu .nav-link[b-cn3iylm3g6]
{
    transition: background-color 0.2s ease, color 0.2s ease;
    padding: 8px 15px;
}

/* ============================================
   DROPDOWN STYLING (DESKTOP)
   ============================================ */

.ad-navigation-menu .dropdown-menu[b-cn3iylm3g6]
{
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    background-color: rgb(180, 50, 50);
}

.ad-navigation-menu .dropdown-item[b-cn3iylm3g6]
{
    padding: 10px 20px;
    transition: background-color 0.2s ease;
    color: #FFFFFF;
}

.ad-navigation-menu .dropdown-item:hover[b-cn3iylm3g6],
.ad-navigation-menu .dropdown-item:focus[b-cn3iylm3g6]
{
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.ad-navigation-menu .dropdown-divider[b-cn3iylm3g6]
{
    border-color: rgba(255, 255, 255, 0.2);
    margin: 5px 0;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991.98px)
{
    .ad-navigation-menu .nav-link[b-cn3iylm3g6]
    {
        padding: 8px 10px;
        font-size: 0.9rem;
    }

    .ad-navigation-menu .dropdown-menu[b-cn3iylm3g6]
    {
        min-width: 200px;
    }
}

/* ============================================
   MOBILE NAVIGATION STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px)
{
    .ad-navigation-menu[b-cn3iylm3g6]
    {
        padding: 0;
        width: 100%;
    }

    /* Horizontal scrollable navigation - RESTORED */
    .ad-navigation-menu .navbar-nav[b-cn3iylm3g6]
    {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 6px 5px;
        gap: 6px;
        width: 100%;
    }

    .ad-navigation-menu .navbar-nav[b-cn3iylm3g6]::-webkit-scrollbar
    {
        display: none;
    }

    .ad-navigation-menu .nav-item[b-cn3iylm3g6]
    {
        flex-shrink: 0;
        white-space: nowrap;
    }

    /* Nav link styling - compact rectangular buttons */
    .ad-navigation-menu .nav-link[b-cn3iylm3g6]
    {
        padding: 8px 12px !important;
        font-size: 0.85rem;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.15);
        display: inline-flex;
        align-items: center;
        gap: 4px;
        min-height: 36px;
        line-height: 1.2;
        white-space: nowrap;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .ad-navigation-menu .nav-link:hover[b-cn3iylm3g6],
    .ad-navigation-menu .nav-link:active[b-cn3iylm3g6],
    .ad-navigation-menu .nav-link:focus[b-cn3iylm3g6]
    {
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
        border-color: rgba(255, 255, 255, 0.4);
    }

    /* Dropdown toggle styling */
    .ad-navigation-menu .dropdown-toggle[b-cn3iylm3g6]::after
    {
        font-size: 0.65rem;
        margin-left: 4px;
        vertical-align: middle;
    }

    /* Active/open dropdown state */
    .ad-navigation-menu .dropdown.show .nav-link[b-cn3iylm3g6]
    {
        background-color: rgba(255, 255, 255, 0.35);
        border-color: rgba(255, 255, 255, 0.5);
    }

    /* Hide footer-only items in mobile navigation header */
    .ad-navigation-menu .ad-navigationmenu-hidein-footer[b-cn3iylm3g6]
    {
        display: block;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px)
{
    .ad-navigation-menu .navbar-nav[b-cn3iylm3g6]
    {
        gap: 4px;
        padding: 5px 3px;
    }

    .ad-navigation-menu .nav-link[b-cn3iylm3g6]
    {
        padding: 6px 10px !important;
        font-size: 0.8rem;
        min-height: 32px;
        border-radius: 5px;
    }

    .ad-navigation-menu .dropdown-toggle[b-cn3iylm3g6]::after
    {
        font-size: 0.6rem;
        margin-left: 3px;
    }
}

/* ============================================
   TOUCH DEVICE IMPROVEMENTS
   ============================================ */

@media (hover: none) and (pointer: coarse)
{
    .ad-navigation-menu .nav-link[b-cn3iylm3g6]
    {
        min-height: 36px;
    }

    .ad-navigation-menu .dropdown-item[b-cn3iylm3g6]
    {
        min-height: 48px;
        display: flex;
        align-items: center;
    }
}
/* _content/ADWebsite/Components/RedirectToHome.razor.rz.scp.css */
.redirect-container[b-zgxzaus0wq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 40px 20px;
}

.redirect-content[b-zgxzaus0wq] {
    text-align: center;
    max-width: 500px;
    padding: 40px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.redirect-icon[b-zgxzaus0wq] {
    font-size: 4rem;
    color: rgb(204, 51, 51);
    margin-bottom: 20px;
    opacity: 0.8;
}

.redirect-content h2[b-zgxzaus0wq] {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.redirect-content p[b-zgxzaus0wq] {
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
}

.redirect-loader[b-zgxzaus0wq] {
    margin: 20px 0;
}

.redirect-loader .spinner-border[b-zgxzaus0wq] {
    width: 2rem;
    height: 2rem;
}

.redirect-link[b-zgxzaus0wq] {
    font-size: 0.9rem;
    color: #888;
}

.home-link[b-zgxzaus0wq] {
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 600;
}

.home-link:hover[b-zgxzaus0wq] {
    text-decoration: underline;
    color: rgb(180, 45, 45);
}

/* Mobile styles */
@media (max-width: 767.98px) {
    .redirect-container[b-zgxzaus0wq] {
        padding: 20px 10px;
        min-height: 40vh;
    }

    .redirect-content[b-zgxzaus0wq] {
        padding: 30px 20px;
        border-radius: 6px;
    }

    .redirect-icon[b-zgxzaus0wq] {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .redirect-content h2[b-zgxzaus0wq] {
        font-size: 1.3rem;
    }

    .redirect-content p[b-zgxzaus0wq] {
        font-size: 0.9rem;
    }
}
/* _content/ADWebsite/Components/SidebarAdvertisementBottom.razor.rz.scp.css */
.ad-sidebar-advertisement-bottom[b-em060ixgnf]
{
    width: 100%;
    margin-top: 15px;
}

.ad-sidebar-advertisement-bottom-container[b-em060ixgnf]
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.ad-sidebar-advertisement-bottom-image[b-em060ixgnf]
{
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
    border-radius: 8px;
}

.ad-sidebar-advertisement-bottom-image:hover[b-em060ixgnf]
{
    transform: scale(1.02);
}

.ad-sidebar-advertisement-bottom-image.fade-in[b-em060ixgnf]
{
    opacity: 1;
}

.ad-sidebar-advertisement-bottom-image.fade-out[b-em060ixgnf]
{
    opacity: 0;
}

/* Tablet styles */
@media (max-width: 991.98px)
{
    .ad-sidebar-advertisement-bottom-container[b-em060ixgnf]
    {
        border-radius: 6px;
    }

    .ad-sidebar-advertisement-bottom-image[b-em060ixgnf]
    {
        border-radius: 6px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px)
{
    .ad-sidebar-advertisement-bottom-container[b-em060ixgnf]
    {
        border-radius: 4px;
    }

    .ad-sidebar-advertisement-bottom-image[b-em060ixgnf]
    {
        border-radius: 4px;
    }
}
/* _content/ADWebsite/Components/SidebarAdvertisementTop.razor.rz.scp.css */
    .ad-sidebar-advertisement-top[b-wegh6bk8cl]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.ad-sidebar-advertisement-top-container[b-wegh6bk8cl]
{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.ad-sidebar-advertisement-top-image[b-wegh6bk8cl]
{
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
    border-radius: 8px;
}

.ad-sidebar-advertisement-top-image:hover[b-wegh6bk8cl]
{
    transform: scale(1.02);
}

.ad-sidebar-advertisement-top-image.fade-in[b-wegh6bk8cl]
{
    opacity: 1;
}

.ad-sidebar-advertisement-top-image.fade-out[b-wegh6bk8cl]
{
    opacity: 0;
}

/* Tablet styles */
@media (max-width: 991.98px)
{
    .ad-sidebar-advertisement-top-container[b-wegh6bk8cl]
    {
        border-radius: 6px;
    }

    .ad-sidebar-advertisement-top-image[b-wegh6bk8cl]
    {
        border-radius: 6px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px)
{
    .ad-sidebar-advertisement-top-container[b-wegh6bk8cl]
    {
        border-radius: 4px;
    }

    .ad-sidebar-advertisement-top-image[b-wegh6bk8cl]
    {
        border-radius: 4px;
    }
}
/* _content/ADWebsite/Components/SidebarButtons.razor.rz.scp.css */
.ad-sidebar-button-container[b-sq2u5qq1oj]
{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button
{
    width: 100% !important;
    background: rgb(204, 51, 51) !important;
    border: none !important;
    color: white !important;
    padding: 15px 20px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button:hover
{
    background: rgba(204, 51, 51, 0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(204, 51, 51, 0.4) !important;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button:active,
[b-sq2u5qq1oj] .ad-btn-custom.k-button:focus
{
    background: rgba(204, 51, 51, 0.8) !important;
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(204, 51, 51, 0.3) !important;
    outline: none !important;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button i
{
    font-size: 1.2rem !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button span
{
    vertical-align: middle !important;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button::before
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.5s ease;
}

[b-sq2u5qq1oj] .ad-btn-custom.k-button:hover::before
{
    left: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-button-container[b-sq2u5qq1oj]
    {
        margin-top: 5px;
    }


    [b-sq2u5qq1oj] .ad-btn-custom.k-button
    {
        padding: 12px 15px !important;
        font-size: 1rem !important;
    }

    [b-sq2u5qq1oj] .ad-btn-custom.k-button i
    {
        font-size: 1.1rem !important;
    }
}
/* _content/ADWebsite/Components/SidebarHeadlines.razor.rz.scp.css */
/* ============================================
   SIDEBAR HEADLINES - DESKTOP STYLES
   ============================================ */

.ad-sidebar-headlines[b-l097gd6fhq] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.ad-sidebar-headlines-header[b-l097gd6fhq] {
    background: rgb(204, 51, 51);
    color: white;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ad-sidebar-headlines-header i[b-l097gd6fhq] {
    font-size: 1rem;
    margin-right: 8px;
    vertical-align: middle;
}

.ad-sidebar-headlines-header h3[b-l097gd6fhq] {
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-accent[b-l097gd6fhq] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(204, 51, 51, 0.7);
}

.ad-sidebar-headlines-content[b-l097gd6fhq] {
    padding: 12px;
}

/* Desktop list styles */
.headline-item[b-l097gd6fhq] {
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.headline-item:hover[b-l097gd6fhq] {
    transform: translateX(3px);
}

.headline-bullet[b-l097gd6fhq] {
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: rgb(204, 51, 51);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.headline-item:hover .headline-bullet[b-l097gd6fhq] {
    transform: scale(1.3);
    box-shadow: 0 0 6px rgba(204, 51, 51, 0.5);
}

.headline-link[b-l097gd6fhq] {
    display: block;
    text-decoration: none !important;
    color: #333;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.headline-link:hover[b-l097gd6fhq] {
    color: rgb(204, 51, 51);
}

.headline-text[b-l097gd6fhq] {
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 2px;
    line-height: 1.2;
}

.headline-date[b-l097gd6fhq] {
    display: block;
    font-size: 0.7rem;
    color: #666;
    font-style: italic;
}

.ad-article-separator[b-l097gd6fhq] {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(204, 51, 51, 0.15) 50%, transparent 100%);
    margin: 6px 0;
}

.no-headlines[b-l097gd6fhq] {
    text-align: center;
    padding: 15px;
    color: #666;
    font-style: italic;
}

.no-headlines i[b-l097gd6fhq] {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: #ccc;
}

/* ============================================
   MOBILE STYLES - Cards with images
   ============================================ */

@media (max-width: 768px) {
    .ad-sidebar-headlines[b-l097gd6fhq] {
        border-radius: 10px;
    }

    .ad-sidebar-headlines-header[b-l097gd6fhq] {
        padding: 10px 12px;
    }

    .ad-sidebar-headlines-header h3[b-l097gd6fhq] {
        font-size: 0.9rem;
    }

    .ad-sidebar-headlines-content[b-l097gd6fhq] {
        padding: 10px;
    }

    /* Mobile headlines list */
    .mobile-headlines-list[b-l097gd6fhq] {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    /* Mobile headline card */
    .mobile-headline-card[b-l097gd6fhq] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        border: 1px solid transparent;
    }

    .mobile-headline-card:hover[b-l097gd6fhq],
    .mobile-headline-card:active[b-l097gd6fhq] {
        background: #fff;
        border-color: rgba(204, 51, 51, 0.2);
        transform: translateX(2px);
    }

    /* Headline image */
    .mobile-headline-card .headline-image[b-l097gd6fhq] {
        width: 55px;
        height: 55px;
        border-radius: 6px;
        overflow: hidden;
        flex-shrink: 0;
        background: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-headline-card .headline-image img[b-l097gd6fhq] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mobile-headline-card .headline-image .placeholder-image[b-l097gd6fhq] {
        color: #ccc;
        font-size: 1.2rem;
    }

    /* Headline info */
    .mobile-headline-card .headline-info[b-l097gd6fhq] {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .mobile-headline-card .headline-title[b-l097gd6fhq] {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mobile-headline-card .headline-date[b-l097gd6fhq] {
        font-size: 0.7rem;
        color: #888;
        font-style: normal;
    }

    /* Arrow */
    .mobile-headline-card .headline-arrow[b-l097gd6fhq] {
        flex-shrink: 0;
        color: #ccc;
        font-size: 0.8rem;
        transition: color 0.2s ease;
    }

    .mobile-headline-card:hover .headline-arrow[b-l097gd6fhq],
    .mobile-headline-card:active .headline-arrow[b-l097gd6fhq] {
        color: rgb(204, 51, 51);
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-sidebar-headlines-header[b-l097gd6fhq] {
        padding: 8px 10px;
    }

    .ad-sidebar-headlines-header h3[b-l097gd6fhq] {
        font-size: 1rem;
    }

    .ad-sidebar-headlines-content[b-l097gd6fhq] {
        padding: 8px;
    }

    .mobile-headlines-list[b-l097gd6fhq] {
        gap: 6px;
    }

    .mobile-headline-card[b-l097gd6fhq] {
        padding: 8px;
        gap: 8px;
    }

    .mobile-headline-card .headline-image[b-l097gd6fhq] {
        width: 50px;
        height: 50px;
    }

    .mobile-headline-card .headline-title[b-l097gd6fhq] {
        font-size: 0.8rem;
    }

    .mobile-headline-card .headline-date[b-l097gd6fhq] {
        font-size: 0.65rem;
    }
}

/* ============================================
   TOUCH DEVICE IMPROVEMENTS
   ============================================ */

@media (hover: none) and (pointer: coarse) {
    .mobile-headline-card[b-l097gd6fhq] {
        min-height: 60px;
    }
}
/* _content/ADWebsite/Components/SidebarPharmacy.razor.rz.scp.css */
.ad-sidebar-pharmacy[b-yjqz2dxxau] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.ad-sidebar-pharmacy-header[b-yjqz2dxxau] {
    background: rgb(204, 51, 51);
    color: white;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ad-sidebar-pharmacy-header.clickable-header[b-yjqz2dxxau] {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ad-sidebar-pharmacy-header.clickable-header:hover[b-yjqz2dxxau] {
    background: rgb(180, 45, 45);
}

.ad-sidebar-pharmacy-header i[b-yjqz2dxxau] {
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}

.ad-sidebar-pharmacy-header .header-link-icon[b-yjqz2dxxau] {
    font-size: 0.9rem;
    margin-left: 10px;
    margin-right: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.ad-sidebar-pharmacy-header.clickable-header:hover .header-link-icon[b-yjqz2dxxau] {
    opacity: 1;
}

.ad-sidebar-pharmacy-header h3[b-yjqz2dxxau] {
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-accent[b-yjqz2dxxau] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.ad-sidebar-pharmacy-content[b-yjqz2dxxau] {
    padding: 20px;
}

/* Fetch info and refresh button */
.pharmacy-fetch-info[b-yjqz2dxxau] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(204, 51, 51, 0.05);
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.fetch-date[b-yjqz2dxxau] {
    font-size: 0.75rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fetch-date i[b-yjqz2dxxau] {
    color: rgb(204, 51, 51);
    font-size: 0.7rem;
}

.refresh-btn[b-yjqz2dxxau] {
    background: transparent;
    border: 1px solid rgba(204, 51, 51, 0.3);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(204, 51, 51);
    transition: all 0.3s ease;
}

.refresh-btn:hover:not(:disabled)[b-yjqz2dxxau] {
    background: rgb(204, 51, 51);
    color: white;
    transform: rotate(180deg);
}

.refresh-btn:disabled[b-yjqz2dxxau] {
    opacity: 0.5;
    cursor: not-allowed;
}

.refresh-btn.refreshing[b-yjqz2dxxau] {
    background: rgb(204, 51, 51);
    color: white;
}

.refresh-btn i[b-yjqz2dxxau] {
    font-size: 0.8rem;
}

/* Cached data notice */
.cached-data-notice[b-yjqz2dxxau] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 0.75rem;
    color: #856404;
}

.cached-data-notice i[b-yjqz2dxxau] {
    color: #ffc107;
}

/* Loading state */
.pharmacy-loading[b-yjqz2dxxau] {
    text-align: center;
    padding: 20px;
    color: #666;
}

.pharmacy-loading i[b-yjqz2dxxau] {
    font-size: 1.5rem;
    color: rgb(204, 51, 51);
    margin-bottom: 10px;
    display: block;
}

/* Date display */
.pharmacy-date[b-yjqz2dxxau] {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(204, 51, 51, 0.05);
    border-radius: 8px;
    border-left: 4px solid rgb(204, 51, 51);
}

.pharmacy-date .day[b-yjqz2dxxau] {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: rgb(204, 51, 51);
    text-transform: capitalize;
}

.pharmacy-date .date[b-yjqz2dxxau] {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-top: 2px;
}

/* Pharmacy item */
.pharmacy-item[b-yjqz2dxxau] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    border-left: 4px solid rgba(204, 51, 51, 0.3);
    transition: all 0.3s ease;
}

.pharmacy-item:last-child[b-yjqz2dxxau] {
    margin-bottom: 0;
}

.pharmacy-item:hover[b-yjqz2dxxau] {
    border-left-color: rgb(204, 51, 51);
    background: #f0f0f0;
    transform: translateX(3px);
}

.pharmacy-location[b-yjqz2dxxau] {
    font-weight: 600;
    color: rgb(204, 51, 51);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.pharmacy-name[b-yjqz2dxxau] {
    font-weight: 500;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 8px;
    line-height: 1.3;
}

.pharmacy-contact[b-yjqz2dxxau] {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 4px;
}

.pharmacy-contact:last-child[b-yjqz2dxxau] {
    margin-bottom: 0;
}

.pharmacy-contact i[b-yjqz2dxxau] {
    width: 12px;
    margin-right: 8px;
    color: rgb(204, 51, 51);
    font-size: 0.75rem;
}

.phone-link[b-yjqz2dxxau] {
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
}

.phone-link:hover[b-yjqz2dxxau] {
    color: rgba(204, 51, 51, 0.8);
    text-decoration: underline;
}

/* No pharmacy state */
.no-pharmacy[b-yjqz2dxxau] {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.no-pharmacy i[b-yjqz2dxxau] {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ccc;
}

.refresh-btn-large[b-yjqz2dxxau] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background: rgb(204, 51, 51);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.refresh-btn-large:hover:not(:disabled)[b-yjqz2dxxau] {
    background: rgb(180, 45, 45);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(204, 51, 51, 0.3);
}

.refresh-btn-large:disabled[b-yjqz2dxxau] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */
@media (max-width: 991.98px) {
    .ad-sidebar-pharmacy[b-yjqz2dxxau] {
        border-radius: 6px;
        border: 1px solid rgba(204, 51, 51, 0.15);
    }

    .ad-sidebar-pharmacy-header[b-yjqz2dxxau] {
        padding: 12px 15px;
    }

    .ad-sidebar-pharmacy-header h3[b-yjqz2dxxau] {
        font-size: 1rem;
    }

    .ad-sidebar-pharmacy-content[b-yjqz2dxxau] {
        padding: 15px;
    }

    .pharmacy-fetch-info[b-yjqz2dxxau] {
        padding: 6px 10px;
        border-radius: 4px;
    }

    .fetch-date[b-yjqz2dxxau] {
        font-size: 0.7rem;
    }

    .refresh-btn[b-yjqz2dxxau] {
        width: 24px;
        height: 24px;
    }

    .pharmacy-item[b-yjqz2dxxau] {
        padding: 12px;
        border-radius: 6px;
    }

    .pharmacy-date[b-yjqz2dxxau] {
        border-radius: 6px;
    }

    .cached-data-notice[b-yjqz2dxxau] {
        border-radius: 4px;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */
@media (max-width: 767.98px) {
    .ad-sidebar-pharmacy[b-yjqz2dxxau] {
        border-radius: 4px;
        border: 1px solid rgba(204, 51, 51, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    }

    .ad-sidebar-pharmacy-header[b-yjqz2dxxau] {
        padding: 10px 12px;
    }

    .ad-sidebar-pharmacy-header h3[b-yjqz2dxxau] {
        font-size: 0.95rem;
    }

    .ad-sidebar-pharmacy-header i[b-yjqz2dxxau] {
        font-size: 1rem;
        margin-right: 8px;
    }

    .ad-sidebar-pharmacy-content[b-yjqz2dxxau] {
        padding: 12px;
    }

    .pharmacy-fetch-info[b-yjqz2dxxau] {
        padding: 6px 8px;
        margin-bottom: 12px;
        border-radius: 4px;
    }

    .fetch-date[b-yjqz2dxxau] {
        font-size: 0.65rem;
    }

    .refresh-btn[b-yjqz2dxxau] {
        width: 22px;
        height: 22px;
    }

    .refresh-btn i[b-yjqz2dxxau] {
        font-size: 0.7rem;
    }

    .pharmacy-date[b-yjqz2dxxau] {
        padding: 8px;
        margin-bottom: 12px;
        border-radius: 4px;
    }

    .pharmacy-date .day[b-yjqz2dxxau] {
        font-size: 0.9rem;
    }

    .pharmacy-date .date[b-yjqz2dxxau] {
        font-size: 0.8rem;
    }

    .pharmacy-item[b-yjqz2dxxau] {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .pharmacy-location[b-yjqz2dxxau] {
        font-size: 0.8rem;
    }

    .pharmacy-name[b-yjqz2dxxau] {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .pharmacy-contact[b-yjqz2dxxau] {
        font-size: 0.75rem;
    }

    .pharmacy-contact i[b-yjqz2dxxau] {
        font-size: 0.7rem;
        width: 10px;
        margin-right: 6px;
    }

    .cached-data-notice[b-yjqz2dxxau] {
        padding: 6px 10px;
        font-size: 0.7rem;
        margin-bottom: 12px;
        border-radius: 4px;
    }

    .no-pharmacy[b-yjqz2dxxau] {
        padding: 15px;
    }

    .no-pharmacy i[b-yjqz2dxxau] {
        font-size: 1.5rem;
    }

    .refresh-btn-large[b-yjqz2dxxau] {
        padding: 8px 16px;
        font-size: 0.85rem;
        border-radius: 4px;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */
@media (max-width: 575.98px) {
    .ad-sidebar-pharmacy[b-yjqz2dxxau] {
        border-radius: 4px;
        border: 1px solid rgba(204, 51, 51, 0.25);
    }

    .ad-sidebar-pharmacy-header[b-yjqz2dxxau] {
        padding: 8px 10px;
    }

    .ad-sidebar-pharmacy-header h3[b-yjqz2dxxau] {
        font-size: 0.9rem;
    }

    .ad-sidebar-pharmacy-content[b-yjqz2dxxau] {
        padding: 10px;
    }

    .pharmacy-item[b-yjqz2dxxau] {
        padding: 8px;
        margin-bottom: 8px;
    }

    .pharmacy-date[b-yjqz2dxxau] {
        padding: 6px;
        margin-bottom: 10px;
    }

    .pharmacy-fetch-info[b-yjqz2dxxau] {
        padding: 5px 6px;
        margin-bottom: 10px;
    }

    .fetch-date[b-yjqz2dxxau] {
        font-size: 0.6rem;
    }

    .refresh-btn[b-yjqz2dxxau] {
        width: 20px;
        height: 20px;
    }
}
/* _content/ADWebsite/Components/SidebarWegaDiNumber.razor.rz.scp.css */
/* Wega Di Number Sidebar Styling */
.ad-sidebar-wega-di-number[b-1dh7odo4ic]
{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.ad-sidebar-wega-di-number-header[b-1dh7odo4ic]
{
    background: rgb(204, 51, 51);
    color: white;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
}

.ad-sidebar-wega-di-number-header.clickable-header[b-1dh7odo4ic]
{
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ad-sidebar-wega-di-number-header.clickable-header:hover[b-1dh7odo4ic]
{
    background: rgb(180, 45, 45);
}

.ad-sidebar-wega-di-number-header i[b-1dh7odo4ic]
{
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}

.ad-sidebar-wega-di-number-header .header-link-icon[b-1dh7odo4ic]
{
    font-size: 0.9rem;
    margin-left: 10px;
    margin-right: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.ad-sidebar-wega-di-number-header.clickable-header:hover .header-link-icon[b-1dh7odo4ic]
{
    opacity: 1;
}

.ad-sidebar-wega-di-number-header h3[b-1dh7odo4ic]
{
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.ad-sidebar-wega-di-number-header .header-accent[b-1dh7odo4ic]
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(204, 51, 51, 0.7);
}

.ad-sidebar-wega-di-number-content[b-1dh7odo4ic]
{
    padding: 20px;
}

/* Fetch info and refresh button */
.wega-fetch-info[b-1dh7odo4ic]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(204, 51, 51, 0.05);
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid rgba(204, 51, 51, 0.1);
}

.fetch-date[b-1dh7odo4ic]
{
    font-size: 0.75rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fetch-date i[b-1dh7odo4ic]
{
    color: rgb(204, 51, 51);
    font-size: 0.7rem;
}

.refresh-btn[b-1dh7odo4ic]
{
    background: transparent;
    border: 1px solid rgba(204, 51, 51, 0.3);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(204, 51, 51);
    transition: all 0.3s ease;
}

.refresh-btn:hover:not(:disabled)[b-1dh7odo4ic]
{
    background: rgb(204, 51, 51);
    color: white;
    transform: rotate(180deg);
}

.refresh-btn:disabled[b-1dh7odo4ic]
{
    opacity: 0.5;
    cursor: not-allowed;
}

.refresh-btn.refreshing[b-1dh7odo4ic]
{
    background: rgb(204, 51, 51);
    color: white;
}

.refresh-btn i[b-1dh7odo4ic]
{
    font-size: 0.8rem;
}

/* Cached data notice */
.cached-data-notice[b-1dh7odo4ic]
{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 0.75rem;
    color: #856404;
}

.cached-data-notice i[b-1dh7odo4ic]
{
    color: #ffc107;
}

/* Loading state */
.wega-loading[b-1dh7odo4ic]
{
    text-align: center;
    padding: 20px;
    color: #666;
}

.wega-loading i[b-1dh7odo4ic]
{
    font-size: 1.5rem;
    color: rgb(204, 51, 51);
    margin-bottom: 10px;
    display: block;
}

/* Categories */
.wega-categories[b-1dh7odo4ic]
{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wega-category[b-1dh7odo4ic]
{
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid rgba(204, 51, 51, 0.3);
    transition: all 0.3s ease;
}

.wega-category:hover[b-1dh7odo4ic]
{
    border-left-color: rgb(204, 51, 51);
    background: #f0f0f0;
    transform: translateX(3px);
}

.wega-category-title[b-1dh7odo4ic]
{
    background: rgba(204, 51, 51, 0.05);
    color: rgb(204, 51, 51);
    padding: 10px 15px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    border-bottom: 1px solid rgba(204, 51, 51, 0.1);
}

.wega-numbers[b-1dh7odo4ic]
{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.wega-number-item[b-1dh7odo4ic]
{
    background: rgb(204, 51, 51);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(204, 51, 51, 0.3);
    transition: all 0.2s ease;
}

.wega-number-item:hover[b-1dh7odo4ic]
{
    background: rgba(204, 51, 51, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(204, 51, 51, 0.4);
}

.wega-number[b-1dh7odo4ic]
{
    display: block;
    line-height: 1;
}

.wega-closed-item[b-1dh7odo4ic]
{
    background: #6c757d;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    font-style: italic;
    opacity: 0.8;
}

.wega-closed[b-1dh7odo4ic]
{
    display: block;
    line-height: 1;
}

/* No numbers state */
.no-wega-numbers[b-1dh7odo4ic]
{
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.no-wega-numbers i[b-1dh7odo4ic]
{
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ccc;
}

.refresh-btn-large[b-1dh7odo4ic]
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background: rgb(204, 51, 51);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.refresh-btn-large:hover:not(:disabled)[b-1dh7odo4ic]
{
    background: rgb(180, 45, 45);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(204, 51, 51, 0.3);
}

.refresh-btn-large:disabled[b-1dh7odo4ic]
{
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-wega-di-number-header[b-1dh7odo4ic]
    {
        padding: 12px 15px;
    }

    .ad-sidebar-wega-di-number-header h3[b-1dh7odo4ic]
    {
        font-size: 1rem;
    }

    .ad-sidebar-wega-di-number-content[b-1dh7odo4ic]
    {
        padding: 15px;
    }

    .wega-fetch-info[b-1dh7odo4ic]
    {
        padding: 6px 10px;
    }

    .fetch-date[b-1dh7odo4ic]
    {
        font-size: 0.7rem;
    }

    .refresh-btn[b-1dh7odo4ic]
    {
        width: 24px;
        height: 24px;
    }

    .wega-categories[b-1dh7odo4ic]
    {
        gap: 12px;
    }

    .wega-numbers[b-1dh7odo4ic]
    {
        padding: 12px;
        gap: 6px;
    }

    .wega-number-item[b-1dh7odo4ic]
    {
        padding: 6px 10px;
        font-size: 0.8rem;
        min-width: 35px;
    }
}
/* _content/ADWebsite/Components/Sudoku.razor.rz.scp.css */
.sudoku-container[b-8aj32pzbk7]
{
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.sudoku-header[b-8aj32pzbk7]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.sudoku-header h3[b-8aj32pzbk7]
{
    margin: 0;
    color: #333;
}

.sudoku-controls[b-8aj32pzbk7]
{
    display: flex;
    gap: 10px;
}

.sudoku-info[b-8aj32pzbk7]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.difficulty[b-8aj32pzbk7]
{
    font-weight: bold;
    color: #007bff;
}

.timer[b-8aj32pzbk7]
{
    font-weight: bold;
    color: #28a745;
}

.completion-message[b-8aj32pzbk7]
{
    font-weight: bold;
    color: #ffc107;
    animation: pulse-b-8aj32pzbk7 1s infinite;
}

@keyframes pulse-b-8aj32pzbk7
{
    0%
    {
        opacity: 1;
    }

    50%
    {
        opacity: 0.7;
    }

    100%
    {
        opacity: 1;
    }
}

.sudoku-grid[b-8aj32pzbk7]
{
    display: grid;
    grid-template-columns: repeat(9, 45px);
    grid-template-rows: repeat(9, 45px);
    gap: 1px;
    border: 3px solid #333;
    background-color: #333;
    margin: 0 auto;
    width: fit-content;
}

/* HTML Input styling for Sudoku cells */
.sudoku-cell[b-8aj32pzbk7]
{
    width: 45px !important;
    height: 45px !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-sizing: border-box !important;
}

/* Remove spinner buttons from number input */
.sudoku-cell[b-8aj32pzbk7]::-webkit-outer-spin-button,
.sudoku-cell[b-8aj32pzbk7]::-webkit-inner-spin-button
{
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.sudoku-cell[type=number][b-8aj32pzbk7]
{
    -moz-appearance: textfield !important;
}

/* Fixed cells styling */
.fixed-cell[b-8aj32pzbk7]
{
    background-color: #e9ecef !important;
    color: #495057 !important;
    font-weight: bold !important;
    cursor: not-allowed !important;
}

/* Border styling for 3x3 boxes */
.right-border[b-8aj32pzbk7]
{
    border-right: 3px solid #333 !important;
}

.bottom-border[b-8aj32pzbk7]
{
    border-bottom: 3px solid #333 !important;
}

/* Hover effects */
.sudoku-cell:not(.fixed-cell):not(:disabled):hover[b-8aj32pzbk7]
{
    background-color: #f8f9fa !important;
}

/* Focus effects */
.sudoku-cell:not(.fixed-cell):focus[b-8aj32pzbk7]
{
    background-color: #cce5ff !important;
    outline: 2px solid #007bff !important;
}

.sudoku-error[b-8aj32pzbk7]
{
    margin-top: 15px;
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 600px)
{
    .sudoku-container[b-8aj32pzbk7]
    {
        padding: 10px;
    }

    .sudoku-grid[b-8aj32pzbk7]
    {
        grid-template-columns: repeat(9, 35px);
        grid-template-rows: repeat(9, 35px);
    }

    .sudoku-cell[b-8aj32pzbk7]
    {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }

    .sudoku-header[b-8aj32pzbk7]
    {
        flex-direction: column;
        gap: 10px;
    }

    .sudoku-controls[b-8aj32pzbk7]
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sudoku-info[b-8aj32pzbk7]
    {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}
/* _content/ADWebsite/Components/TagSelect.razor.rz.scp.css */
/* TagSelect Component Styles */
.tag-select-container[b-yz0u30kp8g]
{
    width: 100%;
    margin-bottom: 16px;
}

.tag-buttons-wrapper[b-yz0u30kp8g]
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.tag-button[b-yz0u30kp8g]
{
    margin: 2px;
    border-radius: 20px;
    font-size: 12px;
    padding: 6px 12px;
    min-height: 32px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.tag-button-selected[b-yz0u30kp8g]
{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.tag-button-selected:hover[b-yz0u30kp8g]
{
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(40, 167, 69, 0.4);
}

.tag-button-unselected[b-yz0u30kp8g]
{
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
}

.tag-button-unselected:hover[b-yz0u30kp8g]
{
    background-color: #e9ecef;
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tag-button:active[b-yz0u30kp8g]
{
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.no-tags-message[b-yz0u30kp8g]
{
    color: #6c757d;
    font-style: italic;
    margin: 0;
    padding: 8px 0;
}

/* Responsive design */
@media (max-width: 768px)
{
    .tag-buttons-wrapper[b-yz0u30kp8g]
    {
        gap: 6px;
    }

    .tag-button[b-yz0u30kp8g]
    {
        font-size: 11px;
        padding: 4px 8px;
        min-height: 28px;
    }
}
/* _content/ADWebsite/Pages/ADGames.razor.rz.scp.css */
/* AD Games Styling */
.ad-games-content[b-dq1pnk8a8j]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

.ad-games-header[b-dq1pnk8a8j]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    color: white;
    border-radius: 10px;
    margin: 20px 0 40px 0;
}

.ad-games-title[b-dq1pnk8a8j]
{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.ad-games-subtitle[b-dq1pnk8a8j]
{
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

.ad-games-grid[b-dq1pnk8a8j]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.ad-game-card[b-dq1pnk8a8j]
{
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.ad-game-card[b-dq1pnk8a8j]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgb(204, 51, 51);
}

.ad-game-card:hover[b-dq1pnk8a8j]
{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: rgb(204, 51, 51);
}

.ad-coming-soon-card[b-dq1pnk8a8j]
{
    opacity: 0.7;
}

.ad-coming-soon-card[b-dq1pnk8a8j]::before
{
    background: #999;
}

.ad-game-icon[b-dq1pnk8a8j]
{
    text-align: center;
    margin-bottom: 20px;
}

.ad-game-icon i[b-dq1pnk8a8j]
{
    font-size: 3rem;
    color: rgb(204, 51, 51);
    transition: all 0.3s ease;
}

.ad-coming-soon-card .ad-game-icon i[b-dq1pnk8a8j]
{
    color: #999;
}

.ad-game-card:hover .ad-game-icon i[b-dq1pnk8a8j]
{
    transform: scale(1.1);
}

.ad-game-content[b-dq1pnk8a8j]
{
    margin-bottom: 25px;
}

.ad-game-title[b-dq1pnk8a8j]
{
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}

.ad-game-description[b-dq1pnk8a8j]
{
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
}

.ad-game-stats[b-dq1pnk8a8j]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.ad-difficulty-badge[b-dq1pnk8a8j]
{
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ad-difficulty-badge.medium[b-dq1pnk8a8j]
{
    background-color: #fff3e0;
    color: #f57c00;
    border: 1px solid #ffcc02;
}

.ad-play-time[b-dq1pnk8a8j]
{
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
}

.ad-game-features[b-dq1pnk8a8j], .ad-coming-soon-features[b-dq1pnk8a8j]
{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ad-feature[b-dq1pnk8a8j]
{
    color: rgb(204, 51, 51);
    font-size: 0.9rem;
    font-weight: 500;
}

.ad-coming-soon-features .ad-feature[b-dq1pnk8a8j]
{
    color: #999;
}

.ad-game-btn[b-dq1pnk8a8j]
{
    width: 100%;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ad-coming-soon-btn[b-dq1pnk8a8j]
{
    background-color: #999 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.ad-game-btn[b-dq1pnk8a8j]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.ad-game-btn:not(:disabled):hover[b-dq1pnk8a8j]::before
{
    left: 100%;
}

.ad-game-btn:not(:disabled):hover[b-dq1pnk8a8j]
{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 51, 51, 0.3);
}

.btn-icon[b-dq1pnk8a8j]
{
    transition: transform 0.3s ease;
}

.ad-game-btn:not(:disabled):hover .btn-icon[b-dq1pnk8a8j]
{
    transform: scale(1.1);
}

/* Game Display Area */
.ad-game-display[b-dq1pnk8a8j]
{
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.ad-game-header[b-dq1pnk8a8j]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.ad-current-game-title[b-dq1pnk8a8j]
{
    color: rgb(204, 51, 51);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.ad-close-game-btn[b-dq1pnk8a8j]
{
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ad-game-area[b-dq1pnk8a8j]
{
    min-height: 400px;
}

/* Info Section */
.ad-games-info[b-dq1pnk8a8j]
{
    margin: 50px 20px 0 20px;
    text-align: center;
}

.ad-section-title[b-dq1pnk8a8j]
{
    color: rgb(204, 51, 51);
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.ad-info-cards[b-dq1pnk8a8j]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ad-info-card[b-dq1pnk8a8j]
{
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 3px solid rgb(204, 51, 51);
}

.ad-info-card:hover[b-dq1pnk8a8j]
{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.ad-info-card i[b-dq1pnk8a8j]
{
    font-size: 2.5rem;
    color: rgb(204, 51, 51);
    margin-bottom: 15px;
}

.ad-info-card h4[b-dq1pnk8a8j]
{
    color: #333;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.ad-info-card p[b-dq1pnk8a8j]
{
    color: #666;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px)
{
    .ad-games-title[b-dq1pnk8a8j]
    {
        font-size: 2rem;
    }

    .ad-games-grid[b-dq1pnk8a8j]
    {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .ad-game-card[b-dq1pnk8a8j]
    {
        padding: 20px;
    }

    .ad-game-header[b-dq1pnk8a8j]
    {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .ad-current-game-title[b-dq1pnk8a8j]
    {
        font-size: 1.5rem;
    }

    .ad-info-cards[b-dq1pnk8a8j]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ad-games-info[b-dq1pnk8a8j],
    .ad-game-display[b-dq1pnk8a8j]
    {
        margin: 20px 10px;
    }
}

@media (max-width: 480px)
{
    .ad-games-header[b-dq1pnk8a8j]
    {
        padding: 20px 15px;
        margin: 10px 0 30px 0;
    }

    .ad-games-title[b-dq1pnk8a8j]
    {
        font-size: 1.8rem;
    }

    .ad-games-subtitle[b-dq1pnk8a8j]
    {
        font-size: 1rem;
    }

    .ad-game-card[b-dq1pnk8a8j]
    {
        padding: 15px;
    }

    .ad-game-title[b-dq1pnk8a8j]
    {
        font-size: 1.3rem;
    }

    .ad-game-btn[b-dq1pnk8a8j]
    {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}
/* _content/ADWebsite/Pages/Article.razor.rz.scp.css */
/* ============================================
   ARTICLE NAVIGATION BUTTONS
   ============================================ */

.article-nav-buttons[b-1i2hvoq3xi]
{
    padding: 8px 0;
}

.nav-buttons-left[b-1i2hvoq3xi],
.nav-buttons-right[b-1i2hvoq3xi]
{
    display: flex;
    align-items: center;
}

.nav-buttons-left[b-1i2hvoq3xi]
{
    gap: 8px;
}

/* ============================================
   ARTICLE SWIPE CONTAINER
   ============================================ */

.article-swipe-container[b-1i2hvoq3xi]
{
    position: relative;
    overflow: hidden;
}

.article-swipe-container.mobile-swipe-enabled[b-1i2hvoq3xi]
{
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
}

/* ============================================
   SWIPE ANIMATIONS - Fixed to complete properly
   ============================================ */

.article-content-wrapper[b-1i2hvoq3xi]
{
    /* No transition by default - instant display */
}

/* Exit animations */
.article-content-wrapper.swipe-out-left[b-1i2hvoq3xi]
{
    animation: swipeOutLeft-b-1i2hvoq3xi 0.15s ease-out forwards;
}

.article-content-wrapper.swipe-out-right[b-1i2hvoq3xi]
{
    animation: swipeOutRight-b-1i2hvoq3xi 0.15s ease-out forwards;
}

/* Enter animations */
.article-content-wrapper.swipe-in-left[b-1i2hvoq3xi]
{
    animation: swipeInLeft-b-1i2hvoq3xi 0.15s ease-out forwards;
}

.article-content-wrapper.swipe-in-right[b-1i2hvoq3xi]
{
    animation: swipeInRight-b-1i2hvoq3xi 0.15s ease-out forwards;
}

@keyframes swipeOutLeft-b-1i2hvoq3xi
{
    from
    {
        transform: translateX(0);
        opacity: 1;
    }

    to
    {
        transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes swipeOutRight-b-1i2hvoq3xi
{
    from
    {
        transform: translateX(0);
        opacity: 1;
    }

    to
    {
        transform: translateX(50px);
        opacity: 0;
    }
}

@keyframes swipeInLeft-b-1i2hvoq3xi
{
    from
    {
        transform: translateX(-50px);
        opacity: 0;
    }

    to
    {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes swipeInRight-b-1i2hvoq3xi
{
    from
    {
        transform: translateX(50px);
        opacity: 0;
    }

    to
    {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ============================================
   SWIPE HINT
   ============================================ */

.article-swipe-hint[b-1i2hvoq3xi]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    margin: 10px auto;
    max-width: 250px;
    background: linear-gradient(135deg, rgba(204, 51, 51, 0.9), rgba(180, 50, 50, 0.9));
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(204, 51, 51, 0.3);
    animation: swipeHintPulse-b-1i2hvoq3xi 2s ease-in-out infinite, swipeHintFadeOut-b-1i2hvoq3xi 4s ease-in-out forwards;
}

.article-swipe-hint i[b-1i2hvoq3xi]
{
    font-size: 1rem;
    animation: swipeHintArrow-b-1i2hvoq3xi 1s ease-in-out infinite alternate;
}

.article-swipe-hint i:first-child[b-1i2hvoq3xi]
{
    animation-direction: alternate-reverse;
}

@keyframes swipeHintPulse-b-1i2hvoq3xi
{
    0%, 100%
    {
        transform: scale(1);
    }

    50%
    {
        transform: scale(1.02);
    }
}

@keyframes swipeHintArrow-b-1i2hvoq3xi
{
    0%
    {
        transform: translateX(-4px);
    }

    100%
    {
        transform: translateX(4px);
    }
}

@keyframes swipeHintFadeOut-b-1i2hvoq3xi
{
    0%, 75%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
        visibility: hidden;
    }
}

/* ============================================
   MOBILE STYLES
   ============================================ */

@media (max-width: 767.98px)
{
    .article-nav-buttons[b-1i2hvoq3xi]
    {
        padding: 6px 0;
    }

    .nav-buttons-left[b-1i2hvoq3xi]
    {
        gap: 6px;
    }

    /* Hide button text on mobile, show only icons */
    .btn-text-desktop[b-1i2hvoq3xi]
    {
        display: none;
    }

    .article-swipe-hint[b-1i2hvoq3xi]
    {
        font-size: 0.8rem;
        padding: 8px 16px;
        gap: 10px;
    }

    .article-swipe-hint i[b-1i2hvoq3xi]
    {
        font-size: 0.9rem;
    }
}

/* ============================================
   SMALL MOBILE STYLES
   ============================================ */

@media (max-width: 575.98px)
{
    .article-nav-buttons[b-1i2hvoq3xi]
    {
        padding: 4px 0;
    }

    .nav-buttons-left[b-1i2hvoq3xi]
    {
        gap: 4px;
    }

    .article-swipe-hint[b-1i2hvoq3xi]
    {
        font-size: 0.75rem;
        padding: 6px 14px;
        max-width: 200px;
    }
}

/* ============================================
   DESKTOP STYLES
   ============================================ */

@media (min-width: 768px)
{
    .btn-text-desktop[b-1i2hvoq3xi]
    {
        display: inline;
    }

    /* Hide swipe hint on desktop */
    .article-swipe-hint[b-1i2hvoq3xi]
    {
        display: none;
    }
}
/* _content/ADWebsite/Pages/ArticleSearch.razor.rz.scp.css */
/* Responsive Articles Page Styling - Matching VacancySearch Theme */
.articlesearch-container[b-8fw6sog3uw]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

.page-header[b-8fw6sog3uw]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.page-title[b-8fw6sog3uw]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.page-subtitle[b-8fw6sog3uw]
{
    font-size: 1.2rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Search Section */
.search-section[b-8fw6sog3uw]
{
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(204, 51, 51);
}

.search-wrapper[b-8fw6sog3uw]
{
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.search-input[b-8fw6sog3uw]
{
    flex: 1;
}

.search-input .k-textbox[b-8fw6sog3uw]
{
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.search-input .k-textbox:focus[b-8fw6sog3uw]
{
    border-color: rgb(204, 51, 51);
    box-shadow: 0 0 10px rgba(204, 51, 51, 0.2);
}

.search-btn[b-8fw6sog3uw]
{
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover[b-8fw6sog3uw]
{
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(204, 51, 51, 0.3);
}

/* Desktop Layout */
.desktop-layout[b-8fw6sog3uw]
{
}

/* Desktop Tag Sidebar */
.desktop-tag-sidebar[b-8fw6sog3uw]
{
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(204, 51, 51);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.tag-sidebar-header[b-8fw6sog3uw]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tag-sidebar-header h4[b-8fw6sog3uw]
{
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0;
}

.tag-sections[b-8fw6sog3uw]
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tag-section[b-8fw6sog3uw]
{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
}

.tag-section:last-child[b-8fw6sog3uw]
{
    border-bottom: none;
    padding-bottom: 0;
}

.tag-type-title[b-8fw6sog3uw]
{
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tag-group[b-8fw6sog3uw]
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-btn[b-8fw6sog3uw]
{
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.tag-selected[b-8fw6sog3uw], .k-button-solid-base[b-8fw6sog3uw]
{
    background: rgb(46, 204, 113); /* green */
    border-color: rgb(46, 204, 113);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.35);
}

.tag-btn:not(.selected):hover[b-8fw6sog3uw]
{
    background: rgba(204, 51, 51, 0.1);
    border-color: rgb(204, 51, 51);
    color: rgb(204, 51, 51);
    transform: translateY(-1px);
}

/* Article Results Section */
.article-results[b-8fw6sog3uw]
{
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Results Summary */
.results-summary[b-8fw6sog3uw]
{
    background: white;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.results-count[b-8fw6sog3uw]
{
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.active-filters[b-8fw6sog3uw]
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.filter-label[b-8fw6sog3uw]
{
    font-weight: 600;
    color: #666;
    margin-right: 5px;
}

.filter-tag[b-8fw6sog3uw]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: rgba(204, 51, 51, 0.1);
    color: rgb(180, 45, 45);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    border: 1px solid rgba(204, 51, 51, 0.2);
}

.filter-tag.search-tag[b-8fw6sog3uw]
{
    background: rgba(52, 144, 220, 0.1);
    color: rgb(52, 144, 220);
    border-color: rgba(52, 144, 220, 0.2);
}

/* Mobile Layout */
.mobile-layout[b-8fw6sog3uw]
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-tags-header[b-8fw6sog3uw]
{
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.mobile-tags-btn[b-8fw6sog3uw]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Active filter count - text style instead of badge */
.active-filter-count[b-8fw6sog3uw]
{
    color: rgb(46, 204, 113);
    font-weight: 700;
    font-size: 0.85rem;
    margin-left: 4px;
}

/* Old selected-count style - keep for backwards compatibility but hide */
.selected-count[b-8fw6sog3uw]
{
    display: none;
}

/* Mobile Tag Drawer */
.mobile-tag-drawer .k-drawer-content[b-8fw6sog3uw]
{
    padding: 0;
}

.mobile-tag-content[b-8fw6sog3uw]
{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
}

.tag-header[b-8fw6sog3uw]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.tag-header h4[b-8fw6sog3uw]
{
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.tag-actions[b-8fw6sog3uw]
{
    display: flex;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.apply-btn[b-8fw6sog3uw]
{
    flex: 1;
    font-weight: 600;
}

/* Mobile Article Cards */
.mobile-article-list[b-8fw6sog3uw]
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-article-card[b-8fw6sog3uw]
{
    background: white;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    align-items: center;
}

.mobile-article-card:hover[b-8fw6sog3uw]
{
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-color: rgba(204, 51, 51, 0.2);
}

/* Mobile Article Image */
.mobile-article-card .article-image[b-8fw6sog3uw]
{
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-article-card .article-image img[b-8fw6sog3uw]
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-article-card .article-image .placeholder-image[b-8fw6sog3uw]
{
    color: #ccc;
    font-size: 1.5rem;
}

.mobile-article-card .article-content[b-8fw6sog3uw]
{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.mobile-article-card .article-title[b-8fw6sog3uw]
{
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-article-card .article-meta[b-8fw6sog3uw]
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #888;
    font-size: 0.8rem;
}

.mobile-article-card .article-meta .date-info[b-8fw6sog3uw]
{
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-article-card .article-meta .date-info i[b-8fw6sog3uw]
{
    font-size: 0.7rem;
    color: rgb(204, 51, 51);
}

.article-arrow[b-8fw6sog3uw]
{
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Show More Button Container */
.show-more-container[b-8fw6sog3uw]
{
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-top: 5px;
}

.show-more-btn[b-8fw6sog3uw]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
}

.show-more-btn .remaining-count[b-8fw6sog3uw]
{
    font-size: 0.8rem;
    opacity: 0.8;
    font-weight: normal;
}

/* Loading States */
.loading-container[b-8fw6sog3uw]
{
    text-align: center;
    padding: 60px 20px;
}

.loading-container p[b-8fw6sog3uw]
{
    margin-top: 15px;
    color: #666;
    font-size: 1.1rem;
}

/* Subtle loading - inline without blocking */
.loading-container-subtle[b-8fw6sog3uw]
{
    text-align: center;
    padding: 20px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 8px;
}

.loading-tags[b-8fw6sog3uw]
{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    color: #666;
}

/* Grid Styling */
.k-grid[b-8fw6sog3uw]
{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.k-grid .k-header[b-8fw6sog3uw]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
    color: white;
    font-weight: 600;
}

.k-grid .k-grid-header[b-8fw6sog3uw]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.k-grid .k-grid-header th[b-8fw6sog3uw]
{
    color: white;
    border-color: rgba(255,255,255,0.2);
}

.k-grid tbody tr:hover[b-8fw6sog3uw]
{
    background-color: rgba(204, 51, 51, 0.05);
}

.k-grid tbody tr[b-8fw6sog3uw]
{
    transition: background-color 0.2s ease;
}

/* Badge styling for tags in grid */
.badge.bg-info[b-8fw6sog3uw]
{
    background-color: rgb(204, 51, 51) !important;
}

.badge.bg-light[b-8fw6sog3uw]
{
    background-color: #f8f9fa !important;
    color: #333;
}

/* Article Search Grid - Prevent cursor blink and enable click behavior */
.article-search-grid .k-grid-content[b-8fw6sog3uw],
.article-search-grid .k-grid-table[b-8fw6sog3uw],
.article-search-grid .k-table-tbody[b-8fw6sog3uw],
.article-search-grid .k-table-row[b-8fw6sog3uw],
.article-search-grid .k-table-td[b-8fw6sog3uw]
{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Hover effect to indicate clickable rows */
.article-search-grid .k-table-row:hover[b-8fw6sog3uw]
{
    background-color: rgba(204, 51, 51, 0.08);
}

/* Keep buttons clickable with default cursor */
.article-search-grid .k-table-td .k-button[b-8fw6sog3uw]
{
    cursor: pointer;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px)
{
    /* Remove top padding/margin on mobile */
    .articlesearch-container[b-8fw6sog3uw]
    {
        padding: 10px 0;
    }

    .articlesearch-container.py-4[b-8fw6sog3uw]
    {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Compact search section on mobile */
    .search-section[b-8fw6sog3uw]
    {
        padding: 12px 15px;
        margin: 0 5px 10px 5px;
        border-radius: 8px;
    }

    .search-section .row[b-8fw6sog3uw]
    {
        margin: 0;
    }

    .search-section .col-12[b-8fw6sog3uw]
    {
        padding: 0;
    }

    .search-section .mb-3[b-8fw6sog3uw]
    {
        margin-bottom: 8px !important;
    }

    .page-title[b-8fw6sog3uw]
    {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    /* Search wrapper - align items properly */
    .search-wrapper[b-8fw6sog3uw]
    {
        gap: 8px;
        align-items: stretch;
    }

    /* Make search input and button same height */
    .search-wrapper .search-input[b-8fw6sog3uw],
    .search-wrapper .search-input .k-textbox[b-8fw6sog3uw],
    .search-wrapper .search-input .k-input[b-8fw6sog3uw]
    {
        height: 38px;
    }

    .search-wrapper .search-btn[b-8fw6sog3uw]
    {
        height: 38px;
        min-width: 38px;
        padding: 0 12px;
    }

    /* More compact mobile layout */
    .mobile-layout[b-8fw6sog3uw]
    {
        gap: 8px;
        padding: 0 5px;
    }

    /* Compact tags header */
    .mobile-tags-header[b-8fw6sog3uw]
    {
        padding: 8px;
        margin-bottom: 0;
        border-radius: 8px;
    }

    .mobile-tags-btn[b-8fw6sog3uw]
    {
        padding: 8px 12px;
        font-size: 0.85rem;
        min-height: 38px;
    }

    /* Active filter count on mobile */
    .active-filter-count[b-8fw6sog3uw]
    {
        font-size: 0.8rem;
    }

    /* Compact article list */
    .mobile-article-list[b-8fw6sog3uw]
    {
        gap: 8px;
    }

    .mobile-article-card[b-8fw6sog3uw]
    {
        padding: 10px;
        border-radius: 8px;
    }

    .mobile-article-card .article-image[b-8fw6sog3uw]
    {
        width: 60px;
        height: 60px;
    }

    .mobile-article-card .article-title[b-8fw6sog3uw]
    {
        font-size: 0.9rem;
    }

    .mobile-article-card .article-meta[b-8fw6sog3uw]
    {
        font-size: 0.75rem;
    }

    /* Tag drawer compact */
    .tag-header[b-8fw6sog3uw]
    {
        padding: 12px;
    }

    .tag-header h4[b-8fw6sog3uw]
    {
        font-size: 1rem;
    }

    .tag-sections[b-8fw6sog3uw]
    {
        padding: 12px;
        gap: 15px;
    }

    .tag-actions[b-8fw6sog3uw]
    {
        padding: 12px;
        gap: 8px;
    }

    /* Show more button mobile */
    .show-more-container[b-8fw6sog3uw]
    {
        padding: 12px 0;
    }

    .show-more-btn[b-8fw6sog3uw]
    {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px)
{
    .articlesearch-container[b-8fw6sog3uw]
    {
        padding: 5px 0;
    }

    .search-section[b-8fw6sog3uw]
    {
        padding: 10px 12px;
        margin: 0 3px 8px 3px;
    }

    .page-title[b-8fw6sog3uw]
    {
        font-size: 1.2rem;
    }

    /* Smaller height on very small screens */
    .search-wrapper .search-input[b-8fw6sog3uw],
    .search-wrapper .search-input .k-textbox[b-8fw6sog3uw],
    .search-wrapper .search-input .k-input[b-8fw6sog3uw]
    {
        height: 36px;
    }

    .search-wrapper .search-btn[b-8fw6sog3uw]
    {
        height: 36px;
        min-width: 36px;
        padding: 0 10px;
    }

    .mobile-layout[b-8fw6sog3uw]
    {
        gap: 6px;
        padding: 0 3px;
    }

    .mobile-tags-header[b-8fw6sog3uw]
    {
        padding: 6px;
    }

    .mobile-tags-btn[b-8fw6sog3uw]
    {
        padding: 6px 10px;
        font-size: 0.8rem;
        min-height: 34px;
    }

    /* Active filter count on small mobile */
    .active-filter-count[b-8fw6sog3uw]
    {
        font-size: 0.75rem;
    }

    .mobile-article-list[b-8fw6sog3uw]
    {
        gap: 6px;
    }

    .mobile-article-card[b-8fw6sog3uw]
    {
        padding: 8px;
    }

    .mobile-article-card .article-image[b-8fw6sog3uw]
    {
        width: 55px;
        height: 55px;
        border-radius: 6px;
    }

    .mobile-article-card .article-title[b-8fw6sog3uw]
    {
        font-size: 0.85rem;
    }

    .mobile-article-card .article-meta[b-8fw6sog3uw]
    {
        font-size: 0.7rem;
    }

    .tag-sections[b-8fw6sog3uw]
    {
        padding: 10px;
    }

    .tag-actions[b-8fw6sog3uw]
    {
        padding: 10px;
        flex-direction: column;
    }

    .apply-btn[b-8fw6sog3uw]
    {
        order: -1;
    }

    /* Show more button small mobile */
    .show-more-container[b-8fw6sog3uw]
    {
        padding: 10px 0;
    }

    .show-more-btn[b-8fw6sog3uw]
    {
        padding: 8px 16px;
        font-size: 0.8rem;
        max-width: none;
    }

    .show-more-btn .remaining-count[b-8fw6sog3uw]
    {
        font-size: 0.75rem;
    }
}

/* Desktop-specific styles */
@media (min-width: 769px)
{
    .search-wrapper[b-8fw6sog3uw]
    {
        max-width: 600px;
    }
}
/* _content/ADWebsite/Pages/Colofon.razor.rz.scp.css */
/* AD Colofon Styling */
.colofon-container[b-jyzv2ahb4z]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

.page-title[b-jyzv2ahb4z]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 30px 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.company-header[b-jyzv2ahb4z]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    margin: 20px 0 40px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.company-header h3[b-jyzv2ahb4z]
{
    font-size: 1.8rem;
    color: rgb(204, 51, 51);
    margin-bottom: 1rem;
    font-weight: bold;
}

.company-info address[b-jyzv2ahb4z]
{
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.company-info a[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
    transition: all 0.3s ease;
}

.company-info a:hover[b-jyzv2ahb4z]
{
    text-decoration: underline;
    color: rgb(180, 45, 45);
}

.section-block[b-jyzv2ahb4z]
{
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-block[b-jyzv2ahb4z]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgb(204, 51, 51);
}

.section-block:hover[b-jyzv2ahb4z]
{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: rgb(204, 51, 51);
}

.section-block h4[b-jyzv2ahb4z]
{
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

.section-block h4[b-jyzv2ahb4z]::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(204, 51, 51);
}

.section-block p[b-jyzv2ahb4z]
{
    margin-bottom: 0.8rem;
    line-height: 1.6;
    color: #666;
    font-size: 0.95rem;
}

.section-block p:last-child[b-jyzv2ahb4z]
{
    margin-bottom: 0;
}

.section-block em[b-jyzv2ahb4z]
{
    color: #666;
    font-style: italic;
}

.staff-list[b-jyzv2ahb4z]
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.staff-list li[b-jyzv2ahb4z]
{
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.staff-list li:last-child[b-jyzv2ahb4z]
{
    border-bottom: none;
}

.staff-list li[b-jyzv2ahb4z]:before
{
    content: "▪";
    color: rgb(204, 51, 51);
    font-weight: bold;
    margin-right: 8px;
}

.staff-list li:hover[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
}

/* Terms & Conditions List */
.terms-list[b-jyzv2ahb4z]
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.terms-list li[b-jyzv2ahb4z]
{
    padding: 0;
    border: none;
}

.terms-list li a[b-jyzv2ahb4z]
{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.terms-list li a:hover[b-jyzv2ahb4z]
{
    background: rgba(204, 51, 51, 0.1);
    border-color: rgb(204, 51, 51);
    color: rgb(204, 51, 51);
    transform: translateX(5px);
}

.terms-list li a i[b-jyzv2ahb4z]
{
    font-size: 1.3rem;
    color: rgb(204, 51, 51);
    flex-shrink: 0;
}

.colofon-logo[b-jyzv2ahb4z]
{
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin: 1rem 0;
    transition: transform 0.3s ease;
}

.colofon-logo:hover[b-jyzv2ahb4z]
{
    transform: scale(1.05);
}

/* Telerik Grid Styling */
.subscription-grid[b-jyzv2ahb4z],
.bank-grid[b-jyzv2ahb4z]
{
    margin-top: 1rem;
    font-size: 0.9rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.subscription-grid .k-grid-header[b-jyzv2ahb4z],
.bank-grid .k-grid-header[b-jyzv2ahb4z]
{
    background-color: rgb(204, 51, 51);
    color: white;
    font-weight: bold;
}

.subscription-grid .k-grid-content[b-jyzv2ahb4z],
.bank-grid .k-grid-content[b-jyzv2ahb4z]
{
    background-color: #f8f9fa;
}

.subscription-grid td[b-jyzv2ahb4z],
.bank-grid td[b-jyzv2ahb4z]
{
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s ease;
}

.subscription-grid tr:hover[b-jyzv2ahb4z],
.bank-grid tr:hover[b-jyzv2ahb4z]
{
    background-color: rgba(204, 51, 51, 0.1);
}

/* Contact Information Grid - Two Rows Layout */
.contact-info-grid[b-jyzv2ahb4z]
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.contact-row-1[b-jyzv2ahb4z],
.contact-row-2[b-jyzv2ahb4z]
{
    display: grid;
    gap: 20px;
}

.contact-row-1[b-jyzv2ahb4z]
{
    grid-template-columns: repeat(3, 1fr);
}

.contact-row-2[b-jyzv2ahb4z]
{
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.contact-row-2 .contact-card[b-jyzv2ahb4z]
{
    max-width: 300px;
    width: 100%;
}

.contact-card[b-jyzv2ahb4z]
{
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid rgb(204, 51, 51);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.contact-card:hover[b-jyzv2ahb4z]
{
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.contact-card h5[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-card h5 i[b-jyzv2ahb4z]
{
    font-size: 1.1rem;
}

.contact-card p[b-jyzv2ahb4z]
{
    margin: 0;
    font-size: 0.95rem;
}

.contact-card a[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 12px;
}

.contact-card a:hover[b-jyzv2ahb4z]
{
    color: rgb(180, 45, 45);
    text-decoration: underline;
}

/* Grid Layout voor secties */
.colofon-grid[b-jyzv2ahb4z]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
}

/* Email styling in sections */
.section-block p strong[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
    font-weight: bold;
}

/* Info Section */
.ad-colofon-info[b-jyzv2ahb4z]
{
    margin: 50px 20px 0 20px;
    text-align: center;
}

.ad-section-title[b-jyzv2ahb4z]
{
    color: rgb(204, 51, 51);
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 30px 0;
}

/* Responsive Design */
@media (max-width: 768px)
{
    .page-title[b-jyzv2ahb4z]
    {
        font-size: 2rem;
    }

    .contact-row-1[b-jyzv2ahb4z]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-row-2[b-jyzv2ahb4z]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-row-2 .contact-card[b-jyzv2ahb4z]
    {
        max-width: none;
    }

    .contact-card[b-jyzv2ahb4z]
    {
        padding: 15px;
    }

    .contact-card h5[b-jyzv2ahb4z]
    {
        font-size: 1rem;
        flex-direction: column;
        gap: 5px;
    }

    .colofon-grid[b-jyzv2ahb4z]
    {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .section-block[b-jyzv2ahb4z]
    {
        padding: 20px;
    }

    .company-header[b-jyzv2ahb4z]
    {
        padding: 20px;
    }

    .company-header h3[b-jyzv2ahb4z]
    {
        font-size: 1.5rem;
    }

    .colofon-logo[b-jyzv2ahb4z]
    {
        max-width: 40%;
    }

    .subscription-grid[b-jyzv2ahb4z],
    .bank-grid[b-jyzv2ahb4z]
    {
        font-size: 0.8rem;
    }

    .subscription-grid td[b-jyzv2ahb4z],
    .bank-grid td[b-jyzv2ahb4z]
    {
        padding: 8px 10px;
    }

    .terms-list li a[b-jyzv2ahb4z]
    {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .terms-list li a i[b-jyzv2ahb4z]
    {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px)
{
    .page-title[b-jyzv2ahb4z]
    {
        font-size: 1.8rem;
    }

    .contact-row-1[b-jyzv2ahb4z],
    .contact-row-2[b-jyzv2ahb4z]
    {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-row-2 .contact-card[b-jyzv2ahb4z]
    {
        max-width: none;
    }

    .contact-card[b-jyzv2ahb4z]
    {
        padding: 12px;
    }

    .contact-card h5[b-jyzv2ahb4z]
    {
        font-size: 0.9rem;
    }

    .company-header[b-jyzv2ahb4z]
    {
        padding: 15px;
        margin: 10px 0 30px 0;
    }

    .company-header h3[b-jyzv2ahb4z]
    {
        font-size: 1.3rem;
    }

    .section-block[b-jyzv2ahb4z]
    {
        padding: 15px;
    }

    .section-block h4[b-jyzv2ahb4z]
    {
        font-size: 1.1rem;
    }

    .colofon-logo[b-jyzv2ahb4z]
    {
        max-width: 80%;
    }

    .subscription-grid[b-jyzv2ahb4z],
    .bank-grid[b-jyzv2ahb4z]
    {
        font-size: 0.75rem;
    }

    .subscription-grid td[b-jyzv2ahb4z],
    .bank-grid td[b-jyzv2ahb4z]
    {
        padding: 6px 8px;
    }

    .terms-list li a[b-jyzv2ahb4z]
    {
        padding: 10px 12px;
        font-size: 0.85rem;
        gap: 10px;
    }

    .terms-list li a i[b-jyzv2ahb4z]
    {
        font-size: 1rem;
    }
}
/* _content/ADWebsite/Pages/Home.razor.rz.scp.css */
/* ============================================
   HOME PAGE STYLES
   ============================================ */

/* Add spacing between main content and header/footer */
.ad-main[b-se3cmpq2q3] {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ============================================
   TABLET STYLES (992px - 1199px)
   ============================================ */

@media (max-width: 1199.98px) and (min-width: 992px) {
    .ad-main[b-se3cmpq2q3] {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

/* ============================================
   MOBILE/TABLET STYLES (below 992px)
   Sidebar stacks below main content
   ============================================ */

@media (max-width: 991.98px) {
    .ad-main[b-se3cmpq2q3] {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    /* Add spacing when sidebar stacks below main content */
    .sidebar-column[b-se3cmpq2q3] {
        margin-top: 25px;
        padding-top: 20px;
        border-top: 2px solid rgba(204, 51, 51, 0.2);
    }

    /* Make sidebar widgets display in a 2-column grid on tablets */
    .sidebar-column[b-se3cmpq2q3] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* Full width for headlines widget (it's taller) */
    .sidebar-column > :nth-child(2)[b-se3cmpq2q3] {
        grid-column: span 2;
    }
}

/* ============================================
   MOBILE STYLES (below 768px)
   ============================================ */

@media (max-width: 767.98px) {
    .ad-container[b-se3cmpq2q3] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ad-main[b-se3cmpq2q3] {
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0 5px;
    }

    /* Stack sidebar widgets vertically on mobile */
    .sidebar-column[b-se3cmpq2q3] {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        padding-top: 15px;
    }

    /* Ensure all sidebar children take full width */
    .sidebar-column > *[b-se3cmpq2q3] {
        width: 100%;
        margin-bottom: 0 !important;
    }

    /* Footer adjustments */
    .ad-footer[b-se3cmpq2q3] {
        padding: 15px 10px !important;
    }

    .ad-footer .ad-row[b-se3cmpq2q3] {
        text-align: center;
    }

    .ad-footer .ad-row .ad-col[b-se3cmpq2q3] {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center !important;
        margin-bottom: 12px;
    }

    .ad-footer .ad-row .ad-col:last-child[b-se3cmpq2q3] {
        margin-bottom: 0;
    }
}

/* ============================================
   SMALL MOBILE STYLES (below 576px)
   ============================================ */

@media (max-width: 575.98px) {
    .ad-container[b-se3cmpq2q3] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ad-main[b-se3cmpq2q3] {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0;
    }

    .sidebar-column[b-se3cmpq2q3] {
        gap: 12px;
        margin-top: 15px;
        padding-top: 12px;
    }

    .ad-footer[b-se3cmpq2q3] {
        padding: 10px 5px !important;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .ad-header[b-se3cmpq2q3],
    .ad-footer[b-se3cmpq2q3],
    .ad-navigation[b-se3cmpq2q3],
    .sidebar-column[b-se3cmpq2q3] {
        display: none !important;
    }

    .ad-main[b-se3cmpq2q3] {
        margin: 0;
        padding: 0;
    }

    .ad-col.col-12.col-lg-9[b-se3cmpq2q3] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* _content/ADWebsite/Pages/InfoCuracao.razor.rz.scp.css */
/* Info Curacao Page Styling */
.infocuracao-container[b-76ktk0zjgk]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

/* Page Header */
.page-header[b-76ktk0zjgk]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.page-title[b-76ktk0zjgk]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-title i[b-76ktk0zjgk]
{
    font-size: 2.2rem;
}

.page-subtitle[b-76ktk0zjgk]
{
    font-size: 1.2rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Loading State */
.loading-container[b-76ktk0zjgk]
{
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.loading-container p[b-76ktk0zjgk]
{
    margin-top: 20px;
    color: #666;
    font-size: 1.1rem;
}

/* Category Navigation */
.category-navigation[b-76ktk0zjgk]
{
    text-align: center;
    margin: 30px 0;
}

.nav-buttons[b-76ktk0zjgk]
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-btn[b-76ktk0zjgk]
{
    background: #f8f9fa;
    border: 2px solid transparent;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-btn:hover[b-76ktk0zjgk]
{
    background: rgba(204, 51, 51, 0.1);
    color: rgb(204, 51, 51);
    border-color: rgba(204, 51, 51, 0.3);
    transform: translateY(-2px);
}

.category-btn.active[b-76ktk0zjgk]
{
    background: rgb(204, 51, 51);
    color: white;
    border-color: rgb(204, 51, 51);
    box-shadow: 0 4px 15px rgba(204, 51, 51, 0.3);
}

.category-btn i[b-76ktk0zjgk]
{
    font-size: 1rem;
}

.category-btn .badge[b-76ktk0zjgk]
{
    background: rgba(255, 255, 255, 0.3);
    color: inherit;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 5px;
}

.category-btn.active .badge[b-76ktk0zjgk]
{
    background: rgba(255, 255, 255, 0.3);
}

/* Links button special styling */
.category-btn.links-btn[b-76ktk0zjgk]
{
    background: linear-gradient(135deg, #2980b9, #3498db);
    color: white;
    border: none;
}

.category-btn.links-btn:hover[b-76ktk0zjgk]
{
    background: linear-gradient(135deg, #1a5276, #2980b9);
    color: white;
    border: none;
    transform: translateY(-2px);
}

.category-btn.links-btn.active[b-76ktk0zjgk]
{
    background: linear-gradient(135deg, #1a5276, #21618c);
    color: white;
    box-shadow: 0 4px 15px rgba(41, 128, 185, 0.4);
}

.category-btn.links-btn .badge[b-76ktk0zjgk]
{
    background: rgba(255, 255, 255, 0.3);
}

/* Links section styling */
.category-section.links-section[b-76ktk0zjgk]::before
{
    background: linear-gradient(90deg, #2980b9, #3498db);
}

.category-title.links-title[b-76ktk0zjgk]
{
    color: #2980b9;
}

/* Search Section */
.search-section[b-76ktk0zjgk]
{
    max-width: 600px;
    margin: 0 auto 30px;
}

.search-wrapper[b-76ktk0zjgk]
{
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.search-wrapper:focus-within[b-76ktk0zjgk]
{
    border-color: rgb(204, 51, 51);
    box-shadow: 0 4px 20px rgba(204, 51, 51, 0.2);
}

.search-icon[b-76ktk0zjgk]
{
    color: #999;
    font-size: 1rem;
    margin-right: 10px;
}

.search-input[b-76ktk0zjgk]
{
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 0;
    font-size: 1rem;
    background: transparent;
}

.search-input[b-76ktk0zjgk]::placeholder
{
    color: #999;
}

.clear-search[b-76ktk0zjgk]
{
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.clear-search:hover[b-76ktk0zjgk]
{
    color: rgb(204, 51, 51);
}

/* Category Section */
.category-section[b-76ktk0zjgk]
{
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.category-section[b-76ktk0zjgk]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.category-header[b-76ktk0zjgk]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.category-title[b-76ktk0zjgk]
{
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-title i[b-76ktk0zjgk]
{
    font-size: 1.6rem;
}

.item-count[b-76ktk0zjgk]
{
    background: rgba(204, 51, 51, 0.1);
    color: rgb(204, 51, 51);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Info Cards Grid */
.info-cards-grid[b-76ktk0zjgk]
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.info-card[b-76ktk0zjgk]
{
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.info-card:hover[b-76ktk0zjgk]
{
    border-color: rgba(204, 51, 51, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.info-card-header[b-76ktk0zjgk]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-card-icon[b-76ktk0zjgk]
{
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-card-icon i[b-76ktk0zjgk]
{
    font-size: 1.2rem;
}

.info-card-title[b-76ktk0zjgk]
{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.info-card-body[b-76ktk0zjgk]
{
    padding: 20px;
}

.info-row[b-76ktk0zjgk]
{
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.info-row:last-child[b-76ktk0zjgk]
{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-label[b-76ktk0zjgk]
{
    font-size: 0.8rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-label i[b-76ktk0zjgk]
{
    color: rgb(204, 51, 51);
    font-size: 0.75rem;
}

.info-value[b-76ktk0zjgk]
{
    font-size: 0.95rem;
    color: #333;
    word-break: break-word;
}

.phone-link[b-76ktk0zjgk],
.email-link[b-76ktk0zjgk],
.website-link[b-76ktk0zjgk]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.phone-link:hover[b-76ktk0zjgk],
.email-link:hover[b-76ktk0zjgk],
.website-link:hover[b-76ktk0zjgk]
{
    color: rgb(180, 45, 45);
    text-decoration: underline;
}

/* No Results */
.no-results[b-76ktk0zjgk],
.no-data[b-76ktk0zjgk]
{
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.no-results i[b-76ktk0zjgk],
.no-data i[b-76ktk0zjgk]
{
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-results p[b-76ktk0zjgk],
.no-data p[b-76ktk0zjgk]
{
    font-size: 1.1rem;
    margin: 0;
}

/* Useful Links Section */
.useful-links-section[b-76ktk0zjgk]
{
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.useful-links-section[b-76ktk0zjgk]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2980b9, #3498db);
}

.links-header[b-76ktk0zjgk]
{
    margin-bottom: 25px;
}

.links-title[b-76ktk0zjgk]
{
    font-size: 1.5rem;
    font-weight: bold;
    color: #2980b9;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.links-title i[b-76ktk0zjgk]
{
    font-size: 1.3rem;
}

.links-grid[b-76ktk0zjgk]
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.link-card[b-76ktk0zjgk]
{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.link-card:hover[b-76ktk0zjgk]
{
    background: white;
    border-color: #2980b9;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.link-icon[b-76ktk0zjgk]
{
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #2980b9, #3498db);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-icon i[b-76ktk0zjgk]
{
    color: white;
    font-size: 1.2rem;
}

.link-content[b-76ktk0zjgk]
{
    flex: 1;
    min-width: 0;
}

.link-title[b-76ktk0zjgk]
{
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.link-url[b-76ktk0zjgk]
{
    display: block;
    font-size: 0.8rem;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-arrow[b-76ktk0zjgk]
{
    color: #ccc;
    transition: color 0.3s ease;
}

.link-card:hover .link-arrow[b-76ktk0zjgk]
{
    color: #2980b9;
}

/* Statistics Section */
.statistics-section[b-76ktk0zjgk]
{
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.statistics-section[b-76ktk0zjgk]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.stats-grid[b-76ktk0zjgk]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.stats-grid .k-card[b-76ktk0zjgk]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
    color: white;
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stats-grid .k-card:hover[b-76ktk0zjgk]
{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(204, 51, 51, 0.3);
}

.stats-grid .k-card-header[b-76ktk0zjgk]
{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.stats-grid .k-card-title[b-76ktk0zjgk]
{
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.stats-grid .k-card-body[b-76ktk0zjgk]
{
    text-align: center;
    padding: 20px;
}

.stat-number[b-76ktk0zjgk]
{
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Pharmacy Layout - Add to existing CSS */
.pharmacy-layout[b-76ktk0zjgk] {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.pharmacy-main[b-76ktk0zjgk] {
    flex: 1;
    min-width: 0;
}

.pharmacy-sidebar[b-76ktk0zjgk] {
    flex: 0 0 320px;
    position: sticky;
    top: 20px;
}

@media (max-width: 1200px) {
    .pharmacy-layout[b-76ktk0zjgk] {
        flex-direction: column;
    }

    .pharmacy-sidebar[b-76ktk0zjgk] {
        flex: 0 0 auto;
        width: 100%;
        position: static;
        order: -1;
        margin-bottom: 20px;
    }
}

/* Responsive Design */
@media (max-width: 992px)
{
    .info-cards-grid[b-76ktk0zjgk]
    {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .links-grid[b-76ktk0zjgk]
    {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px)
{
    .page-title[b-76ktk0zjgk]
    {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
    }

    .page-subtitle[b-76ktk0zjgk]
    {
        font-size: 1rem;
    }

    .nav-buttons[b-76ktk0zjgk]
    {
        flex-direction: column;
        padding: 10px;
    }

    .category-btn[b-76ktk0zjgk]
    {
        width: 100%;
        justify-content: center;
    }

    .category-header[b-76ktk0zjgk]
    {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .category-title[b-76ktk0zjgk]
    {
        font-size: 1.5rem;
        justify-content: center;
    }

    .info-cards-grid[b-76ktk0zjgk]
    {
        grid-template-columns: 1fr;
    }

    .links-grid[b-76ktk0zjgk]
    {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-76ktk0zjgk]
    {
        grid-template-columns: 1fr;
    }

    .stat-number[b-76ktk0zjgk]
    {
        font-size: 2rem;
    }
}

@media (max-width: 480px)
{
    .page-header[b-76ktk0zjgk]
    {
        padding: 20px 15px;
    }

    .page-title[b-76ktk0zjgk]
    {
        font-size: 1.8rem;
    }

    .category-section[b-76ktk0zjgk]
    {
        padding: 20px 15px;
    }

    .useful-links-section[b-76ktk0zjgk]
    {
        padding: 20px 15px;
    }

    .statistics-section[b-76ktk0zjgk]
    {
        padding: 20px 15px;
    }

    .info-card-header[b-76ktk0zjgk]
    {
        padding: 12px 15px;
    }

    .info-card-body[b-76ktk0zjgk]
    {
        padding: 15px;
    }

    .link-card[b-76ktk0zjgk]
    {
        padding: 12px;
    }
}
/* _content/ADWebsite/Pages/SalePoints.razor.rz.scp.css */
/* Sales Outlets Styling */
.salepoints-container[b-4qp7t7056x]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

.page-header[b-4qp7t7056x]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.page-title[b-4qp7t7056x]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.page-subtitle[b-4qp7t7056x]
{
    font-size: 1.2rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Island Navigation */
.islands-navigation[b-4qp7t7056x]
{
    text-align: center;
    margin: 30px 0;
}

.nav-buttons[b-4qp7t7056x]
{
    display: inline-flex;
    background: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    gap: 5px;
}

.island-btn[b-4qp7t7056x]
{
    background: transparent;
    border: none;
    padding: 15px 30px;
    border-radius: 45px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 150px;
    justify-content: center;
}

.island-btn:hover[b-4qp7t7056x]
{
    background: rgba(204, 51, 51, 0.1);
    color: rgb(204, 51, 51);
    transform: translateY(-2px);
}

.island-btn.active[b-4qp7t7056x]
{
    background: rgb(204, 51, 51);
    color: white;
    box-shadow: 0 4px 15px rgba(204, 51, 51, 0.3);
}

.island-btn i[b-4qp7t7056x]
{
    font-size: 1rem;
}

/* Island Section */
.island-section[b-4qp7t7056x]
{
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.island-section[b-4qp7t7056x]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.island-title[b-4qp7t7056x]
{
    font-size: 2rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.island-title i[b-4qp7t7056x]
{
    font-size: 1.8rem;
}

.island-description[b-4qp7t7056x]
{
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* Sales Points List */
.sales-points-list[b-4qp7t7056x]
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.sales-point-card[b-4qp7t7056x]
{
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.sales-point-card[b-4qp7t7056x]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: rgb(204, 51, 51);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.sales-point-card:hover[b-4qp7t7056x]
{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: rgb(204, 51, 51);
    background: white;
}

.sales-point-card:hover[b-4qp7t7056x]::before
{
    transform: scaleY(1);
}

.sales-point-icon[b-4qp7t7056x]
{
    width: 50px;
    height: 50px;
    background: rgb(204, 51, 51);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sales-point-card:hover .sales-point-icon[b-4qp7t7056x]
{
    background: rgb(180, 45, 45);
    transform: rotate(360deg);
}

.sales-point-icon i[b-4qp7t7056x]
{
    color: white;
    font-size: 1.2rem;
}

.sales-point-content[b-4qp7t7056x]
{
    flex: 1;
}

.sales-point-content h4[b-4qp7t7056x]
{
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.sales-point-type[b-4qp7t7056x]
{
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* Additional Information */
.additional-info[b-4qp7t7056x]
{
    margin-top: 40px;
}

.info-card[b-4qp7t7056x]
{
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(204, 51, 51);
    transition: all 0.3s ease;
    height: 100%;
}

.info-card:hover[b-4qp7t7056x]
{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-card h4[b-4qp7t7056x]
{
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-card h4 i[b-4qp7t7056x]
{
    font-size: 1.2rem;
}

.info-card p[b-4qp7t7056x]
{
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.info-card p:last-child[b-4qp7t7056x]
{
    margin-bottom: 0;
}

.info-card a[b-4qp7t7056x]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.info-card a:hover[b-4qp7t7056x]
{
    color: rgb(180, 45, 45);
    text-decoration: underline;
}

/* Telerik Cards Statistics */
.statistics-section[b-4qp7t7056x]
{
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.statistics-section[b-4qp7t7056x]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.stats-grid[b-4qp7t7056x]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Override Telerik Card styling for statistics */
.stats-grid .k-card[b-4qp7t7056x]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
    color: white;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stats-grid .k-card:hover[b-4qp7t7056x]
{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(204, 51, 51, 0.3);
}

.stats-grid .k-card-header[b-4qp7t7056x]
{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.stats-grid .k-card-title[b-4qp7t7056x]
{
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.stats-grid .k-card-body[b-4qp7t7056x]
{
    text-align: center;
    padding: 20px;
    background: transparent;
}

.stat-number[b-4qp7t7056x]
{
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px)
{
    .page-title[b-4qp7t7056x]
    {
        font-size: 2rem;
    }

    .page-subtitle[b-4qp7t7056x]
    {
        font-size: 1rem;
    }

    .island-title[b-4qp7t7056x]
    {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .nav-buttons[b-4qp7t7056x]
    {
        flex-direction: column;
        border-radius: 15px;
        width: 100%;
        max-width: 300px;
    }

    .island-btn[b-4qp7t7056x]
    {
        border-radius: 10px;
        min-width: auto;
        width: 100%;
    }

    .sales-points-list[b-4qp7t7056x]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sales-point-card[b-4qp7t7056x]
    {
        padding: 15px;
    }

    .info-card[b-4qp7t7056x]
    {
        padding: 20px;
    }

    .info-card h4[b-4qp7t7056x]
    {
        font-size: 1.1rem;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .stats-grid[b-4qp7t7056x]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-number[b-4qp7t7056x]
    {
        font-size: 2rem;
    }

    .stats-grid .k-card-title[b-4qp7t7056x]
    {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px)
{
    .page-title[b-4qp7t7056x]
    {
        font-size: 1.8rem;
    }

    .island-title[b-4qp7t7056x]
    {
        font-size: 1.3rem;
    }

    .sales-point-card[b-4qp7t7056x]
    {
        padding: 12px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .sales-point-icon[b-4qp7t7056x]
    {
        width: 40px;
        height: 40px;
    }

    .sales-point-icon i[b-4qp7t7056x]
    {
        font-size: 1rem;
    }

    .sales-point-content h4[b-4qp7t7056x]
    {
        font-size: 1rem;
    }

    .info-card[b-4qp7t7056x]
    {
        padding: 15px;
    }

    .island-section[b-4qp7t7056x]
    {
        padding: 20px;
    }

    .statistics-section[b-4qp7t7056x]
    {
        padding: 20px;
    }

    .stats-grid .k-card-body[b-4qp7t7056x]
    {
        padding: 15px;
    }

    .stat-number[b-4qp7t7056x]
    {
        font-size: 1.8rem;
    }
}
/* _content/ADWebsite/Pages/Toppers.razor.rz.scp.css */
/* Toppers Page Styling - AD House Style */
.toppers-container[b-gd5sucp5qz]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

/* Page Header */
.page-header[b-gd5sucp5qz]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.page-title[b-gd5sucp5qz]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-title i[b-gd5sucp5qz]
{
    color: #ffd700;
    font-size: 2.2rem;
}

.page-subtitle[b-gd5sucp5qz]
{
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Topper Cards */
.topper-card[b-gd5sucp5qz]
{
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topper-card:hover[b-gd5sucp5qz]
{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Card Headers with different colors */
.topper-card-header[b-gd5sucp5qz]
{
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.topper-card-header i[b-gd5sucp5qz]
{
    font-size: 1.5rem;
}

.topper-card-header h3[b-gd5sucp5qz]
{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    flex: 1;
}

.period-badge[b-gd5sucp5qz]
{
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Week Header - Red */
.week-header[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

/* Month Header - Blue */
.month-header[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, rgb(41, 128, 185), rgb(52, 152, 219));
}

/* Year Header - Purple */
.year-header[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, rgb(142, 68, 173), rgb(155, 89, 182));
}

/* All Time Header - Green */
.alltime-header[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, rgb(39, 174, 96), rgb(46, 204, 113));
}

/* Card Body */
.topper-card-body[b-gd5sucp5qz]
{
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
}

/* Topper List */
.topper-list[b-gd5sucp5qz]
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.topper-list-item[b-gd5sucp5qz]
{
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.topper-list-item:hover[b-gd5sucp5qz]
{
    background-color: rgba(204, 51, 51, 0.05);
}

.topper-list-item:last-child[b-gd5sucp5qz]
{
    border-bottom: none;
}

/* Rank Badge */
.rank[b-gd5sucp5qz]
{
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.rank-gold[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, #ffd700, #ffb700);
    color: #333;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.rank-silver[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
    color: #333;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.4);
}

.rank-bronze[b-gd5sucp5qz]
{
    background: linear-gradient(135deg, #cd7f32, #b87333);
    color: white;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.4);
}

.rank-default[b-gd5sucp5qz]
{
    background: #e9ecef;
    color: #666;
}

/* Topper Content */
.topper-content[b-gd5sucp5qz]
{
    flex: 1;
    min-width: 0;
}

.topper-title[b-gd5sucp5qz]
{
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.topper-list-item:hover .topper-title[b-gd5sucp5qz]
{
    color: rgb(204, 51, 51);
}

.topper-meta[b-gd5sucp5qz]
{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.8rem;
    color: #888;
}

.topper-meta .hits[b-gd5sucp5qz]
{
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(204, 51, 51);
    font-weight: 600;
}

.topper-meta .hits i[b-gd5sucp5qz]
{
    font-size: 0.75rem;
}

.topper-meta .date[b-gd5sucp5qz]
{
    color: #999;
}

/* Loading State */
.loading-state[b-gd5sucp5qz]
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

/* Empty State */
.empty-state[b-gd5sucp5qz]
{
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.empty-state i[b-gd5sucp5qz]
{
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.empty-state p[b-gd5sucp5qz]
{
    margin: 0;
    font-size: 0.95rem;
}

/* Scrollbar styling */
.topper-card-body[b-gd5sucp5qz]::-webkit-scrollbar
{
    width: 6px;
}

.topper-card-body[b-gd5sucp5qz]::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

.topper-card-body[b-gd5sucp5qz]::-webkit-scrollbar-thumb
{
    background: #ccc;
    border-radius: 3px;
}

.topper-card-body[b-gd5sucp5qz]::-webkit-scrollbar-thumb:hover
{
    background: #999;
}

/* Responsive Design */
@media (max-width: 992px)
{
    .page-title[b-gd5sucp5qz]
    {
        font-size: 2rem;
    }

    .page-subtitle[b-gd5sucp5qz]
    {
        font-size: 1rem;
    }

    .topper-card-header h3[b-gd5sucp5qz]
    {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px)
{
    .page-header[b-gd5sucp5qz]
    {
        padding: 20px 15px;
    }

    .page-title[b-gd5sucp5qz]
    {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }

    .page-title i[b-gd5sucp5qz]
    {
        font-size: 2rem;
    }

    .topper-card-header[b-gd5sucp5qz]
    {
        padding: 15px;
    }

    .topper-card-header h3[b-gd5sucp5qz]
    {
        font-size: 1rem;
    }

    .period-badge[b-gd5sucp5qz]
    {
        font-size: 0.7rem;
        padding: 3px 8px;
    }

    .topper-list-item[b-gd5sucp5qz]
    {
        padding: 12px 15px;
    }

    .rank[b-gd5sucp5qz]
    {
        min-width: 28px;
        height: 28px;
        font-size: 0.8rem;
        margin-right: 12px;
    }

    .topper-title[b-gd5sucp5qz]
    {
        font-size: 0.9rem;
    }

    .topper-meta[b-gd5sucp5qz]
    {
        font-size: 0.75rem;
        gap: 10px;
    }
}

@media (max-width: 576px)
{
    .toppers-container[b-gd5sucp5qz]
    {
        padding: 10px 0;
    }

    .page-title[b-gd5sucp5qz]
    {
        font-size: 1.5rem;
    }

    .page-subtitle[b-gd5sucp5qz]
    {
        font-size: 0.9rem;
    }
}
/* _content/ADWebsite/Pages/VacancyInfo.razor.rz.scp.css */
/* AD Vacancy Styling */
.vacancy-container[b-n6gijz1ssd]
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.vacancy-title-link[b-n6gijz1ssd]
{
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vacancy-title-link:hover[b-n6gijz1ssd]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
}

.vacancy-title-link i[b-n6gijz1ssd]
{
    font-size: 0.7em;
    margin-left: 0.5rem;
    vertical-align: super;
}

.vacancy-header[b-n6gijz1ssd]
{
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.vacancy-title[b-n6gijz1ssd]
{
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.vacancy-meta[b-n6gijz1ssd]
{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: #666;
    font-size: 0.95rem;
}

.meta-item[b-n6gijz1ssd]
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meta-item i[b-n6gijz1ssd]
{
    color: rgb(204, 51, 51);
}

.vacancy-company-logo[b-n6gijz1ssd]
{
    max-height: 120px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vacancy-main-image[b-n6gijz1ssd]
{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.vacancy-pdf-viewer[b-n6gijz1ssd]
{
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-block[b-n6gijz1ssd]
{
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.section-block h4[b-n6gijz1ssd]
{
    color: rgb(204, 51, 51);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid rgb(204, 51, 51);
    padding-bottom: 0.5rem;
}

.section-block h4 i[b-n6gijz1ssd]
{
    margin-right: 0.5rem;
}

.vacancy-body[b-n6gijz1ssd]
{
    color: #444;
    font-size: 1rem;
    line-height: 1.8;
}

.vacancy-body p[b-n6gijz1ssd]
{
    margin-bottom: 1rem;
}

.vacancy-body ul[b-n6gijz1ssd],
.vacancy-body ol[b-n6gijz1ssd]
{
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.company-info-box[b-n6gijz1ssd],
.contact-info-box[b-n6gijz1ssd],
.share-box[b-n6gijz1ssd]
{
    border-left: 4px solid rgb(204, 51, 51);
}

.company-name[b-n6gijz1ssd]
{
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.contact-info-box p[b-n6gijz1ssd]
{
    margin-bottom: 1rem;
}

.contact-info-box a[b-n6gijz1ssd]
{
    color: rgb(204, 51, 51);
    text-decoration: none;
}

.contact-info-box a:hover[b-n6gijz1ssd]
{
    text-decoration: underline;
}

.share-buttons[b-n6gijz1ssd]
{
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.share-buttons .btn[b-n6gijz1ssd]
{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.share-buttons .btn:hover[b-n6gijz1ssd]
{
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-facebook[b-n6gijz1ssd]
{
    background-color: #3b5998;
    border: none;
}

.btn-twitter[b-n6gijz1ssd]
{
    background-color: #1da1f2;
    border: none;
}

.btn-linkedin[b-n6gijz1ssd]
{
    background-color: #0077b5;
    border: none;
}

.btn-email[b-n6gijz1ssd]
{
    background-color: #666;
    border: none;
}

.btn-primary.btn-lg[b-n6gijz1ssd]
{
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
}

.btn-primary.btn-lg:hover[b-n6gijz1ssd]
{
    background-color: rgb(180, 45, 45);
    border-color: rgb(180, 45, 45);
}

.btn-outline-primary[b-n6gijz1ssd]
{
    color: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
}

.btn-outline-primary:hover[b-n6gijz1ssd]
{
    background-color: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
    color: #fff;
}

/* Responsive styles */
@media (max-width: 991px)
{
    .vacancy-title[b-n6gijz1ssd]
    {
        font-size: 2rem;
    }

    .vacancy-company-logo[b-n6gijz1ssd]
    {
        max-height: 80px;
        margin-top: 1rem;
    }
}

@media (max-width: 767px)
{
    .vacancy-container[b-n6gijz1ssd]
    {
        padding: 1rem 0.5rem;
    }

    .vacancy-header[b-n6gijz1ssd]
    {
        padding: 1rem;
    }

    .vacancy-title[b-n6gijz1ssd]
    {
        font-size: 1.5rem;
    }

    .vacancy-meta[b-n6gijz1ssd]
    {
        flex-direction: column;
        gap: 0.5rem;
    }

    .section-block[b-n6gijz1ssd]
    {
        padding: 1rem;
    }

    .section-block h4[b-n6gijz1ssd]
    {
        font-size: 1.1rem;
    }

    .share-buttons .btn[b-n6gijz1ssd]
    {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
/* _content/ADWebsite/Pages/VacancySearch.razor.rz.scp.css */
/* Responsive Vacancies Page Styling */
.vacancies-container[b-ich17qakfw]
{
    padding: 20px 0;
    background-color: #f8f9fa;
    min-height: 70vh;
}

.page-header[b-ich17qakfw]
{
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid rgb(204, 51, 51);
}

.page-title[b-ich17qakfw]
{
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.page-subtitle[b-ich17qakfw]
{
    font-size: 1.2rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Search Section */
.search-section[b-ich17qakfw]
{
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(204, 51, 51);
}

.search-wrapper[b-ich17qakfw]
{
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.search-input[b-ich17qakfw]
{
    flex: 1;
}

.search-input .k-textbox[b-ich17qakfw]
{
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.search-input .k-textbox:focus[b-ich17qakfw]
{
    border-color: rgb(204, 51, 51);
    box-shadow: 0 0 10px rgba(204, 51, 51, 0.2);
}

.search-btn[b-ich17qakfw]
{
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover[b-ich17qakfw]
{
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(204, 51, 51, 0.3);
}

/* Desktop Layout */
.desktop-layout[b-ich17qakfw]
{
}

/* Desktop Tag Sidebar */
.desktop-tag-sidebar[b-ich17qakfw]
{
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(204, 51, 51);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.tag-sidebar-header[b-ich17qakfw]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tag-sidebar-header h4[b-ich17qakfw]
{
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(204, 51, 51);
    margin: 0;
}

.tag-sections[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tag-section[b-ich17qakfw]
{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
}

.tag-section:last-child[b-ich17qakfw]
{
    border-bottom: none;
    padding-bottom: 0;
}

.tag-type-title[b-ich17qakfw]
{
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tag-group[b-ich17qakfw]
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-btn[b-ich17qakfw]
{
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.tag-selected[b-ich17qakfw], .k-button-solid-base[b-ich17qakfw]
{
    background: rgb(46, 204, 113);
    border-color: rgb(46, 204, 113);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.35);
}

.tag-btn:not(.selected):hover[b-ich17qakfw]
{
    background: rgba(204, 51, 51, 0.1);
    border-color: rgb(204, 51, 51);
    color: rgb(204, 51, 51);
    transform: translateY(-1px);
}

/* Desktop Vacancy Cards */
.desktop-vacancy-list[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.desktop-vacancy-card[b-ich17qakfw]
{
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.desktop-vacancy-card:hover[b-ich17qakfw]
{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: rgba(204, 51, 51, 0.2);
}

.vacancy-image[b-ich17qakfw]
{
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacancy-image img[b-ich17qakfw]
{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.placeholder-image[b-ich17qakfw]
{
    color: #ccc;
    font-size: 2rem;
}

.vacancy-content[b-ich17qakfw]
{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vacancy-title[b-ich17qakfw]
{
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.company-name[b-ich17qakfw]
{
    font-size: 1rem;
    color: rgb(204, 51, 51);
    font-weight: 500;
    margin: 0;
}

.vacancy-description[b-ich17qakfw]
{
    color: #666;
    line-height: 1.5;
    flex: 1;
}

.vacancy-meta[b-ich17qakfw]
{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: #666;
    font-size: 0.95rem;
}

.vacancy-meta span[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-item[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meta-item i[b-ich17qakfw]
{
    color: rgb(204, 51, 51);
}

.vacancy-actions[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Layout */
.mobile-layout[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-tags-header[b-ich17qakfw]
{
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.mobile-tags-btn[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.selected-count[b-ich17qakfw]
{
    background: rgb(204, 51, 51);
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

/* Mobile Tag Drawer */
.mobile-tag-drawer .k-drawer-content[b-ich17qakfw]
{
    padding: 0;
}

.mobile-tag-content[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
}

.tag-header[b-ich17qakfw]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.tag-header h4[b-ich17qakfw]
{
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.tag-actions[b-ich17qakfw]
{
    display: flex;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.apply-btn[b-ich17qakfw]
{
    flex: 1;
    font-weight: 600;
}

/* Mobile Vacancy Cards */
.mobile-vacancy-list[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-vacancy-card[b-ich17qakfw]
{
    background: white;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    align-items: center;
}

.mobile-vacancy-card:hover[b-ich17qakfw]
{
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-color: rgba(204, 51, 51, 0.2);
}

.mobile-vacancy-card .vacancy-image[b-ich17qakfw]
{
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.mobile-vacancy-card .vacancy-content[b-ich17qakfw]
{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.mobile-vacancy-card .vacancy-title[b-ich17qakfw]
{
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-vacancy-card .company-name[b-ich17qakfw]
{
    font-size: 0.85rem;
    margin: 0;
}

.mobile-vacancy-card .vacancy-meta[b-ich17qakfw]
{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #888;
    font-size: 0.8rem;
}

.mobile-vacancy-card .vacancy-meta .date-info[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    gap: 4px;
}

.mobile-vacancy-card .vacancy-meta .date-info i[b-ich17qakfw]
{
    font-size: 0.7rem;
    color: rgb(204, 51, 51);
}

.vacancy-arrow[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Show More Button Container */
.show-more-container[b-ich17qakfw]
{
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-top: 5px;
}

.show-more-btn[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
}

.show-more-btn .remaining-count[b-ich17qakfw]
{
    font-size: 0.8rem;
    opacity: 0.8;
    font-weight: normal;
}

/* Subtle loading */
.loading-container-subtle[b-ich17qakfw]
{
    text-align: center;
    padding: 20px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 8px;
}

/* Results Summary */
.results-summary[b-ich17qakfw]
{
    background: white;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.results-count[b-ich17qakfw]
{
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.active-filters[b-ich17qakfw]
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.filter-label[b-ich17qakfw]
{
    font-weight: 600;
    color: #666;
    margin-right: 5px;
}

.filter-tag[b-ich17qakfw]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: rgba(204, 51, 51, 0.1);
    color: rgb(180, 45, 45);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    border: 1px solid rgba(204, 51, 51, 0.2);
}

.filter-tag.search-tag[b-ich17qakfw]
{
    background: rgba(52, 144, 220, 0.1);
    color: rgb(52, 144, 220);
    border-color: rgba(52, 144, 220, 0.2);
}

/* Loading States */
.loading-container[b-ich17qakfw]
{
    text-align: center;
    padding: 60px 20px;
}

.loading-container p[b-ich17qakfw]
{
    margin-top: 15px;
    color: #666;
    font-size: 1.1rem;
}

.loading-tags[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    color: #666;
}

/* Statistics Section */
.statistics-section[b-ich17qakfw]
{
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.statistics-section[b-ich17qakfw]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(204, 51, 51), rgb(230, 70, 70));
}

.stats-grid[b-ich17qakfw]
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.stats-grid .k-card[b-ich17qakfw]
{
    background: linear-gradient(135deg, rgb(204, 51, 51), rgb(230, 70, 70));
    color: white;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stats-grid .k-card:hover[b-ich17qakfw]
{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(204, 51, 51, 0.3);
}

.stats-grid .k-card-header[b-ich17qakfw]
{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.stats-grid .k-card-title[b-ich17qakfw]
{
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.stats-grid .k-card-body[b-ich17qakfw]
{
    text-align: center;
    padding: 20px;
    background: transparent;
}

.stat-number[b-ich17qakfw]
{
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin: 0;
}

/* Desktop Submit Vacancy CTA */
.submit-vacancy-cta[b-ich17qakfw]
{
    margin-top: 25px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(204, 51, 51, 0.05), rgba(204, 51, 51, 0.1));
    border-radius: 10px;
    border: 1px dashed rgb(204, 51, 51);
    text-align: center;
}

.submit-vacancy-cta .cta-icon[b-ich17qakfw]
{
    width: 40px;
    height: 40px;
    background: rgb(204, 51, 51);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.submit-vacancy-cta .cta-icon i[b-ich17qakfw]
{
    color: white;
    font-size: 1rem;
}

.submit-vacancy-cta h5[b-ich17qakfw]
{
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
}

.submit-vacancy-cta p[b-ich17qakfw]
{
    font-size: 0.8rem;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.submit-vacancy-cta .cta-email-text[b-ich17qakfw]
{
    font-size: 0.75rem;
    color: rgb(204, 51, 51);
    font-weight: 500;
    word-break: break-all;
    margin-bottom: 8px;
}

.submit-vacancy-cta .cta-email[b-ich17qakfw]
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    padding: 8px 20px;
    background: rgb(204, 51, 51);
    border-radius: 20px;
    border: none;
    transition: all 0.3s ease;
}

.submit-vacancy-cta .cta-email:hover[b-ich17qakfw]
{
    background: rgb(180, 45, 45);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(204, 51, 51, 0.3);
}

.submit-vacancy-cta .cta-email i[b-ich17qakfw]
{
    font-size: 0.8rem;
}

/* Desktop Submit Vacancy CTA - Compact */
.submit-vacancy-cta[b-ich17qakfw] {
    margin-top: 20px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(204, 51, 51, 0.05), rgba(204, 51, 51, 0.1));
    border-radius: 8px;
    border: 1px dashed rgb(204, 51, 51);
    text-align: center;
}

.submit-vacancy-cta .cta-icon[b-ich17qakfw] {
    width: 36px;
    height: 36px;
    background: rgb(204, 51, 51);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}

.submit-vacancy-cta .cta-icon i[b-ich17qakfw] {
    color: white;
    font-size: 0.9rem;
}

.submit-vacancy-cta h5[b-ich17qakfw] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
}

.submit-vacancy-cta p[b-ich17qakfw] {
    font-size: 0.75rem;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.submit-vacancy-cta .cta-email-text[b-ich17qakfw] {
    font-size: 0.7rem;
    color: rgb(204, 51, 51);
    font-weight: 500;
    word-break: break-all;
    margin-bottom: 6px;
}

.submit-vacancy-cta .cta-email[b-ich17qakfw] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 6px 14px;
    background: rgb(204, 51, 51);
    border-radius: 16px;
    border: none;
    transition: all 0.3s ease;
}

.submit-vacancy-cta .cta-email:hover[b-ich17qakfw] {
    background: rgb(180, 45, 45);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(204, 51, 51, 0.3);
}

.submit-vacancy-cta .cta-email i[b-ich17qakfw] {
    font-size: 0.75rem;
}

/* Mobile Submit Vacancy CTA */
.mobile-submit-vacancy-cta[b-ich17qakfw] {
    margin: 12px 0;
    padding: 12px;
    background: linear-gradient(135deg, rgba(204, 51, 51, 0.05), rgba(204, 51, 51, 0.1));
    border-radius: 8px;
    border: 1px dashed rgb(204, 51, 51);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.mobile-submit-vacancy-cta .cta-content[b-ich17qakfw] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 600;
    font-size: 0.85rem;
}

.mobile-submit-vacancy-cta .cta-content i[b-ich17qakfw] {
    color: rgb(204, 51, 51);
    font-size: 1rem;
}

.mobile-submit-vacancy-cta .cta-email-link[b-ich17qakfw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-weight: 600;
    font-size: 0.75rem;
    text-decoration: none;
    padding: 8px 14px;
    background: rgb(204, 51, 51);
    border-radius: 20px;
    border: none;
    transition: all 0.3s ease;
}

.mobile-submit-vacancy-cta .cta-email-link:hover[b-ich17qakfw],
.mobile-submit-vacancy-cta .cta-email-link:active[b-ich17qakfw] {
    background: rgb(180, 45, 45);
}

.mobile-submit-vacancy-cta .cta-email-link i[b-ich17qakfw] {
    font-size: 0.8rem;
}

/* Small mobile adjustments */
@media (max-width: 575.98px) {
    .mobile-submit-vacancy-cta[b-ich17qakfw] {
        padding: 10px;
        margin: 10px 0;
    }

    .mobile-submit-vacancy-cta .cta-content[b-ich17qakfw] {
        font-size: 0.8rem;
    }

    .mobile-submit-vacancy-cta .cta-email-link[b-ich17qakfw] {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px)
{
    /* Remove top padding/margin on mobile */
    .vacancies-container[b-ich17qakfw]
    {
        padding: 10px 0;
    }

    .vacancies-container.py-4[b-ich17qakfw]
    {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Compact search section on mobile */
    .search-section[b-ich17qakfw]
    {
        padding: 12px 15px;
        margin: 0 5px 10px 5px;
        border-radius: 8px;
    }

    .search-section .row[b-ich17qakfw]
    {
        margin: 0;
    }

    .search-section .col-12[b-ich17qakfw]
    {
        padding: 0;
    }

    .search-section .mb-3[b-ich17qakfw]
    {
        margin-bottom: 8px !important;
    }

    .page-title[b-ich17qakfw]
    {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    /* Search wrapper - align items properly */
    .search-wrapper[b-ich17qakfw]
    {
        gap: 8px;
        align-items: stretch;
    }

    /* Make search input and button same height */
    .search-wrapper .search-input[b-ich17qakfw],
    .search-wrapper .search-input .k-textbox[b-ich17qakfw],
    .search-wrapper .search-input .k-input[b-ich17qakfw]
    {
        height: 38px;
    }

    .search-wrapper .search-btn[b-ich17qakfw]
    {
        height: 38px;
        min-width: 38px;
        padding: 0 12px;
    }

    /* More compact mobile layout */
    .mobile-layout[b-ich17qakfw]
    {
        gap: 8px;
        padding: 0 5px;
    }

    /* Compact tags header */
    .mobile-tags-header[b-ich17qakfw]
    {
        padding: 8px;
        margin-bottom: 0;
        border-radius: 8px;
    }

    .mobile-tags-btn[b-ich17qakfw]
    {
        padding: 8px 12px;
        font-size: 0.85rem;
        min-height: 38px;
    }

    /* Compact vacancy list */
    .mobile-vacancy-list[b-ich17qakfw]
    {
        gap: 8px;
    }

    .mobile-vacancy-card[b-ich17qakfw]
    {
        padding: 10px;
        border-radius: 8px;
    }

    .mobile-vacancy-card .vacancy-image[b-ich17qakfw]
    {
        width: 60px;
        height: 60px;
    }

    .mobile-vacancy-card .vacancy-title[b-ich17qakfw]
    {
        font-size: 0.9rem;
    }

    .mobile-vacancy-card .company-name[b-ich17qakfw]
    {
        font-size: 0.8rem;
    }

    .mobile-vacancy-card .vacancy-meta[b-ich17qakfw]
    {
        font-size: 0.75rem;
    }

    /* Tag drawer compact */
    .tag-header[b-ich17qakfw]
    {
        padding: 12px;
    }

    .tag-header h4[b-ich17qakfw]
    {
        font-size: 1rem;
    }

    .tag-sections[b-ich17qakfw]
    {
        padding: 12px;
        gap: 15px;
    }

    .tag-actions[b-ich17qakfw]
    {
        padding: 12px;
        gap: 8px;
    }

    /* Show more button mobile */
    .show-more-container[b-ich17qakfw]
    {
        padding: 12px 0;
    }

    .show-more-btn[b-ich17qakfw]
    {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    /* Statistics section compact */
    .statistics-section[b-ich17qakfw]
    {
        padding: 15px;
        margin: 0 5px;
    }

    .stats-grid[b-ich17qakfw]
    {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .stat-number[b-ich17qakfw]
    {
        font-size: 2rem;
    }
}

@media (max-width: 480px)
{
    .vacancies-container[b-ich17qakfw]
    {
        padding: 5px 0;
    }

    .search-section[b-ich17qakfw]
    {
        padding: 10px 12px;
        margin: 0 3px 8px 3px;
    }

    .page-title[b-ich17qakfw]
    {
        font-size: 1.2rem;
    }

    /* Smaller height on very small screens */
    .search-wrapper .search-input[b-ich17qakfw],
    .search-wrapper .search-input .k-textbox[b-ich17qakfw],
    .search-wrapper .search-input .k-input[b-ich17qakfw]
    {
        height: 36px;
    }

    .search-wrapper .search-btn[b-ich17qakfw]
    {
        height: 36px;
        min-width: 36px;
        padding: 0 10px;
    }

    .mobile-layout[b-ich17qakfw]
    {
        gap: 6px;
        padding: 0 3px;
    }

    .mobile-tags-header[b-ich17qakfw]
    {
        padding: 6px;
    }

    .mobile-tags-btn[b-ich17qakfw]
    {
        padding: 6px 10px;
        font-size: 0.8rem;
        min-height: 34px;
    }

    .mobile-vacancy-list[b-ich17qakfw]
    {
        gap: 6px;
    }

    .mobile-vacancy-card[b-ich17qakfw]
    {
        padding: 8px;
    }

    .mobile-vacancy-card .vacancy-image[b-ich17qakfw]
    {
        width: 55px;
        height: 55px;
        border-radius: 6px;
    }

    .mobile-vacancy-card .vacancy-title[b-ich17qakfw]
    {
        font-size: 0.85rem;
    }

    .mobile-vacancy-card .company-name[b-ich17qakfw]
    {
        font-size: 0.75rem;
    }

    .mobile-vacancy-card .vacancy-meta[b-ich17qakfw]
    {
        font-size: 0.7rem;
    }

    .tag-sections[b-ich17qakfw]
    {
        padding: 10px;
    }

    .tag-actions[b-ich17qakfw]
    {
        padding: 10px;
        flex-direction: column;
    }

    .apply-btn[b-ich17qakfw]
    {
        order: -1;
    }

    /* Show more button small mobile */
    .show-more-container[b-ich17qakfw]
    {
        padding: 10px 0;
    }

    .show-more-btn[b-ich17qakfw]
    {
        padding: 8px 16px;
        font-size: 0.8rem;
        max-width: none;
    }

    .show-more-btn .remaining-count[b-ich17qakfw]
    {
        font-size: 0.75rem;
    }

    .statistics-section[b-ich17qakfw]
    {
        padding: 12px;
        margin: 0 3px;
    }

    .stat-number[b-ich17qakfw]
    {
        font-size: 1.8rem;
    }
}

/* Desktop-specific styles */
@media (min-width: 769px)
{
    .search-wrapper[b-ich17qakfw]
    {
        max-width: 600px;
    }

    .desktop-vacancy-card .vacancy-image[b-ich17qakfw]
    {
        width: 140px;
        height: 140px;
    }

    .vacancy-title[b-ich17qakfw]
    {
        font-size: 1.5rem;
    }
}
