/* === LL_FILE_START ===
 * File: giveaway-consolation.css
 * Description: Styles for giveaway consolation offer upsell and mini checkout flow.
 */

#dashboard-modal:has(.ll-gco-prompt) .dashboard-modal-content {
    width: min(820px, calc(100vw - 32px));
    max-width: 820px;
}

.ll-gco {
    color: #1f2937;
}

.ll-gco-prompt {
    max-width: 760px;
    margin: 0 auto;
}

.ll-gco h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

.ll-gco h4 {
    margin: 0 0 12px;
    font-size: 18px;
}

.ll-gco p {
    font-size: 15px;
    line-height: 1.5;
}

.ll-gco-kicker {
    margin-bottom: 6px;
    color: #0369a1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ll-gco-hero,
.ll-gco-mini-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ll-gco-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 18px;
    background: #e0f2fe;
    font-size: 30px;
    flex: 0 0 auto;
}

.ll-gco-lede {
    max-width: 620px;
    margin: 0;
    color: #4b5563;
}

.ll-gco-benefits {
    width: min(100%, 430px);
    margin: 24px auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.ll-gco-benefits li {
    margin: 10px 0;
    font-weight: 700;
}

.ll-gco-examples {
    margin: 22px 0 0;
    text-align: center;
}

.ll-gco-examples > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.ll-gco-example-chips {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.ll-gco-example-chips span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.ll-gco-price-summary {
    margin: 24px auto 0;
    text-align: center;
}

.ll-gco-price-line {
    display: flex;
    gap: 6px;
    align-items: baseline;
    justify-content: center;
    font-size: 18px;
}

.ll-gco-price-note {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 14px;
}

.ll-gco-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 22px;
}

.ll-gco-actions .ll-btn--primary {
    min-width: 230px;
}

.ll-gco-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 18px;
    margin-top: 16px;
}

.ll-gco-panel,
.ll-gco-preview,
.ll-gco-checkout {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.ll-gco-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
}

.ll-gco-field select {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    font-size: 15px;
}

.ll-gco-help {
    margin: 12px 0;
    color: #4b5563;
}

.ll-gco-empty {
    margin: 12px 0;
    padding: 14px;
    border: 1px dashed #f59e0b;
    border-radius: 12px;
    background: #fffbeb;
}

.ll-gco-empty p {
    margin: 6px 0 0;
}

.ll-gco-add-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 800;
    text-decoration: none;
}

.ll-gco-preview-label {
    margin-bottom: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ll-gco-email-card {
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ll-gco-email-small {
    margin: 0 0 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.ll-gco-email-offer {
    margin: 16px 0;
    padding: 14px;
    border: 2px dashed #0284c7;
    border-radius: 12px;
    background: #eff6ff;
    color: #075985;
    font-weight: 900;
    text-align: center;
}

.ll-gco-email-button {
    width: 100%;
    padding: 11px 14px;
    border: 0;
    border-radius: 10px;
    background: #0284c7;
    color: #ffffff;
    font-weight: 900;
}

.ll-gco-includes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ll-gco-includes span {
    padding: 8px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.ll-gco-includes span:first-child {
    background: #dcfce7;
    color: #166534;
}

.ll-gco-stepbar {
    margin-bottom: 14px;
}

.ll-gco-checkout {
    max-width: 680px;
}

.ll-gco-checkout p {
    margin: 0 0 14px;
}

.ll-gco-checkout a {
    margin-left: 8px;
    font-weight: 800;
}

.ll-gco-price-box {
    margin: 14px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
}

.ll-gco-payment-message {
    margin-top: 12px;
}

.ll-gco-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.ll-giveaway-option-section-label {
    margin: 18px 0 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ll-giveaway-option-section-label:first-child {
    margin-top: 0;
}

.ll-giveaway-option-meta {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 760px) {
    .ll-gco-hero,
    .ll-gco-mini-header {
        display: block;
    }

    .ll-gco-icon {
        margin-bottom: 12px;
    }

    .ll-gco-grid {
        grid-template-columns: 1fr;
    }

    .ll-gco-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ll-gco-actions .ll-btn--primary {
        order: -1;
        width: 100%;
        min-width: 0;
    }

    .ll-gco-actions .ll-btn--ghost,
    .ll-gco-actions .ll-btn--link {
        align-self: center;
        width: auto;
    }

    .ll-gco-package div,
    .ll-gco-price-box {
        display: block;
    }
}
.ll-gco-load-error {
    padding: 14px 16px;
    border: 2px solid #dc2626;
    border-radius: 10px;
    background: #fef2f2;
    color: #991b1b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.ll-gco-deferred-payment-notice {
    margin: 1rem 0 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    background: #fffbeb;
    color: #78350f;
    font-size: 1.5rem;
    line-height: 1.5;
}

.ll-gco-deferred-payment-notice strong {
    display: block;
    margin-bottom: 0.2rem;
}

.ll-giveaway-picker .ll-gco-picker-heading {
    margin: 0 0 18px;
    font-size: 2.5rem;
    line-height: 1.15;
    text-align: center;
}

@media (max-width: 700px) {
    .ll-giveaway-picker .ll-gco-picker-heading {
        font-size: 1.9rem;
    }
}

