.support-page {
    max-width: 820px;
    margin: 0 auto;
}

.support-lead {
    margin: 0 0 1.25rem;
    line-height: 1.55;
    color: #444;
}

.support-panel .crater-panel-body {
    line-height: 1.55;
}

.support-perk-list {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
}

.support-perk-list li {
    margin: 0.35rem 0;
}

.support-privacy-note {
    margin: 0.85rem 0 0;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(100, 116, 139, 0.35);
    border-radius: 4px;
    background: rgba(241, 245, 249, 0.85);
    color: #334155;
    font-size: 0.92em;
    line-height: 1.5;
}

.support-preview {
    margin: 1rem 0 0;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(180, 83, 9, 0.28);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(253, 230, 138, 0.18), rgba(255, 255, 255, 0.55));
}

.support-preview-label {
    margin: 0 0 0.45rem;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #92400e;
}

.support-preview-name {
    margin: 0 0 0.35rem;
    font-size: 1.15em;
    line-height: 1.4;
}

.support-preview-profile {
    margin: 0;
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.support-preview-caption {
    margin: 0.55rem 0 0;
    font-size: 0.85em;
    color: #666;
}

.support-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.support-paypal-tip {
    margin-top: 0.65rem;
}

.support-checkout-form {
    display: inline-flex;
    margin: 0;
}

.support-fallback-link {
    font-size: 0.88em;
    color: #666;
}

.support-note {
    margin-top: 0.85rem;
    font-size: 0.92em;
    color: #666;
}

.support-thanks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
}

.support-thanks-list li {
    margin: 0;
}

.support-thanks-empty {
    margin: 0;
    color: #666;
    font-style: italic;
}

.support-price-callout {
    margin: 0 0 0.75rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(180, 83, 9, 0.35);
    border-radius: 4px;
    background: rgba(253, 230, 138, 0.28);
    color: #78350f;
    font-size: 0.95em;
}

.support-you-label {
    font-size: 0.9em;
    color: #92400e;
    font-weight: 600;
}

.support-notice-form {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-width: 420px;
}

.support-notice-form label {
    font-size: 0.88em;
    font-weight: 600;
    color: #444;
}

.support-notice-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.45rem 0.55rem;
    border: 1px solid #bbb;
    border-radius: 3px;
    font: inherit;
    resize: vertical;
}

.support-notice-form .crater-btn {
    align-self: flex-start;
}

.support-notice-msg {
    margin: 0.65rem 0;
    padding: 0.5rem 0.7rem;
    border-radius: 3px;
    font-size: 0.92em;
}

.support-notice-msg.is-ok {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.support-notice-msg.is-err {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}
