/* =========================================================
   DIREITO DE LIVRE RESOLUÇÃO — A Minha Conta
   ========================================================= */

/* ---------------------------------------------------------
   PÁGINA DO ENDPOINT
   --------------------------------------------------------- */
.pt-resolucao-page {
    max-width: 680px;
}

.pt-resolucao-intro {
    margin-bottom: 28px;
}

.pt-resolucao-intro h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.pt-resolucao-intro p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

/* Formulário */
.pt-resolucao-form {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 28px 32px;
}

.pt-resolucao-field {
    margin-bottom: 20px;
}

.pt-resolucao-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.pt-resolucao-optional {
    font-weight: 400;
    color: #888;
    font-size: 13px;
}

.pt-resolucao-field select,
.pt-resolucao-field textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    color: #222;
    background: #fafafa;
    transition: border-color 0.2s;
}

.pt-resolucao-field select:focus,
.pt-resolucao-field textarea:focus {
    border-color: #3a5fc8;
    outline: none;
    background: #fff;
}

.pt-resolucao-field textarea {
    resize: vertical;
    min-height: 100px;
}

.pt-resolucao-notice {
    background: #fff8e6;
    border: 1px solid #f5c842;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 13px;
    color: #5a4000;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pt-resolucao-submit {
    background: #3a5fc8 !important;
    color: #fff !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer;
    font-weight: 600 !important;
    transition: background 0.2s !important;
}

.pt-resolucao-submit:hover {
    background: #2d4fa8 !important;
}

/* Estado vazio */
.pt-resolucao-empty {
    background: #f9f9f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 28px;
    text-align: center;
    color: #444;
}

.pt-resolucao-empty p {
    margin-bottom: 8px;
}

/* Confirmação */
.pt-resolucao-ok {
    text-align: center;
    padding: 40px 20px;
}

.pt-resolucao-ok__icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.pt-resolucao-ok__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a5c1a;
}

.pt-resolucao-ok p {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.6;
}
