/* Support / Feedback Form Styles */

.support-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 1.5rem 0;
}

.support-section {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    padding: 1rem;
}

.support-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #202020;
    margin: 0 0 0.25rem 0;
}

.support-description {
    font-size: 0.8125rem;
    color: #585858;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.support-field {
    margin-bottom: 0.75rem;
}

.support-textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    background: #ffffff;
    margin-top: 0.25rem;
    box-sizing: border-box;
    resize: vertical;
    min-height: 6rem;
}

.support-textarea:focus {
    outline: none;
    border-color: #586878;
    box-shadow: 0 0 0 2px rgba(88, 104, 120, 0.1);
}

.support-btn-sent {
    width: 100%;
    background: #059669;
    color: #ffffff;
    cursor: default;
    transition: background 0.2s;
}
