.sfo-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10050;
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 20px;
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sfo-consent-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
}

.sfo-consent-desc {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #475569;
}

.sfo-consent-desc a {
    color: #15803d;
    font-weight: 600;
}

.sfo-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.sfo-consent-btn {
    appearance: none;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
}

.sfo-consent-btn-necessary {
    background: #fff;
    color: #334155;
    border-color: #cbd5e1;
}

.sfo-consent-btn-all {
    background: #16a34a;
    color: #fff;
}

@media (max-width: 640px) {
    .sfo-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 16px;
    }

    .sfo-consent-actions {
        flex-direction: column;
    }

    .sfo-consent-btn {
        width: 100%;
    }
}
