/* Ajustes exclusivos do Intensivo ENAMED. */

html[data-product="enamed"] .enx-price-card {
  min-height: 345px;
}

html[data-product="enamed"] .enx-price-line {
  width: 100%;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html[data-product="enamed"] .enx-price-line .enx-price-value {
  margin: 0;
  white-space: nowrap;
}

html[data-product="enamed"] .enx-price-line .enx-price-discount {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 680px) {
  html[data-product="enamed"] .enx-price-card {
    min-height: 0;
  }

  html[data-product="enamed"] .enx-price-line {
    gap: 8px;
  }

  html[data-product="enamed"] .enx-price-line .enx-price-value {
    font-size: clamp(22px, 7vw, 27px);
  }

  html[data-product="enamed"] .enx-price-line .enx-price-discount {
    padding: 6px 8px;
    font-size: clamp(10px, 3vw, 13px);
    letter-spacing: 0.025em;
  }
}
