/* Card de Convênio na Minha Conta */
.alo-conv-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15,23,42,.06);
    max-width: 600px;
    margin: 20px 0;
}

.alo-conv-card h3 {
    margin-top: 0;
    color: #111827;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 10px;
}

.alo-conv-card p {
    font-size: 15px;
    color: #4b5563;
    margin: 10px 0;
}

/* Formulário de Upload */
.alo-conv-card form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e5e7eb;
}

.alo-conv-card input[type="file"] {
    display: block;
    margin-bottom: 15px;
}

.alo-conv-card .button {
    background-color: #111827 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 20px;
}

/* Cores de Status */
.status-approved { color: #059669; font-weight: bold; }
.status-pending { color: #d97706; font-weight: bold; }