/**
Theme Name: Mexicali Desert Trail
Author: @gavisaac
Author URI: https://mexicalideserttrail.com/
Description: MDT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mexicali-desert-trail
Template: astra
*/

.registro-mdt .forminator-row, .registro-mdt .forminator-row-inside {
    flex-direction: column;
}

#cesta-inscripcion.cesta{
  border:1px solid #e5e7eb; border-radius:8px; padding:16px; background:#fff; margin-top:6px;
}
.cesta__title{color:#f59e0b; text-align:center; font-size:26px; margin:0 0 6px;}
.cesta__num{ text-align:center; font-size:18px; font-weight:700; margin-bottom:12px; }
.cesta__banner{
  background:#f3f4f6; border-radius:6px; padding:14px; text-align:center; margin-bottom:14px;
  color:#be185d;
}
.cesta__banner strong{ display:block; font-size:18px; margin-bottom:6px; }
.cesta__subtitle{ text-align:center; font-size:18px; margin:10px 0; }
.cesta__card{ border:1px solid #e5e7eb; border-radius:6px; overflow:hidden; }
.cesta__item{ padding:12px 14px; border-bottom:1px solid #f3f4f6; font-weight:600; }
.cesta__row{ display:flex; justify-content:space-between; padding:12px 14px; }
.cesta__row strong{ color:#f97316; }


.mdt-summary { max-width: 720px; margin: 12px auto 24px; padding: 0 8px; }
.mdt-title { margin: 0 0 4px; text-align: center; color: #059669; font-size: 26px; }
.mdt-subtitle { margin: 0 0 16px; text-align: center; color: #374151; }
.mdt-card { border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; overflow: hidden; }
.mdt-row { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; border-bottom: 1px dashed #e5e7eb; }
.mdt-row:last-child { border-bottom: 0; }
.mdt-row--strong span { font-weight: 600; }
.mdt-accent { color: #7c3aed; font-weight: 800; }
.mdt-amount { color: #f97316; font-weight: 700; }
.mdt-sep { height: 1px; background: #e5e7eb; }
.mdt-note { margin-top: 12px; font-size: 13px; color: #6b7280; text-align: center; }
@media (max-width: 480px){
  .mdt-row { flex-direction: column; align-items: flex-start; }
}

strong.numero_corredor {
    font-size: 94px;
    line-height: 94px;
    color: #f57c00;
}
h1.__gracias {
    text-align: center;
    text-transform:uppercase;
    font-size:30px;
    font-weight:700
}

.mdt-summary.alert {
    max-width: 920px;
    margin: 12px auto 24px;
    padding: 15px;
    background: #bceee6;
    border-radius: 5px;
}
.mdt-row.mdt-row--strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0px !important;
    font-size: 25px;
    font-weight: 800;
    color: #f57c00;
}

