/* Grille Tarif & Devis — accept.css (page publique d'acceptation du devis) */
.gtd-accept-page {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 640px;
    margin: 30px auto;
    padding: 0 16px;
}
.gtd-accept-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    overflow: hidden;
}
.gtd-accept-header {
    background: #1a1a1a;
    color: #fff;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.gtd-accept-logo { max-height: 40px; max-width: 140px; }
.gtd-accept-header h1 { font-size: 18px; font-weight: 700; margin: 0; }

.gtd-accept-body { padding: 28px; }
.gtd-accept-body p { line-height: 1.6; color: #333; }

.gtd-accept-error { color: #b42318; font-weight: 600; font-size: 15px; }
.gtd-accept-success { display: flex; align-items: center; gap: 8px; color: #1a7a3c; font-weight: 700; font-size: 16px; }
.gtd-accept-success .dashicons { font-size: 22px; width: 22px; height: 22px; }

.gtd-accept-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.gtd-accept-table td { padding: 8px 4px; border-bottom: 1px solid #eee; font-size: 14px; }
.gtd-accept-table-amount { text-align: right; white-space: nowrap; }
.gtd-accept-total-row td { border-top: 2px solid #333; border-bottom: none; font-size: 16px; padding-top: 12px; }

.gtd-accept-conditions { background: #f7f7f7; border-radius: 10px; padding: 16px 18px; margin: 20px 0; }
.gtd-accept-conditions h2 { font-size: 14px; margin: 0 0 8px; }
.gtd-accept-conditions p { font-size: 13px; color: #555; margin: 0; }

.gtd-accept-signature { margin-top: 26px; border-top: 1px solid #eee; padding-top: 22px; }
.gtd-accept-signature h2 { font-size: 16px; margin: 0 0 10px; }
.gtd-accept-signature-note { font-size: 12.5px; color: #777; margin-bottom: 16px; }

.gtd-accept-page .gtd-field-group { margin-bottom: 16px; }
.gtd-accept-page label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: #333; }
.gtd-accept-page input[type="text"] {
    width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1.5px solid #ddd; border-radius: 8px;
    font-size: 15px; font-family: inherit;
}
.gtd-accept-checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; font-weight: 400; color: #333; cursor: pointer; margin-bottom: 18px; }
.gtd-accept-checkbox input { margin-top: 3px; flex: none; }

.gtd-accept-submit {
    display: block; width: 100%; background: #1a1a1a; color: #fff; border: none; border-radius: 10px;
    padding: 14px; font-size: 15px; font-weight: 700; cursor: pointer;
}
.gtd-accept-submit:hover { background: #333; }
.gtd-accept-submit:disabled { background: #999; cursor: not-allowed; }
.gtd-accept-status { margin-top: 12px; font-size: 13.5px; font-weight: 600; min-height: 18px; }
