.covai-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #0f5132;
    color: #fff;
    padding: 1rem 1.25rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

.covai-cookie-notice[hidden] {
    display: none !important;
}

.covai-cookie-notice__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.covai-cookie-notice__text {
    margin: 0;
    flex: 1 1 240px;
}

.covai-cookie-notice__text a {
    color: #86efac;
    text-decoration: underline;
}

.covai-cookie-notice__btn {
    flex-shrink: 0;
    background: #fff;
    color: #0f5132;
    border: none;
    border-radius: 6px;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.covai-cookie-notice__btn:hover {
    background: #f0fdf4;
}
