/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.watermarked::after {
  content: "Desarrollo";
  width: auto;
  height: auto;
  display: inline-block;
  left: 100px;
  opacity: 0.9;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(255, 0, 0, 0.75);
  z-index: 2;
  text-decoration: none;
  text-decoration-color: transparent;
  padding: 4px 6px;
  border-radius: 8px;
  transform: rotate(-6deg);
  margin-left: -60px;
}

body.consulta-loader-open {
  overflow: hidden;
}

.consulta-loader {
  align-items: center;
  background: rgba(54, 47, 193, 0.45);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 99999;
}

.consulta-loader.is-visible {
  display: flex;
}

.consulta-loader__dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(54, 47, 193, 0.22);
  max-width: 400px;
  overflow: hidden;
  width: 100%;
}

.consulta-loader__header {
  align-items: center;
  background: #362FC1;
  display: flex;
  justify-content: center;
  padding: 1rem 1.25rem;
}

.consulta-loader__header img {
  height: 36px;
  width: auto;
}

.consulta-loader__body {
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
}

.consulta-loader__step {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 1.15rem;
  min-height: 2.6em;
}

.consulta-loader__progress {
  background: #e4e4e4;
  border-radius: 999px;
  height: 6px;
  margin: 0 auto 1rem;
  max-width: 280px;
  overflow: hidden;
}

.consulta-loader__progress-bar {
  background: #362FC1;
  border-radius: 999px;
  height: 100%;
  transition: width 0.35s ease;
  width: 0;
}

.consulta-loader__pills {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.consulta-loader__pill {
  background: #e4e4e4;
  border-radius: 999px;
  height: 6px;
  width: 28px;
}

.consulta-loader__pill.is-active,
.consulta-loader__pill.is-done {
  background: #362FC1;
}

/* —— cuenta.html (Mis Datos) —— */
.body-cuenta {
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.sv-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.sv-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 16px 24px;
}

.sv-header__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.sv-logo {
  display: block;
  height: 48px;
  width: auto;
}

.sv-logo--oficial {
  height: 32px;
  max-width: 220px;
  width: auto;
}

.sv-btn-logout {
  background: #1a3a7a;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  text-decoration: none;
}

.sv-btn-logout:hover,
.sv-btn-logout:focus {
  background: #142d61;
  color: #fff;
  text-decoration: none;
}

.sv-btn-logout--off {
  cursor: default;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.sv-btn-logout--off:hover,
.sv-btn-logout--off:focus {
  background: #1a3a7a;
}

.sv-main {
  padding: 32px 16px 48px;
}

.sv-main__inner {
  margin: 0 auto;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
}

.sv-datos-col + .sv-datos-col {
  margin-top: 0;
}

.sv-datos-panel {
  padding: 0 0 8px;
}

.sv-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
}

.sv-datos-grid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.sv-datos-grid > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.sv-campo {
  margin-bottom: 16px;
}

.sv-campo__label {
  color: #111;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2px;
}

.sv-campo__valor {
  color: #888;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 1.2em;
  word-break: break-word;
}

.sv-confirmacion {
  margin-top: 28px;
  text-align: center;
}

.sv-confirmacion__pregunta {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}

.sv-confirmacion__botones {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.sv-btn {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  min-height: 44px;
  min-width: 210px;
  padding: 12px 20px;
  white-space: normal;
}

.sv-btn--si {
  background: #3d6b3d;
  border: 2px solid #3d6b3d;
  color: #fff;
  order: -1;
}

.sv-btn--no {
  background: #fff;
  border: 2px solid #7a2033;
  color: #7a2033;
}

.sv-btn--no:hover,
.sv-btn--no:focus {
  background: #fff;
  border-color: #7a2033;
  color: #7a2033;
}

.sv-btn--si:hover,
.sv-btn--si:focus {
  background: #325832;
  border-color: #325832;
  color: #fff;
}

.sv-disclaimer {
  color: #666;
  font-size: 12px;
  line-height: 1.45;
  margin: 20px 0 0;
  padding: 0 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .sv-confirmacion__botones {
    flex-direction: row;
  }

  .sv-btn--si {
    order: 0;
  }

  .sv-datos-grid > [class*="col-"]:first-child {
    padding-right: 24px;
  }

  .sv-datos-grid > [class*="col-"]:last-child {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .body-cuenta {
    overflow-x: hidden;
  }

  .sv-header__inner {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px 16px;
  }

  .sv-header__logos {
    flex: 1;
    gap: 0;
    min-width: 0;
  }

  .sv-logo--oficial {
    height: 26px;
    max-width: 160px;
  }

  .sv-btn-logout {
    flex-shrink: 0;
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .sv-main {
    padding: 20px 0 32px;
  }

  .sv-main__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sv-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .sv-datos-col + .sv-datos-col {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 8px;
  }

  .sv-campo {
    margin-bottom: 14px;
  }

  .sv-campo__label {
    font-size: 14px;
  }

  .sv-campo__valor {
    font-size: 14px;
  }

  .sv-confirmacion {
    margin-top: 22px;
  }

  .sv-confirmacion__pregunta {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .sv-confirmacion__botones {
    align-items: stretch;
  }

  .sv-btn {
    min-width: 0;
    width: 100%;
  }

  .sv-disclaimer {
    font-size: 11px;
    padding: 0 4px;
  }
}

@media (max-width: 360px) {
  .sv-logo--oficial {
    height: 22px;
    max-width: 130px;
  }

  .sv-btn-logout {
    font-size: 11px;
    padding: 7px 10px;
  }
}

/* —— index.html login —— */
.sv-login-kicker {
  color: #0f2d5c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.sv-login-lead {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 20px;
}

.body-login .panel-body h2 {
  margin-bottom: 10px;
}

/* —— index.html mobile —— */
@media (max-width: 767px) {
  .body-login .dashboard {
    margin-bottom: 16px;
  }

  .body-login .panel-body {
    padding: 16px 18px !important;
  }

  .body-login .main-footer {
    text-align: center;
  }

  .body-login .main-footer .col-sm-6 {
    float: none;
    text-align: center !important;
    width: 100%;
  }

  .body-login .main-footer .col-sm-6 + .col-sm-6 {
    margin-top: 12px;
  }

  .body-login .btn-success,
  .body-login .btn-secondary {
    width: 100%;
  }

  .consulta-loader {
    padding: 1rem;
  }

  .consulta-loader__dialog {
    max-width: 100%;
  }
}

/* —— tramite.html —— */
.body-tramite {
  background: #fff;
}

.sv-header--tramite {
  border-bottom: 0;
}

.sv-header--tramite .sv-header__inner {
  justify-content: space-between;
  max-width: none;
  padding: 14px 28px;
}

.sv-header--tramite .sv-header__logos {
  align-items: center;
  flex: 0 1 auto;
  gap: 14px;
  justify-content: flex-start;
  margin-right: auto;
}

.sv-logo--sv-x {
  flex-shrink: 0;
  height: 38px;
  width: auto;
}

.sv-logo--sv {
  flex-shrink: 0;
  height: 36px;
  max-width: none;
  width: auto;
}

.sv-header__sep {
  background: #bbb;
  display: inline-block;
  flex-shrink: 0;
  height: 42px;
  margin: 0 4px;
  width: 1px;
}

.sv-logo--ministerio {
  height: 52px;
  max-width: none;
  width: auto;
}

.sv-breadcrumb-bar {
  background: #111;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.sv-breadcrumb-bar__inner {
  max-width: none;
  padding: 7px 28px;
}

.sv-accent-line {
  background: #c9a227;
  height: 3px;
  width: 100%;
}

.sv-main--tramite {
  padding: 0;
}

.sv-section__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px;
}

.sv-title--section {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 22px;
}

.sv-title--center {
  text-align: center;
}

.sv-licencia-section {
  background: #ececec;
  margin-bottom: 0;
  overflow: visible;
  padding: 34px 0 38px;
}

.sv-licencia-layout {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  overflow: visible;
  width: 100%;
}

.sv-licencia-grid {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: clamp(10px, 2vw, 14px);
  max-width: min(100%, 680px);
  overflow: visible;
  width: 100%;
}

.sv-licencia-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6px, 1.2vw, 12px);
  justify-content: center;
  overflow: visible;
}

.sv-licencia-badge {
  align-items: center;
  background: #0f2d5c;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: none;
  color: #fff;
  cursor: default;
  display: inline-flex;
  flex: 0 0 auto;
  height: 50px;
  justify-content: space-between;
  padding: 0 12px 0 14px;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
  width: auto;
}

.sv-licencia-badge:hover,
.sv-licencia-badge:focus {
  background: #0f2d5c;
  border-color: #c9a227;
  outline: none;
}

.sv-licencia-badge__code {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.sv-licencia-badge__icon {
  color: #fff;
  display: block;
  flex-shrink: 0;
  height: 24px;
  width: 32px;
}

.sv-licencia-badge--img {
  background: transparent;
  border: 0;
  display: block;
  height: auto;
  line-height: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

.sv-licencia-badge--img:hover,
.sv-licencia-badge--img:focus {
  background: transparent;
  border-radius: 16px;
  box-shadow: 0 0 0 2px #c9a227;
  outline: none;
}

/* Selecionáveis: hover controlado pelo estado checked/unchecked */
.sv-amp-badge .sv-licencia-badge--select.sv-licencia-badge--img:hover,
.sv-amp-badge .sv-licencia-badge--select.sv-licencia-badge--img:focus {
  background: transparent;
  outline: none;
}

.sv-licencia-badge__img {
  display: block;
  height: auto;
  max-height: clamp(38px, 5vw, 48px);
  max-width: none;
  object-fit: contain;
  width: auto;
}

.sv-licencia-badge__tip {
  background: #ddb433;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  color: #3a2d00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  left: auto;
  line-height: 1.4;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  width: 230px;
  z-index: 10;
}

.sv-licencia-badge:hover .sv-licencia-badge__tip,
.sv-licencia-badge:focus .sv-licencia-badge__tip {
  opacity: 1;
  visibility: visible;
}

.sv-hint-callout {
  background: #0f2d5c;
  border: 4px solid #c9a227;
  color: #fff;
  flex: 0 0 220px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.35;
  padding: 18px 16px;
}

.sv-hint-callout p {
  margin: 0;
}

.sv-tramite-section {
  background: #fff;
  padding: 36px 0 44px;
}

.sv-tramite-section--solo {
  padding-top: 48px;
}

.sv-tramite-hint {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -8px 0 0;
}

.sv-tramite-hint--center {
  text-align: center;
}

.sv-tramite-form {
  margin: 28px auto 0;
  max-width: 680px;
}

.sv-tramite-opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 0;
}

.sv-tramite-opcion {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  margin: 0;
}

.sv-tramite-opcion input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sv-tramite-opcion__radio {
  border: 2px solid #666;
  border-radius: 50%;
  flex-shrink: 0;
  height: 16px;
  margin-top: 2px;
  position: relative;
  width: 16px;
}

.sv-tramite-opcion__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sv-tramite-opcion__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.sv-tramite-opcion__default {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.sv-tramite-opcion input:checked ~ .sv-tramite-opcion__radio {
  border-color: #1a3a7a;
}

.sv-tramite-opcion input:checked ~ .sv-tramite-opcion__radio::after {
  background: #1a3a7a;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.sv-tramite-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.sv-btn-siguiente {
  background: #2f6b2f;
  border-color: #2f6b2f;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-width: 130px;
  padding: 10px 28px;
}

.sv-btn-siguiente:hover,
.sv-btn-siguiente:focus {
  background: #285d28;
  border-color: #285d28;
  color: #fff;
}

.btn.sv-btn-siguiente:disabled,
.btn.sv-btn--si.sv-btn-siguiente:disabled,
.sv-btn-siguiente:disabled,
.sv-btn--si.sv-btn-siguiente:disabled {
  background: #b0bdb0 !important;
  border-color: #b0bdb0 !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}

.btn.sv-btn-siguiente:disabled:hover,
.btn.sv-btn-siguiente:disabled:focus,
.btn.sv-btn--si.sv-btn-siguiente:disabled:hover,
.btn.sv-btn--si.sv-btn-siguiente:disabled:focus,
.sv-btn-siguiente:disabled:hover,
.sv-btn-siguiente:disabled:focus,
.sv-btn--si.sv-btn-siguiente:disabled:hover,
.sv-btn--si.sv-btn-siguiente:disabled:focus {
  background: #b0bdb0 !important;
  border-color: #b0bdb0 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .sv-licencia-layout {
    flex-direction: column;
  }

  .sv-licencia-badge__img {
    max-height: clamp(36px, 4.8vw, 44px);
  }

  .sv-hint-callout {
    flex: 0 0 auto;
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .body-tramite {
    overflow-x: clip;
  }

  .sv-header--tramite .sv-header__inner {
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 12px;
  }

  .sv-header--tramite .sv-header__logos {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
  }

  .sv-header--tramite .sv-logo--ministerio {
    display: block;
    height: clamp(28px, 8vw, 36px);
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    width: auto;
  }

  .sv-header--tramite .sv-btn-logout {
    flex-shrink: 0;
    font-size: 11px;
    padding: 8px 12px;
  }

  .sv-breadcrumb-bar__inner {
    font-size: 10px;
    line-height: 1.45;
    padding: 8px 12px;
    text-align: center;
  }

  .sv-section__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sv-title--section {
    font-size: clamp(17px, 4.5vw, 20px);
    line-height: 1.25;
    margin-bottom: 14px;
    padding: 0 4px;
  }

  .sv-licencia-section {
    overflow: visible;
    padding: 18px 0 22px;
  }

  .sv-licencia-row:first-child {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
  }

  .sv-licencia-row:last-child {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
  }

  .sv-licencia-badge--img {
    justify-self: center;
  }

  .sv-licencia-badge__img {
    max-height: clamp(30px, 8.2vw, 38px);
  }

  .sv-licencia-badge__tip {
    font-size: 10px;
    left: 50%;
    padding: 8px 10px;
    right: auto;
    top: calc(100% + 8px);
    transform: translate(-50%, 0);
    width: min(240px, 88vw);
    z-index: 20;
  }

  .sv-licencia-badge.is-tip-open .sv-licencia-badge__tip {
    opacity: 1;
    visibility: visible;
  }

  .sv-tramite-section {
    padding: 20px 0 24px;
  }

  .sv-tramite-hint {
    font-size: 13px;
    margin-top: -4px;
  }

  .sv-tramite-form {
    margin-top: 18px;
    max-width: 100%;
    padding: 0 4px;
  }

  .sv-tramite-opciones {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 28px;
    justify-content: center;
    padding: 0;
  }

  .sv-tramite-opcion {
    align-items: center;
    width: auto;
  }

  .sv-tramite-actions {
    justify-content: stretch;
    margin-top: 22px;
  }

  .sv-btn-siguiente {
    min-width: 0;
    padding: 12px 20px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .sv-header--tramite .sv-btn-logout {
    font-size: 10px;
    padding: 7px 10px;
  }

  .sv-licencia-row:first-child,
  .sv-licencia-row:last-child {
    gap: 6px;
  }

  .sv-licencia-badge__img {
    max-height: 28px;
  }

  .sv-tramite-opciones {
    gap: 16px 22px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .sv-licencia-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sv-licencia-badge__img {
    max-height: 42px;
  }
}

/* —— ampliacion.html —— */
.body-ampliacion {
  background: #fff;
}

.sv-tramite-topbar {
  background: #0f2d5c;
  color: #fff;
  overflow: visible;
}

.sv-tramite-topbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 48px;
  overflow: visible;
  padding: 10px 24px;
}

.sv-tramite-topbar__back {
  align-items: center;
  color: #ddb433;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}

.sv-tramite-topbar__back:hover,
.sv-tramite-topbar__back:focus {
  color: #f0d060;
  text-decoration: none;
}

.sv-tramite-topbar__arrow {
  font-size: 18px;
  line-height: 1;
}

.sv-tramite-topbar__num {
  color: #fff;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 1;
  white-space: nowrap;
}

.sv-licencia-badge--actual {
  border: 2px solid #ddb433;
  border-radius: 14px;
  flex-shrink: 0;
  line-height: 0;
  overflow: visible;
}

.sv-licencia-badge--actual .sv-licencia-badge__img {
  max-height: 34px;
}

.sv-amp-section {
  padding: 28px 0 32px;
}

.sv-amp-section--white {
  background: #fff;
}

.sv-amp-section--gray {
  background: #ececec;
}

.sv-amp-head {
  margin-bottom: 24px;
}

.sv-amp-head .sv-title--section {
  margin-bottom: 0;
  text-align: left;
}

.sv-amp-block {
  align-items: flex-start;
  display: flex;
  gap: 28px;
}

.sv-amp-block__main {
  flex: 1 1 auto;
  min-width: 0;
}

.sv-amp-subtitle {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.sv-amp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sv-amp-badge {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

.sv-amp-badge input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sv-licencia-badge--select {
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  transition: opacity 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Desmarcado: apagado, sem anel extra */
.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select.sv-licencia-badge--img {
  box-shadow: none;
  filter: grayscale(35%) brightness(0.78);
  opacity: 0.55;
}

.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select.sv-licencia-badge--img:hover {
  box-shadow: 0 0 0 2px rgba(15, 45, 92, 0.35);
  filter: grayscale(15%) brightness(0.88);
  opacity: 0.72;
}

/* Marcado: destaque claro com anel verde + check */
.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--img {
  box-shadow: 0 0 0 3px #27ae60;
  filter: none;
  opacity: 1;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--img::after {
  align-items: center;
  background: #27ae60;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  content: "\2713";
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  z-index: 2;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--img:hover {
  box-shadow: 0 0 0 3px #219a52;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select:not(.sv-licencia-badge--img):not(.sv-licencia-badge--pill) {
  background: #ddb433;
  border-color: #ddb433;
  box-shadow: none;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select:not(.sv-licencia-badge--img):not(.sv-licencia-badge--pill) .sv-licencia-badge__code {
  color: #3a2d00;
}

.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select:not(.sv-licencia-badge--img):not(.sv-licencia-badge--pill) {
  background: #0f2d5c;
  border-color: transparent;
  opacity: 0.72;
}

.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select:not(.sv-licencia-badge--img):not(.sv-licencia-badge--pill):hover {
  background: #1a3a7a;
  opacity: 0.9;
}

.sv-licencia-badge--select .sv-licencia-badge__tip {
  background: #ddb433;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  color: #3a2d00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  left: calc(100% + 12px);
  line-height: 1.4;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  width: 240px;
  z-index: 10;
}

.sv-licencia-badge--select:hover .sv-licencia-badge__tip,
.sv-licencia-badge--select.is-tip-open .sv-licencia-badge__tip {
  opacity: 1;
  visibility: visible;
}

.sv-amp-badge input:focus-visible + .sv-licencia-badge--select {
  outline: 2px solid #1a3a7a;
  outline-offset: 2px;
}

.sv-licencia-badge--select:not(.sv-licencia-badge--img) {
  align-items: center;
  background: #0f2d5c;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  min-width: 72px;
  padding: 0 16px;
}

.sv-licencia-badge--select.sv-licencia-badge--pill {
  align-items: center;
  background: #0f2d5c;
  border: 2px solid #c9a227;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  height: auto;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  min-width: 0;
  padding: 8px 14px 8px 16px;
}

.sv-licencia-badge--pill .sv-licencia-badge__veh {
  color: #fff;
  flex-shrink: 0;
  height: 24px;
  width: 32px;
}

.sv-licencia-badge--actual.sv-licencia-badge--pill {
  align-items: center;
  background: #0f2d5c;
  border: 2px solid #ddb433;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  padding: 8px 14px 8px 16px;
}

.sv-licencia-badge--actual.sv-licencia-badge--pill .sv-licencia-badge__code {
  color: #fff;
}

.sv-licencia-badge--actual.sv-licencia-badge--pill .sv-licencia-badge__veh {
  color: #fff;
  height: 22px;
  width: 30px;
}

.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select.sv-licencia-badge--pill {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: none;
  filter: grayscale(35%) brightness(0.78);
  opacity: 0.55;
}

.sv-amp-badge input:not(:checked) + .sv-licencia-badge--select.sv-licencia-badge--pill:hover {
  border-color: rgba(201, 162, 39, 0.7);
  box-shadow: 0 0 0 2px rgba(15, 45, 92, 0.35);
  filter: grayscale(15%) brightness(0.88);
  opacity: 0.72;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--pill {
  background: #0f2d5c;
  border-color: #c9a227;
  box-shadow: 0 0 0 3px #27ae60;
  filter: none;
  opacity: 1;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--pill .sv-licencia-badge__code {
  color: #fff;
}

.sv-amp-badge input:checked + .sv-licencia-badge--select.sv-licencia-badge--pill::after {
  align-items: center;
  background: #27ae60;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  content: "\2713";
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  z-index: 2;
}

.sv-licencia-badge--select .sv-licencia-badge__code {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
}

.sv-licencia-badge--select .sv-licencia-badge__img {
  max-height: 42px;
}

.sv-amp-cel {
  background: #fff;
  border: 1px solid #ddd;
  flex: 0 0 240px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  padding: 16px;
}

.sv-amp-cel__title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

.sv-amp-cel__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.sv-amp-cel__addr,
.sv-amp-cel__tel,
.sv-amp-cel__hours {
  color: #444;
  margin: 0 0 6px;
}

.sv-amp-cel__link {
  color: #1a3a7a;
  text-decoration: underline;
}

.sv-amp-cel__link:hover,
.sv-amp-cel__link:focus {
  color: #0f2d5c;
}

.sv-amp-provincia--mobile {
  margin-top: 20px;
}

.sv-amp-provincia {
  flex: 0 0 240px;
}

.sv-amp-provincia__label {
  color: #0f2d5c;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sv-amp-provincia__select {
  font-size: 14px;
  max-width: 100%;
}

.sv-amp-provincia__note {
  color: #666;
  font-size: 12px;
  margin: 8px 0 0;
}

.sv-amp-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .sv-tramite-topbar__inner {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 12px;
  }

  .sv-tramite-topbar__back {
    font-size: 13px;
  }

  .sv-tramite-topbar__num {
    font-size: 11px;
  }

  .sv-amp-head {
    flex-direction: column;
    gap: 0;
  }

  .sv-licencia-badge--select .sv-licencia-badge__tip {
    font-size: 10px;
    left: 50%;
    right: auto;
    top: calc(100% + 8px);
    transform: translate(-50%, 0);
    width: min(260px, 88vw);
  }

  .sv-amp-head .sv-title--section {
    font-size: clamp(17px, 4.5vw, 20px);
    margin-bottom: 16px;
    text-align: center;
  }

  .sv-amp-block {
    flex-direction: column;
    gap: 20px;
  }

  .sv-amp-subtitle {
    font-size: 18px;
    text-align: center;
  }

  .sv-amp-grid {
    gap: 8px;
    justify-content: center;
  }

  .sv-licencia-badge--select .sv-licencia-badge__img {
    max-height: clamp(30px, 8vw, 38px);
  }

  .sv-licencia-badge--actual .sv-licencia-badge__img {
    max-height: 30px;
  }

  .sv-amp-section {
    padding: 20px 0 24px;
  }

  .sv-amp-actions {
    justify-content: stretch;
  }

  .sv-amp-actions .sv-btn-siguiente {
    width: 100%;
  }
}

/* —— renovacion.html —— */
.body-renovacion {
  background: #fff;
}

.sv-ren-section {
  padding: 28px 0 40px;
}

.sv-ren-section--white {
  background: #fff;
}

.sv-ren-head {
  margin-bottom: 24px;
}

.sv-ren-head .sv-title--section {
  margin-bottom: 8px;
  text-align: left;
}

.sv-ren-lead {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 8px;
}

.sv-ren-hint {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -8px 0 16px;
}

.sv-ren-block {
  align-items: flex-start;
  display: flex;
  gap: 28px;
}

.sv-ren-block__main {
  flex: 1 1 auto;
  min-width: 0;
}

.sv-ren-subtitle {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.sv-ren-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sv-ren-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .sv-ren-head .sv-title--section {
    font-size: clamp(17px, 4.5vw, 20px);
    text-align: center;
  }

  .sv-ren-lead {
    text-align: center;
  }

  .sv-ren-block {
    flex-direction: column;
    gap: 20px;
  }

  .sv-ren-subtitle {
    font-size: 18px;
    text-align: center;
  }

  .sv-ren-grid {
    gap: 8px;
    justify-content: center;
  }

  .sv-ren-actions {
    justify-content: stretch;
  }

  .sv-ren-actions .sv-btn-siguiente {
    width: 100%;
  }
}

/* —— resumen.html —— */
.body-resumen {
  background: #fff;
}

.sv-res-section {
  padding: 28px 0 40px;
}

.sv-res-lead {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -8px 0 24px;
}

.sv-res-layout {
  align-items: flex-start;
  display: flex;
  gap: 28px;
}

.sv-res-panel {
  background: #fff;
  border: 1px solid #ddd;
  flex: 1 1 auto;
  min-width: 0;
  padding: 22px 24px;
}

.sv-res-panel__title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}

.sv-res-dl {
  margin: 0 0 24px;
}

.sv-res-dl__row {
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 10px 0;
}

.sv-res-dl__row dt {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  min-width: 120px;
}

.sv-res-dl__row dd {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

.sv-res-subtitle {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}

.sv-res-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.sv-res-clases {
  background: #f4f6f9;
  border-radius: 8px;
  margin-top: 4px;
  padding: 14px 16px;
}

.sv-res-clases .sv-res-subtitle {
  margin-bottom: 10px;
}

.sv-res-clases .sv-res-badges {
  justify-content: flex-start;
}

.sv-licencia-badge--amp {
  align-items: center;
  background: #ddb433;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-width: 64px;
  padding: 0 14px;
}

.sv-licencia-badge--amp .sv-licencia-badge__code {
  color: #3a2d00;
}

.sv-res-cenat {
  background: #f7f7f7;
  border: 1px solid #ddd;
  flex: 0 0 300px;
  padding: 22px 20px;
}

.sv-res-cenat__title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

.sv-res-cenat__text {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.sv-res-cenat__amount {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 16px;
  padding: 12px 14px;
}

.sv-res-cenat__label {
  color: #666;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}

.sv-res-cenat__amount strong {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.sv-res-cenat__amount--total {
  border-top: 1px solid #ddd;
  margin-top: 4px;
  padding-top: 14px;
}

.sv-res-cenat__amount--total strong {
  font-size: 26px;
}

.sv-res-fees {
  margin: 0 0 12px;
}

.sv-res-fees__row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 8px 0;
}

.sv-res-fees__row dt {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.sv-res-fees__row dd {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

.sv-res-fees--panel {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom: 16px;
  padding: 4px 14px;
}

.sv-res-fees--panel .sv-res-fees__row {
  border-bottom: 1px solid #eee;
}

.sv-res-fees--panel .sv-res-fees__row:last-child {
  border-bottom: 0;
}

.sv-res-cenat__list {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding-left: 18px;
}

.sv-res-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 28px;
}

.sv-btn--outline {
  background: #fff;
  border: 2px solid #666;
  color: #333;
}

.sv-btn--outline:hover,
.sv-btn--outline:focus {
  background: #f5f5f5;
  border-color: #444;
  color: #111;
}

@media (max-width: 991px) {
  .body-resumen .sv-res-section {
    padding: 16px 0 20px;
  }

  .body-resumen .sv-title--section {
    font-size: clamp(18px, 4.8vw, 22px);
    margin-bottom: 8px;
    text-align: center;
  }

  .body-resumen .sv-res-lead {
    font-size: 13px;
    margin: 0 0 18px;
    text-align: center;
  }

  .sv-res-layout {
    flex-direction: column;
    gap: 14px;
  }

  .sv-res-panel,
  .sv-res-cenat {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 45, 92, 0.08);
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .sv-res-panel {
    padding: 18px 16px;
  }

  .sv-res-panel__title {
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
  }

  .sv-res-dl {
    margin-bottom: 16px;
  }

  .sv-res-dl__row {
    align-items: center;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    padding: 11px 0;
  }

  .sv-res-dl__row dt {
    font-size: 12px;
    min-width: 0;
  }

  .sv-res-dl__row dd {
    font-size: 13px;
    text-align: right;
    word-break: break-word;
  }

  .sv-res-clases {
    padding: 12px 14px;
  }

  .sv-res-clases .sv-res-subtitle {
    font-size: 15px;
    text-align: center;
  }

  .sv-res-clases .sv-res-badges {
    justify-content: center;
  }

  .sv-res-cenat {
    padding: 18px 16px;
  }

  .sv-res-cenat__title {
    font-size: 18px;
    text-align: center;
  }

  .sv-res-cenat__text {
    font-size: 12px;
    text-align: center;
  }

  .sv-res-fees {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 4px 14px;
  }

  .sv-res-cenat__amount--total {
    background: #eef3fa;
    border: 1px solid #c5d4ea;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 16px;
    text-align: center;
  }

  .sv-res-cenat__amount--total .sv-res-cenat__label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .sv-res-cenat__amount--total strong {
    display: block;
    font-size: 28px;
  }

  .sv-res-cenat__list {
    font-size: 11px;
    padding-left: 16px;
  }

  .sv-res-actions {
    background: #fff;
    border-top: 1px solid #eee;
    bottom: 0;
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 0 6px;
    position: sticky;
    z-index: 5;
  }

  .sv-res-actions .sv-btn-siguiente {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sv-res-layout {
    flex-direction: column;
    gap: 20px;
  }

  .sv-res-cenat {
    flex: 0 0 auto;
    width: 100%;
  }

  .sv-res-panel {
    padding: 18px 16px;
  }

  .sv-res-actions {
    flex-direction: column-reverse;
  }

  .sv-res-actions .sv-btn-siguiente {
    width: 100%;
  }
}

/* —— checkout-cenat.html —— */
.body-checkout-cenat {
  background: #fff;
}

.sv-checkout-layout {
  align-items: stretch;
}

.sv-checkout-summary .sv-checkout-concept {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 16px;
}

.sv-checkout-total {
  margin: 0;
}

.sv-checkout-pay {
  background: #f7f7f7;
  border: 1px solid #ddd;
  flex: 0 0 360px;
  max-width: 100%;
  padding: 22px 20px;
}

.sv-checkout-pay__title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}

.sv-checkout-pay__hint {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.sv-checkout-field {
  margin-bottom: 14px;
}

.sv-checkout-field label {
  color: #0f2d5c;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sv-checkout-field .form-control {
  border-color: #ccc;
  border-radius: 6px;
  font-size: 15px;
  height: 42px;
}

.sv-checkout-card-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.sv-checkout-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 42px;
  padding: 10px 12px;
}

.sv-checkout-card:focus-within {
  border-color: #1a3a7a;
  box-shadow: 0 0 0 2px rgba(26, 58, 122, 0.12);
}

.sv-checkout-error {
  color: #b94a48;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 8px 0 12px;
  min-height: 1.2em;
}

.sv-checkout-submit {
  margin-top: 4px;
  width: 100%;
}

.sv-checkout-notes {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .sv-checkout-pay {
    flex: 0 0 auto;
    width: 100%;
  }

  .sv-checkout-card-row {
    grid-template-columns: 1fr;
  }
}

.sv-amp-group-title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.sv-amp-group-title:first-of-type {
  margin-top: 0;
}

.sv-amp-group-title--pro {
  margin-top: 24px;
}

.sv-amp-provincia-block {
  background: #f4f6f9;
  border-radius: 8px;
  margin-top: 20px;
  max-width: 360px;
  padding: 14px 16px;
}

.sv-amp-provincia-block.hidden {
  display: none;
}

@media (max-width: 767px) {
  .sv-amp-group-title {
    font-size: 15px;
    text-align: center;
  }

  .sv-amp-provincia-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

/* —— upsells + confirmacion —— */
.body-checkout-upsell,
.body-confirmacion {
  background: #fff;
}

.sv-upsell-approved {
  align-items: center;
  background: #eef8ef;
  border: 1px solid #b8ddb8;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px 16px;
}

.sv-upsell-approved__icon {
  align-items: center;
  background: #27ae60;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.sv-upsell-approved__text {
  color: #1e5c2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.sv-upsell-note,
.sv-upsell-delivery {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.sv-upsell-delivery {
  background: #f4f6f9;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 14px;
}

.sv-confirm-section {
  padding: 32px 0 48px;
}

.sv-confirm-wrap {
  max-width: 560px;
}

.sv-confirm-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 45, 92, 0.08);
  margin: 0 auto;
  padding: 28px 24px;
  text-align: center;
}

.sv-confirm-icon {
  align-items: center;
  background: #27ae60;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  margin-bottom: 16px;
  width: 56px;
}

.sv-confirm-lead {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.sv-confirm-box {
  background: #eef3fa;
  border: 1px solid #c5d4ea;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 18px 16px;
  text-align: left;
}

.sv-confirm-box__title {
  color: #0f2d5c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}

.sv-confirm-box__text,
.sv-confirm-box__hint {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.sv-confirm-box__hint {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
}

.sv-confirm-dl {
  margin: 0 0 24px;
  text-align: left;
}

.sv-confirm-dl__row {
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
}

.sv-confirm-dl__row dt {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.sv-confirm-dl__row dd {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.sv-confirm-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .sv-confirm-card {
    padding: 22px 18px;
  }

  .body-confirmacion .sv-title--section {
    font-size: clamp(18px, 4.8vw, 22px);
  }
}
