.page-template-tpl-simulator-savings .shape {
  position: absolute;
  top: 0;
  left: -36px;
  width: calc(100% + 193px);
  height: calc(100% - 157px);
  z-index: -1;
}

.page-template-tpl-simulator-savings .shape svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Wrapper ── */
.page-template-tpl-simulator-savings .gc-calc {
}

.page-template-tpl-simulator-savings .gc-calc .content-wrapper {
  width: 100%;
  padding: 62px 41px;
  border-radius: 40px;
  background: var(--white);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

/* ── Tipografia ── */
.page-template-tpl-simulator-savings .gc-calc__title {
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 1.25rem;
  text-align: center;
}

.page-template-tpl-simulator-savings .gc-calc__subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* ── Card de inputs ── */
.page-template-tpl-simulator-savings .gc-calc__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.1);
}

.page-template-tpl-simulator-savings .gc-calc__section-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

/* ── Linha de input ── */
.page-template-tpl-simulator-savings .gc-calc__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.125rem;
}

.page-template-tpl-simulator-savings .gc-calc__row:last-child {
  margin-bottom: 0;
}

.page-template-tpl-simulator-savings .gc-calc__label {
  font-size: 0.875rem;
  /* color: #6b7280; */
  min-width: 140px;
  flex-shrink: 0;

  color: var(--Brandcolor_Black);
}

.page-template-tpl-simulator-savings .gc-calc__value {
  font-size: 0.875rem;
  font-weight: 600;
  /* color: #1a1a2e; */
  min-width: 64px;
  text-align: right;
  flex-shrink: 0;

  color: var(--Brandcolor_Black);
}

.page-template-tpl-simulator-savings .gc-calc__disclaimer {
  text-align: right;
  font-size: 0.72rem;
  /* color: #9ca3af; */
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;

  color: var(--Brandcolor_Black);
}

/* ── Select ── */
.page-template-tpl-simulator-savings .gc-calc__select {
  flex: 1;
  font-size: 0.875rem;
  font-family: inherit;
  /* color: #1a1a2e;
  background: #f9fafb;
  border: 1px solid #e5e7eb; */
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  appearance: auto;

  color: var(--Brandcolor_Blue);
  background: #ebf4fa;
  border: #ebf4fa;
}

.page-template-tpl-simulator-savings .gc-calc__select:focus {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
}

/* ── Range slider ── */
/* .page-template-tpl-simulator-savings .gc-calc__range {
  flex: 1;
  accent-color: #1a73e8;
  cursor: pointer;
} */

.page-template-tpl-simulator-savings .gc-calc__range {
  -webkit-appearance: none;
  /* Remove estilo padrão no WebKit */
  width: 100%;
  height: 1px;
  background: var(--New_Gradient);
  border-radius: 0;
  outline: none;
}

/* Barra no Chrome/Safari/Edge */
.page-template-tpl-simulator-savings .gc-calc__range::-webkit-slider-runnable-track {
  background: var(--New_Gradient);
  height: 1px;
  border-radius: 0;
}

/* Polegar no Chrome/Safari/Edge */
.page-template-tpl-simulator-savings .gc-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(21, 142, 206, 0.5);
  cursor: pointer;
  margin-top: -12px;
  /* Alinha com a track */
}

/* Barra no Firefox */
.page-template-tpl-simulator-savings .gc-calc__range::-moz-range-track {
  background: var(--New_Gradient);
  height: 1px;
  border-radius: 0;
}

/* Parte preenchida no Firefox */
.page-template-tpl-simulator-savings .gc-calc__range::-moz-range-progress {
  background: var(--New_Gradient);
  height: 1px;
  border-radius: 0;
}

/* Polegar no Firefox */
.page-template-tpl-simulator-savings .gc-calc__range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(21, 142, 206, 0.5);
  cursor: pointer;
}

/* ── Botões de perfil de carregamento ── */
.page-template-tpl-simulator-savings .gc-calc__horario-group {
  display: flex;
  gap: 8px;
  flex: 1;
}

/* .page-template-tpl-simulator-savings .gc-calc__horario-btn {
  flex: 1;
  padding: 7px 6px;
  font-size: 0.8rem;
  font-family: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn:hover {
  background: #f3f4f6;
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn.active {
  background: #eff6ff;
  color: #1a73e8;
  border-color: #bfdbfe;
  font-weight: 600;
} */

.page-template-tpl-simulator-savings .gc-calc__horario-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
  column-gap: 18px;
  padding: 6px 10px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  outline: solid 1px rgba(21, 142, 206, 0.3);
  text-align: center;
  border: none;
  transition: all 0.3s ease-in-out;
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn:focus:not(:focus-visible) {
  outline: solid 1px rgba(21, 142, 206, 0.3);
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn span.btn-text {
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: var(--heading-font);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 11;
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn:hover,
.page-template-tpl-simulator-savings .gc-calc__horario-btn.active {
  background: var(--New_Gradient);
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn:hover span.btn-text,
.page-template-tpl-simulator-savings .gc-calc__horario-btn.active span.btn-text {
  background: var(--white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

/* ── Tooltip no botão Misto ── */
.page-template-tpl-simulator-savings .gc-calc__tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a2e;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.page-template-tpl-simulator-savings .gc-calc__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1a1a2e;
}

.page-template-tpl-simulator-savings .gc-calc__horario-btn:hover .gc-calc__tooltip {
  display: block;
}

/* ── Campo personalizado ── */
.page-template-tpl-simulator-savings .gc-calc__custom {
  display: none;
  gap: 12px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.page-template-tpl-simulator-savings .gc-calc__custom.visible {
  display: flex;
}

.page-template-tpl-simulator-savings .gc-calc__custom-field {
  flex: 1;
}

.page-template-tpl-simulator-savings .gc-calc__custom-field label {
  font-size: 0.8rem;
  color: #6b7280;
  display: block;
  margin-bottom: 6px;
}

.page-template-tpl-simulator-savings .gc-calc__custom-field input {
  width: 100%;
  font-size: 0.875rem;
  font-family: inherit;
  color: #1a1a2e;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
}

.page-template-tpl-simulator-savings .gc-calc__custom-field input:focus {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
}

.page-template-tpl-simulator-savings .gc-calc__custom-hint {
  font-size: 0.7rem;
  color: #9ca3af;
  margin-top: 4px;
}

.page-template-tpl-simulator-savings .gc-calc__custom-field input.gc-error {
  border-color: #f87171;
  background: #fff5f5;
  outline: none;
}

.page-template-tpl-simulator-savings .gc-calc__custom-error {
  font-size: 0.7rem;
  color: #dc2626;
  margin-top: 4px;
  display: none;
}

.page-template-tpl-simulator-savings .gc-calc__custom-error.visible {
  display: block;
}

/* ── Destaque de poupança ── */
.page-template-tpl-simulator-savings .gc-calc__highlight {
  /* background: #f0fdf4; */
  background: linear-gradient(90deg, #ebf4fa 0%, #edfcfc 100%);
  border: 1px solid #70b4df;
  border-radius: 12px;
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-template-tpl-simulator-savings .gc-calc__highlight-left .gc-calc__hl-label {
  font-size: 0.75rem;
  /* color: #166534; */
  margin-bottom: 2px;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__highlight-left .gc-calc__hl-value {
  /* font-size: 2.25rem;
  font-weight: 700;
  color: #16a34a; */
  line-height: 1.1;

  font-size: 3.75rem;
  font-weight: 500;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__highlight-left .gc-calc__hl-sub {
  font-size: 0.8rem;
  /* color: #166534; */
  margin-top: 4px;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__highlight-left .gc-calc__hl-payback {
  font-size: 0.85rem;
  font-weight: 600;
  /* color: #166534; */
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #bbf7d0;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__share-btn {
  margin-top: 12px;
  display: inline-block;
  font-size: 0.78rem;
  font-family: inherit;
  font-weight: 600;
  color: #166534;
  background: transparent;
  border: 1px solid #86efac;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.page-template-tpl-simulator-savings .gc-calc__share-btn:hover {
  background: #dcfce7;
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
  column-gap: 10px;
  padding: 6px 20px 6px 20px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  outline: solid 1px rgba(21, 142, 206, 0.3);
  text-align: center;
  border: none;
  transition: all 0.3s ease-in-out;
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main:focus:not(:focus-visible) {
  outline: solid 1px rgba(21, 142, 206, 0.3);
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main span {
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 11;
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main span.icon svg {
  stroke: #19e3e3;
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main:hover {
  background: var(--New_Gradient);
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main:hover span {
  background: var(--white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__share-btn-main:hover span.icon svg {
  stroke: var(--white);
}

.page-template-tpl-simulator-savings .gc-calc__share-panel {
  display: none;
  /* background: #f0fdf4;
  border: 1px solid #bbf7d0; */
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;

  background: linear-gradient(90deg, #ebf4fa 0%, #edfcfc 100%);
  border: 1px solid #70b4df;
}

.page-template-tpl-simulator-savings .gc-calc__share-panel.visible {
  display: block;
}

.page-template-tpl-simulator-savings .gc-calc__share-panel-title {
  font-size: 0.8rem;
  font-weight: 600;
  /* color: #166534; */
  margin-bottom: 6px;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__share-panel-text {
  font-size: 0.82rem;
  /* color: #166534; */
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-style: italic;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__share-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-template-tpl-simulator-savings .gc-calc__share-action {
  font-size: 0.8rem;
  font-family: inherit;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 14px;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s;
}

.page-template-tpl-simulator-savings .gc-calc__share-action:hover {
  opacity: 0.85;
}

.page-template-tpl-simulator-savings .gc-calc__share-wa {
  background: #25d366;
  color: #fff;
}

.page-template-tpl-simulator-savings .gc-calc__share-email {
  background: #1a73e8;
  color: #fff;
}

.page-template-tpl-simulator-savings .gc-calc__share-copy {
  background: #f3f4f6;
  color: #1a1a2e;
  border: 1px solid #e5e7eb;
}

.page-template-tpl-simulator-savings .gc-calc__highlight-right {
  text-align: right;
}

.page-template-tpl-simulator-savings .gc-calc__highlight-right .gc-calc__hl-label {
  font-size: 1.25rem;
  line-height: 1;
  /* color: #166534; */
  margin-bottom: 2px;

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__highlight-right .gc-calc__hl-ratio {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  /* color: #16a34a; */

  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

/* ── Grid de métricas ── */
.page-template-tpl-simulator-savings .gc-calc__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 1.25rem;
}

.page-template-tpl-simulator-savings .gc-calc__metric {
  /* background: #f9fafb; */
  border-radius: 10px;
  padding: 1rem;
  background: linear-gradient(90deg, rgba(21, 142, 206, 0.1) 0%, rgba(25, 227, 227, 0.1) 100%);
}

.page-template-tpl-simulator-savings .gc-calc__metric-label {
  /* font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 4px;
  line-height: 1.4; */

  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.26px;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 4px;
}

.page-template-tpl-simulator-savings .gc-calc__metric-value {
  /* font-size: 1.375rem;
  font-weight: 600;
  color: #1a1a2e; */

  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.26px;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-simulator-savings .gc-calc__metric-unit {
  /* font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 2px; */

  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.26px;
  background: var(--New_Gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-top: 2px;
}

/* ── Separador ── */
.page-template-tpl-simulator-savings .gc-calc__divider {
  border: none;
  border-top: 1px solid #f3f4f6;
  margin: 1rem 0;
}

/* ── Equivalências ── */
.page-template-tpl-simulator-savings .gc-calc__equiv {
  font-size: 0.875rem;
  /* color: #6b7280; */
  line-height: 1.7;
  padding: 0.5rem 0;

  color: var(--Brandcolor_Black);
}

.page-template-tpl-simulator-savings .gc-calc__equiv strong {
  color: #1a1a2e;
  font-weight: 600;
}

/* ── Barra ROI ── */
.page-template-tpl-simulator-savings .gc-calc__roi {
  margin-top: 0.75rem;
}

.page-template-tpl-simulator-savings .gc-calc__roi-labels {
  /* font-size: 0.8rem;
  color: #6b7280; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.page-template-tpl-simulator-savings .gc-calc__roi-labels span {
  font-size: 0.8rem;
  color: var(--Brandcolor_Black);
}

.page-template-tpl-simulator-savings .gc-calc__roi-labels span strong {
  /* color: #1a1a2e; */
  font-weight: 600;
}

.page-template-tpl-simulator-savings .gc-calc__roi-track {
  height: 8px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}

.page-template-tpl-simulator-savings .gc-calc__roi-fill {
  height: 100%;
  border-radius: 4px;
  transition:
    width 0.4s ease,
    background 0.4s ease;
}

.page-template-tpl-simulator-savings .gc-calc__roi-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.page-template-tpl-simulator-savings .gc-calc__roi-ends span {
  font-size: 0.7rem;
  color: #d1d5db;
}

/* ── CTA ── */
.page-template-tpl-simulator-savings .gc-calc__cta {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  background: #1a73e8;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s ease;
}

.page-template-tpl-simulator-savings .gc-calc__cta:hover {
  background: #1557b0;
}

.page-template-tpl-simulator-savings #gc-cta-link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

/* ── Nota de rodapé ── */
.page-template-tpl-simulator-savings .gc-calc__nota p {
  font-size: 0.7rem;
  color: #d1d5db;
  margin-top: 1rem;
  line-height: 1.7;
}

/* ── Bloco SEO ── */
.page-template-tpl-simulator-savings .gc-calc__seo {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
}

.page-template-tpl-simulator-savings .gc-calc__seo-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.875rem;
}

.page-template-tpl-simulator-savings .gc-calc__seo-body p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 0.875rem;
}

.page-template-tpl-simulator-savings .gc-calc__seo-body p a {
  color: #1a73e8;
  text-decoration: none;
}

.page-template-tpl-simulator-savings .gc-calc__seo-body p a:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 560px) {
  .page-template-tpl-simulator-savings .gc-calc .content-wrapper {
    padding: 40px 20px;
  }

  .page-template-tpl-simulator-savings .gc-calc__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .page-template-tpl-simulator-savings .gc-calc__row {
    flex-wrap: wrap;
  }

  .page-template-tpl-simulator-savings .gc-calc__label {
    min-width: 100%;
    margin-bottom: 4px;
  }

  .page-template-tpl-simulator-savings .gc-calc__highlight-left .gc-calc__hl-value {
    font-size: 2.5rem;
  }

  .page-template-tpl-simulator-savings .gc-calc__select {
    width: 100%;
  }

  .page-template-tpl-simulator-savings .gc-calc__metrics {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .page-template-tpl-simulator-savings .gc-calc__metrics .gc-calc__metric:last-child {
    grid-column: span 1;
  }

  .page-template-tpl-simulator-savings .gc-calc__metric-value {
    font-size: 2.5rem;
  }

  .page-template-tpl-simulator-savings .gc-calc__highlight {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-template-tpl-simulator-savings .gc-calc__highlight-right {
    text-align: left;
  }

  .page-template-tpl-simulator-savings .gc-calc__horario-btn {
    font-size: 0.72rem;
    padding: 7px 4px;
  }

  .page-template-tpl-simulator-savings .gc-calc__horario-group {
    flex-direction: column;
  }

  .page-template-tpl-simulator-savings .gc-calc__custom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  /* .page-template-tpl-simulator-savings .gc-calc__horario-btn[data-label-short]::before {
    content: attr(data-label-short);
  } */

  .page-template-tpl-simulator-savings .gc-calc__horario-btn[data-label-short] {
    font-size: 0;
  }

  .page-template-tpl-simulator-savings .gc-calc__horario-btn[data-label-short]::before {
    font-size: 0.78rem;
  }
}
