/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,28): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-line'
(43,55): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-orange-dark'
(59,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-orange-dark'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-ink'
(77,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-muted'
(104,28): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-orange'
(183,24): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-line'
(190,24): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-line'
(201,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-muted'
(234,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-ink'
(242,17): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-muted'
(252,24): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-orange'
(253,28): run-time error CSS1039: Token not allowed after unary operator: '-sp-cookie-orange'
 */
:root {
    --sp-cookie-orange: #ff6f0f;
    --sp-cookie-orange-dark: #c75818;
    --sp-cookie-ink: #24211f;
    --sp-cookie-muted: #625a52;
    --sp-cookie-line: rgba(199, 88, 24, 0.14);
    --sp-cookie-soft: #fff7f0;
}

.sp-cookie-banner {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1080;
    pointer-events: none;
}

.sp-cookie-banner__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid var(--sp-cookie-line);
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at top left, rgba(255, 111, 15, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(42, 28, 16, 0.14);
    pointer-events: auto;
}

.sp-cookie-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff8a35, var(--sp-cookie-orange-dark));
    box-shadow: 0 10px 22px rgba(199, 88, 24, 0.22);
}

.sp-cookie-banner__icon i {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
}

.sp-cookie-banner__text {
    min-width: 0;
}

.sp-cookie-banner__eyebrow {
    margin: 0 0 0.25rem;
    color: var(--sp-cookie-orange-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sp-cookie-banner__title {
    margin: 0 0 0.35rem;
    color: var(--sp-cookie-ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.sp-cookie-banner__description {
    max-width: 620px;
    margin: 0;
    color: var(--sp-cookie-muted);
    font-size: 0.93rem;
    line-height: 1.55;
}

.sp-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
    min-width: 300px;
}

.sp-cookie-banner .btn,
.sp-cookie-modal .btn {
    min-height: 40px;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 700;
    line-height: 1.15;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sp-cookie-banner .btn-primary,
.sp-cookie-modal .btn-primary {
    color: #ffffff !important;
    border-color: #e9650d;
    background-color: var(--sp-cookie-orange);
    box-shadow: 0 10px 18px rgba(255, 111, 15, 0.2);
}

.sp-cookie-banner .btn-primary:hover,
.sp-cookie-banner .btn-primary:focus,
.sp-cookie-banner .btn-primary:active,
.sp-cookie-modal .btn-primary:hover,
.sp-cookie-modal .btn-primary:focus,
.sp-cookie-modal .btn-primary:active {
    color: #ffffff !important;
    border-color: #b94a07;
    background-color: #c95708;
    box-shadow: 0 12px 22px rgba(199, 88, 24, 0.28);
    transform: translateY(-1px);
}

.sp-cookie-banner .btn-primary:focus-visible,
.sp-cookie-modal .btn-primary:focus-visible {
    outline: 3px solid rgba(255, 111, 15, 0.28);
    outline-offset: 2px;
}

.sp-cookie-banner .btn-outline-secondary,
.sp-cookie-modal .btn-outline-secondary {
    color: #5b3d2b !important;
    border-color: rgba(101, 72, 52, 0.24);
    background-color: #ffffff;
}

.sp-cookie-banner .btn-outline-secondary:hover,
.sp-cookie-banner .btn-outline-secondary:focus,
.sp-cookie-banner .btn-outline-secondary:active,
.sp-cookie-modal .btn-outline-secondary:hover,
.sp-cookie-modal .btn-outline-secondary:focus,
.sp-cookie-modal .btn-outline-secondary:active {
    color: #8f3f12 !important;
    border-color: rgba(255, 111, 15, 0.46);
    background-color: #fff1e6;
    box-shadow: 0 8px 18px rgba(199, 88, 24, 0.1);
    transform: translateY(-1px);
}

.sp-cookie-banner .btn-outline-secondary:focus-visible,
.sp-cookie-modal .btn-outline-secondary:focus-visible {
    outline: 3px solid rgba(255, 111, 15, 0.18);
    outline-offset: 2px;
}

.sp-cookie-banner .btn-link,
.sp-cookie-modal .btn-link {
    color: #8f3f12 !important;
    background-color: transparent;
    text-decoration: none;
}

.sp-cookie-banner .btn-link:hover,
.sp-cookie-banner .btn-link:focus,
.sp-cookie-modal .btn-link:hover,
.sp-cookie-modal .btn-link:focus {
    color: #6f2c09 !important;
    background-color: #fff1e6;
    text-decoration: underline;
}

.sp-cookie-modal .modal-dialog {
    padding: 0.75rem;
}

.sp-cookie-modal .modal-content {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fffdfb;
    box-shadow: 0 28px 70px rgba(36, 33, 31, 0.2);
}

.sp-cookie-modal .modal-header {
    padding: 1.2rem 1.4rem 1rem;
    border-color: var(--sp-cookie-line);
    background: linear-gradient(180deg, #fff8f2 0%, #fffdfb 100%);
}

.sp-cookie-modal .modal-footer {
    gap: 1rem;
    padding: 1rem 1.4rem 1.2rem;
    border-color: var(--sp-cookie-line);
    background: #fffaf6;
}

.sp-cookie-modal .modal-body {
    padding: 1.2rem 1.4rem;
}

.sp-cookie-modal__intro {
    max-width: 760px;
    margin-bottom: 1rem;
    color: var(--sp-cookie-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.sp-cookie-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.sp-cookie-modal__card {
    padding: 1rem;
    border: 1px solid rgba(199, 88, 24, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(43, 30, 18, 0.05);
}

.sp-cookie-modal__card--locked {
    background: linear-gradient(135deg, #fff7f0 0%, #ffffff 80%);
}

.sp-cookie-modal__toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.55rem;
}

.sp-cookie-modal__title {
    margin: 0;
    color: var(--sp-cookie-ink);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.sp-cookie-modal__description {
    margin: 0;
    color: var(--sp-cookie-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.sp-cookie-modal .form-check-input {
    cursor: pointer;
}

.sp-cookie-modal .form-check-input:checked {
    border-color: var(--sp-cookie-orange);
    background-color: var(--sp-cookie-orange);
}

.sp-cookie-modal .form-check-input:focus {
    border-color: rgba(255, 111, 15, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(255, 111, 15, 0.18);
}

.sp-cookie-modal__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(199, 88, 24, 0.08);
    color: #9e4614;
    font-size: 0.74rem;
    font-weight: 800;
}

.sp-cookie-modal__footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.sp-consent-embed {
    position: relative;
    min-height: 340px;
    border: 1px solid rgba(199, 88, 24, 0.16);
    border-radius: 1rem;
    background: linear-gradient(135deg, #fff7f1 0%, #fff 100%);
    overflow: hidden;
}

.sp-consent-embed__iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    border: 0;
}

.sp-consent-embed__placeholder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.85rem;
    min-height: 340px;
    padding: 2rem;
}

.sp-consent-embed__placeholder h3 {
    margin: 0;
    color: #1f1f1f;
    font-size: 1.3rem;
    font-weight: 700;
}

.sp-consent-embed__placeholder p {
    margin: 0;
    color: #5b534b;
    line-height: 1.7;
}

.sp-consent-embed__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sp-form-privacy-notice {
    margin-top: 1.25rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid #ff6f0f;
    border-radius: 0.75rem;
    background: #fff8f2;
    color: #5b534b;
    font-size: 0.92rem;
    line-height: 1.65;
}

.sp-form-privacy-notice p {
    margin-bottom: 0.5rem;
}

.sp-form-privacy-notice p:last-child {
    margin-bottom: 0;
}

.sp-form-privacy-notice a {
    color: #c75818;
    font-weight: 600;
}

.sp-form-privacy-notice--compact {
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    border-left-color: rgba(255, 255, 255, 0.55);
}

.sp-form-privacy-notice--compact a {
    color: #ffd8bf;
}

@media (max-width: 991.98px) {
    .sp-cookie-banner__content {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sp-cookie-banner__actions {
        grid-column: 1 / -1;
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .sp-cookie-banner {
        right: 0.7rem;
        bottom: 0.7rem;
        left: 0.7rem;
    }

    .sp-cookie-banner__content {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .sp-cookie-banner__icon {
        display: none;
    }

    .sp-cookie-banner__actions,
    .sp-cookie-modal__footer-actions {
        width: 100%;
        justify-content: stretch;
    }

    .sp-cookie-banner__actions .btn,
    .sp-cookie-modal__footer-actions .btn {
        flex: 1 1 100%;
    }

    .sp-cookie-modal__grid {
        grid-template-columns: 1fr;
    }

    .sp-cookie-modal .modal-header,
    .sp-cookie-modal .modal-body,
    .sp-cookie-modal .modal-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .sp-consent-embed,
    .sp-consent-embed__placeholder {
        min-height: 280px;
    }

    .sp-consent-embed__placeholder {
        padding: 1.5rem 1.25rem;
    }
}

