.areaweb-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999990;
    pointer-events: auto;
    padding: 16px;
    background: rgba(15, 23, 42, 0.96);
    color: #f8fafc;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1.5;
}

.areaweb-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.areaweb-cookie-text {
    margin: 0;
    flex: 1 1 320px;
}

.areaweb-cookie-text a {
    color: #93c5fd;
}

.areaweb-cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.areaweb-cookie-btn {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.areaweb-cookie-btn--primary {
    background: #2563eb;
    color: #fff;
}

.areaweb-cookie-btn--ghost {
    background: transparent;
    color: #e2e8f0;
    border: 1px solid #64748b;
}

.areaweb-cookie-banner.is-hidden {
    display: none;
}

html[data-cookie-consent] #areaweb-cookie-banner {
    display: none !important;
}
