@import 'ADWebsite.Client.f8t384k2y3.bundle.scp.css';

/* _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%;
    min-height: 150px;
    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]
    {
        min-height: 100px;
    }

    .ad-footer-advertisement-image[b-2ehb1nve9z]
    {
        max-height: 100px;
    }
}

@media (max-width: 576px)
{
    .ad-footer-advertisement-image-container[b-2ehb1nve9z]
    {
        min-height: 70px;
    }

    .ad-footer-advertisement-image[b-2ehb1nve9z]
    {
        max-height: 70px;
    }
}
/* _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 */
.ad-main-advertisement-bottom[b-4py37gtvap]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.ad-main-advertisement-bottom-image-container[b-4py37gtvap]
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ad-main-advertisement-bottom-image[b-4py37gtvap]
{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
}

.ad-main-advertisement-bottom-image:hover[b-4py37gtvap]
{
    transform: scale(1.02);
}

.ad-main-advertisement-bottom-image.fade-in[b-4py37gtvap]
{
    opacity: 1;
}

.ad-main-advertisement-bottom-image.fade-out[b-4py37gtvap]
{
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-main-advertisement-bottom-image-container[b-4py37gtvap]
    {
        height: auto;
    }

    .ad-main-advertisement-bottom-image[b-4py37gtvap]
    {
        height: auto;
    }
}

@media (max-width: 576px)
{
    .ad-main-advertisement-bottom-image-container[b-4py37gtvap]
    {
        height: auto;
    }

    .ad-main-advertisement-bottom-image[b-4py37gtvap]
    {
        height: auto;
    }
}
/* _content/ADWebsite/Components/MainAdvertisementTop.razor.rz.scp.css */
.ad-main-advertisement-top[b-u24josr9b5]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.ad-main-advertisement-top-image-container[b-u24josr9b5]
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ad-main-advertisement-top-image[b-u24josr9b5]
{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
}

.ad-main-advertisement-top-image:hover[b-u24josr9b5]
{
    transform: scale(1.02);
}

.ad-main-advertisement-top-image.fade-in[b-u24josr9b5]
{
    opacity: 1;
}

.ad-main-advertisement-top-image.fade-out[b-u24josr9b5]
{
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-main-advertisement-top-image-container[b-u24josr9b5]
    {
        height: auto;
    }

    .ad-main-advertisement-top-image[b-u24josr9b5]
    {
        height: auto;
    }
}

@media (max-width: 576px)
{
    .ad-main-advertisement-top-image-container[b-u24josr9b5]
    {
        height: auto;
    }

    .ad-main-advertisement-top-image[b-u24josr9b5]
    {
        height: auto;
    }
}
/* _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);
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-main-news-image-container[b-mjiz53st5a]
    {
        height: 350px;
        max-height: 350px;
    }

    .ad-main-news-thumbnail-scroll[b-mjiz53st5a]
    {
        max-height: 350px;
    }

    .headline-content[b-mjiz53st5a]
    {
        padding: 15px 20px;
    }

    .headline-title[b-mjiz53st5a]
    {
        font-size: 1.1rem;
    }

    .headline-background[b-mjiz53st5a]
    {
        height: 100px;
    }
}

@media (max-width: 576px)
{
    .ad-main-news-image-container[b-mjiz53st5a]
    {
        height: 250px;
        max-height: 250px;
    }

    .ad-main-news-thumbnail-scroll[b-mjiz53st5a]
    {
        max-height: 250px;
    }

    .ad-main-news-thumbnail-container[b-mjiz53st5a]
    {
        width: 70px;
    }

    .ad-main-news-thumbnail[b-mjiz53st5a]
    {
        width: 60px;
        height: 45px;
    }

    .headline-content[b-mjiz53st5a]
    {
        padding: 10px 15px;
    }

    .headline-title[b-mjiz53st5a]
    {
        font-size: 1rem;
        -webkit-line-clamp: 1;
    }

    .headline-background[b-mjiz53st5a]
    {
        height: 80px;
    }

    .headline-author[b-mjiz53st5a], .headline-date[b-mjiz53st5a]
    {
        font-size: 0.75rem;
    }
}
/* _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(204, 51, 51);
    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);
}

.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: 600;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
}

.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: 0.9rem;
    }

    .hoofdpunten-label span[b-56wb869c58]
    {
        display: none;
    }

    .hoofdpunten-label i[b-56wb869c58]
    {
        font-size: 1.3rem;
    }
}
/* _content/ADWebsite/Components/SidebarAdvertisementBottom.razor.rz.scp.css */
.ad-sidebar-advertisement-bottom[b-em060ixgnf]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.ad-sidebar-advertisement-bottom-image-container[b-em060ixgnf]
{
    position: relative;
    width: 100%;
    min-height: 250px;
    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-sidebar-advertisement-bottom-image[b-em060ixgnf]
{
    width: 100%;
    max-height: 250px;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
}

.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;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-advertisement-bottom-image-container[b-em060ixgnf]
    {
        min-height: 200px;
    }

    .ad-sidebar-advertisement-bottom-image[b-em060ixgnf]
    {
        max-height: 200px;
    }
}

@media (max-width: 576px)
{
    .ad-sidebar-advertisement-bottom-image-container[b-em060ixgnf]
    {
        min-height: 180px;
    }

    .ad-sidebar-advertisement-bottom-image[b-em060ixgnf]
    {
        max-height: 180px;
    }
}
/* _content/ADWebsite/Components/SidebarAdvertisementTop.razor.rz.scp.css */
.ad-sidebar-advertisement-top[b-wegh6bk8cl]
{
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

.ad-sidebar-advertisement-top-image-container[b-wegh6bk8cl]
{
    position: relative;
    width: 100%;
    height: 250px;
    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-sidebar-advertisement-top-image[b-wegh6bk8cl]
{
    max-width: 100%;
    max-height: 250px;
    width: auto;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease;
    object-fit: contain;
}

.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;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-advertisement-top-image-container[b-wegh6bk8cl]
    {
        height: 200px;
    }

    .ad-sidebar-advertisement-top-image[b-wegh6bk8cl]
    {
        max-height: 200px;
    }
}

@media (max-width: 576px)
{
    .ad-sidebar-advertisement-top-image-container[b-wegh6bk8cl]
    {
        height: 180px;
    }

    .ad-sidebar-advertisement-top-image[b-wegh6bk8cl]
    {
        max-height: 180px;
    }
}
/* _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: 0.9rem !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)
{
    [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 */
.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: 0.95rem;
    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;
}

.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;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .ad-sidebar-headlines-header[b-l097gd6fhq]
    {
        padding: 8px 12px;
    }

    .ad-sidebar-headlines-header h3[b-l097gd6fhq]
    {
        font-size: 0.9rem;
    }

    .ad-sidebar-headlines-content[b-l097gd6fhq]
    {
        padding: 10px;
    }

    .headline-text[b-l097gd6fhq]
    {
        font-size: 0.75rem;
    }
}
/* _content/ADWebsite/Components/SidebarPharmacy.razor.rz.scp.css */
.ad-sidebar-pharmacy[b-yjqz2dxxau]
{
    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-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 i[b-yjqz2dxxau]
{
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}

.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(204, 51, 51, 0.7);
}

.ad-sidebar-pharmacy-content[b-yjqz2dxxau]
{
    padding: 20px;
}

.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;
}

.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[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: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 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[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;
}

/* Responsive adjustments */
@media (max-width: 768px)
{
    .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-item[b-yjqz2dxxau]
    {
        padding: 12px;
    }
}
/* _content/ADWebsite/Components/SidebarWegaDiNumber.razor.rz.scp.css */
/* Wega Di Number Sidebar Styling - Same style as Pharmacy */
.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 i[b-1dh7odo4ic]
{
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
}

.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;
}

.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;
}

.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-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;
}

/* 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-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/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);
}

.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;
    }
}

@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;
    }
}
/* _content/ADWebsite/Pages/Home.razor.rz.scp.css */
/* Add spacing between main content and header/footer */
.ad-main[b-se3cmpq2q3]
{
    margin-top: 15px;
    margin-bottom: 15px;
}

/* _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/VacancyInfo.razor.rz.scp.css */
/* AD Vacancy Styling */
.vacancy-container[b-n6gijz1ssd]
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.btn-info[b-n6gijz1ssd]
{
    background-color: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-info:hover[b-n6gijz1ssd]
{
    background-color: rgb(180, 45, 45);
    border-color: rgb(180, 45, 45);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(204, 51, 51, 0.3);
}

.btn-info i[b-n6gijz1ssd]
{
    margin-right: 0.5rem;
}

.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);
}

.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: end;
}

.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;
}

.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-btn.selected[b-ich17qakfw]
{
    background: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(204, 51, 51, 0.3);
}

.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;
    gap: 20px;
    color: #888;
    font-size: 0.9rem;
}

.vacancy-meta span[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    gap: 5px;
}

.vacancy-actions[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Layout */
.mobile-layout[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-tags-header[b-ich17qakfw]
{
    background: white;
    border-radius: 12px;
    padding: 15px;
    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: 10px;
    font-weight: 600;
}

.selected-count[b-ich17qakfw]
{
    background: rgb(204, 51, 51);
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    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: 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.tag-header h4[b-ich17qakfw]
{
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.tag-sections[b-ich17qakfw]
{
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.tag-actions[b-ich17qakfw]
{
    display: flex;
    gap: 15px;
    padding: 20px;
    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: 15px;
}

.mobile-vacancy-card[b-ich17qakfw]
{
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.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: 80px;
    height: 80px;
}

.mobile-vacancy-card .vacancy-title[b-ich17qakfw]
{
    font-size: 1.1rem;
}

.vacancy-arrow[b-ich17qakfw]
{
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 1.2rem;
}

/* Results Summary */
.results-summary[b-ich17qakfw]
{
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.summary-info[b-ich17qakfw]
{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.results-count[b-ich17qakfw]
{
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.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;
    gap: 5px;
    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;
}

/* Responsive Design */
@media (max-width: 768px)
{
    .page-title[b-ich17qakfw]
    {
        font-size: 2rem;
    }

    .page-subtitle[b-ich17qakfw]
    {
        font-size: 1rem;
    }

    .search-section[b-ich17qakfw]
    {
        padding: 20px;
        margin: 0 10px;
    }

    .search-wrapper[b-ich17qakfw]
    {
        flex-direction: column;
        gap: 15px;
    }

    .mobile-vacancy-card .vacancy-title[b-ich17qakfw]
    {
        font-size: 1rem;
    }

    .mobile-vacancy-card .company-name[b-ich17qakfw]
    {
        font-size: 0.9rem;
    }

    .stats-grid[b-ich17qakfw]
    {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-number[b-ich17qakfw]
    {
        font-size: 2rem;
    }
}

@media (max-width: 480px)
{
    .page-title[b-ich17qakfw]
    {
        font-size: 1.8rem;
    }

    .search-section[b-ich17qakfw]
    {
        padding: 15px;
        margin: 0 5px;
    }

    .mobile-vacancy-card[b-ich17qakfw]
    {
        padding: 12px;
    }

    .mobile-vacancy-card .vacancy-image[b-ich17qakfw]
    {
        width: 60px;
        height: 60px;
    }

    .mobile-vacancy-card .vacancy-title[b-ich17qakfw]
    {
        font-size: 0.95rem;
    }

    .statistics-section[b-ich17qakfw]
    {
        padding: 20px;
        margin: 0 5px;
    }

    .stat-number[b-ich17qakfw]
    {
        font-size: 1.8rem;
    }

    .tag-sections[b-ich17qakfw]
    {
        padding: 15px;
    }

    .tag-actions[b-ich17qakfw]
    {
        padding: 15px;
        flex-direction: column;
    }

    .apply-btn[b-ich17qakfw]
    {
        order: -1;
    }
}

/* 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;
    }
}
