﻿.cookie-consent-container {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 320px;
    pointer-events: none;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.cookie-consent-container.cookie-hidden {
    transform: translateY(130%);
    opacity: 0;
    pointer-events: none;
}

.cookie-consent-banner {
    pointer-events: all;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.12);
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cookie-consent-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cookie-consent-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #e8f4fd;
    color: #004885;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cookie-consent-banner .cookies-title {
    color: #0d1b2a;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.cookie-consent-banner .cookies-text {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.cookie-consent-banner .cookies-url {
    color: #004885;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.cookie-consent-banner .cookies-url:hover {
    text-decoration: underline;
}

.cookie-consent-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    padding: 4px 0;
}

.cookie-consent-banner .cookies-necessary {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #19a7dc;
    cursor: default;
    user-select: none;
    white-space: nowrap;
}

.cookie-consent-banner .cookies-preference,
.cookie-consent-banner .cookies-stats,
.cookie-consent-banner .cookies-marketing {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.cookie-consent-banner .cookies-preference.hidden,
.cookie-consent-banner .cookies-stats.hidden,
.cookie-consent-banner .cookies-marketing.hidden {
    display: none !important;
}

.cookie-consent-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.cookie-consent-banner button.accept-all {
    background: linear-gradient(135deg, #004885 0%, #0068b8 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s, transform 0.15s;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    height: auto;
    margin: 0;
    letter-spacing: 0;
    opacity: 1;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 65px;
}

.cookie-consent-banner button.accept-all:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.cookie-consent-banner button.accept-selection {
    background: transparent;
    color: #374151;
    border: 1.5px solid #d2d2d4;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, color 0.15s;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    height: auto;
    margin: 0;
    letter-spacing: 0;
    opacity: 1;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 65px;
}

.cookie-consent-banner button.accept-selection:hover {
    border-color: #004885;
    color: #004885;
}

@media (max-width: 540px) {
    .cookie-consent-container {
        bottom: 16px;
        right: 16px;
        left: 16px;
        width: auto;
    }

    .cookie-consent-banner {
        border-radius: 20px;
        padding: 20px 20px 24px;
    }
}

    background-color: #0f8dbf;
}

.d-none {
    display: none !important;
}

.opacity-1 {
    opacity: 1;
}

.card-style-18 {
    padding: 8px 0;
}

.card-style-18 .vertical-slider-v3 {
    gap: 24px;
    padding: 8px 4px 16px;
}

.card-style-18 .vertical-cards-v3 {
    min-width: 280px;
    max-width: 320px;
    flex: 0 0 auto;
    text-decoration: none;
    display: flex;
}

.card-style-18 .vertical-cards-v3 .bg-white {
    border: 1px solid #e5e7eb;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.card-style-18 .card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3f6f;
    line-height: 1.4;
}

.card-style-18 .agenda-date {
    font-size: 0.875rem;
    color: #009bde;
    font-weight: 500;
}

.card-style-18 .card-theme-description {
    font-size: 0.875rem;
    color: #4b5563;
}

@keyframes page-fade-in-ready {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.frontend-app.page-preload {
    opacity: 0;
}

.frontend-app.page-ready {
    opacity: 1;
    animation: page-fade-in-ready 0.28s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
    .frontend-app.page-ready {
        animation: none;
    }
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
