.csf-container-c86bf6dc {
    background: #f8fafb;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px;
    margin: 30px 0;
    max-width: 600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.csf-title-c86bf6dc {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 6px 0;
}

.csf-subtitle-c86bf6dc {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px 0;
}

.csf-field-c86bf6dc {
    margin-bottom: 18px;
}

.csf-field-c86bf6dc label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.csf-required-c86bf6dc {
    color: #dc2626;
}

.csf-field-c86bf6dc input,
.csf-field-c86bf6dc textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.csf-field-c86bf6dc input:focus,
.csf-field-c86bf6dc textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.csf-field-c86bf6dc textarea {
    resize: vertical;
    min-height: 100px;
}

.csf-actions-c86bf6dc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.csf-submit-btn-c86bf6dc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.csf-submit-btn-c86bf6dc:hover {
    background: #1d4ed8;
}

.csf-submit-btn-c86bf6dc:disabled {
    background: #93c5fd;
    cursor: not-allowed;
}

.csf-text-btn-c86bf6dc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
    text-align: center;
}

.csf-text-btn-c86bf6dc:hover {
    background: #15803d;
    color: #fff;
}

.csf-success-c86bf6dc {
    text-align: center;
    padding: 24px;
}

.csf-success-c86bf6dc h4 {
    font-size: 18px;
    color: #16a34a;
    margin: 16px 0 8px;
}

.csf-success-c86bf6dc p {
    color: #64748b;
    font-size: 14px;
}

.csf-error-c86bf6dc {
    text-align: center;
    padding: 16px;
    background: #fef2f2;
    border-radius: 8px;
    margin-top: 16px;
}

.csf-error-c86bf6dc p {
    color: #dc2626;
    font-size: 14px;
    margin: 0;
}

@media (min-width: 480px) {
    .csf-actions-c86bf6dc {
        flex-direction: row;
    }

    .csf-submit-btn-c86bf6dc,
    .csf-text-btn-c86bf6dc {
        flex: 1;
    }
}
