/* GS Tienda Suite — Mi cuenta */

.gs-account { margin-bottom: 24px; }
.gs-account .gs-muted { color: #6b7280; font-size: 0.9em; }

.gs-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.82em;
    background: #e5e7eb;
    color: #111827;
    white-space: nowrap;
}
.gs-badge-requested { background: #dbeafe; color: #1d4ed8; }
.gs-badge-approved  { background: #e0e7ff; color: #4338ca; }
.gs-badge-transit   { background: #fef3c7; color: #b45309; }
.gs-badge-received  { background: #cffafe; color: #0e7490; }
.gs-badge-resolved  { background: #dcfce7; color: #15803d; }
.gs-badge-rejected,
.gs-badge-cancelled { background: #fee2e2; color: #b91c1c; }

/* Barra de progreso del estado */
.gs-steps {
    display: flex;
    list-style: none;
    margin: 20px 0 28px;
    padding: 0;
    counter-reset: step;
}
.gs-steps li {
    flex: 1;
    position: relative;
    text-align: center;
    font-size: 0.82em;
    color: #9ca3af;
}
.gs-steps li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}
.gs-steps li:first-child::before { display: none; }
.gs-steps li.is-done { color: #111827; font-weight: 600; }
.gs-steps li.is-done::before { background: #111827; }
.gs-step-dot {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 6px;
    border-radius: 50%;
    background: #e5e7eb;
    position: relative;
    z-index: 1;
}
.gs-steps li.is-done .gs-step-dot { background: #111827; }

/* Formulario de devolución */
.gs-rma-form .gs-qty { width: 5em; }
.gs-rma-form .form-row { margin-bottom: 16px; }
.gs-rma-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.gs-rma-form select,
.gs-rma-form textarea { width: 100%; max-width: 480px; }
.gs-rma-items img { border-radius: 4px; }

.gs-return-address {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 16px;
    font-style: normal;
    display: inline-block;
}

.gs-timeline { list-style: none; margin: 0; padding: 0; }
.gs-timeline li {
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}
.gs-timeline li:last-child { border-bottom: none; }
.gs-timeline-date { color: #9ca3af; margin-right: 10px; font-size: 0.86em; }

.gs-rma-orderbox {
    margin: 16px 0;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}
.gs-rma-orderbox ul { margin: 6px 0 0; }
