.opo180-test-purchase {
  border-radius: 24px;
  padding: 32px;
  font-family: inherit;
  color: #151515;
}

.opo180-test-purchase__title {
  font-family: "Satoshi", Sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.opo180-test-purchase__cuerpos,
.opo180-test-purchase__durations-grid {
  display: grid;
  gap: 16px;
}

.opo180-test-purchase__cuerpos {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.opo180-test-purchase__cuerpo {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  padding: 28px 32px !important;
  background: #fff;
  border: 3px solid transparent !important;
  border-radius: 20px !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  background: white !important;
}

.opo180-test-purchase__cuerpo:hover {
  background: white !important;
  border-color: #ef4444 !important;
  color: #2d2d2d !important;
}

.opo180-test-purchase__cuerpo.is-active {
  border-color: #ef4444 !important;
}

.opo180-test-purchase__cuerpo-radio {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 3px solid #2D2D2D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.opo180-test-purchase__cuerpo.is-active .opo180-test-purchase__cuerpo-radio {
  border-color: #ef4444;
  box-shadow: inset 0 0 0 4px #ef4444;
}

.opo180-test-purchase__cuerpo-title {
  font-family: "Satoshi", Sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 1px;
  color: #2d2d2d !important;
  margin-top: 15px !important;
}

.opo180-test-purchase__cuerpo-desc {
  font-size: 13px;
  color: #6b7280;
}

.opo180-test-purchase__durations {
  margin-top: 32px;
}

.opo180-test-purchase__durations-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.opo180-test-purchase__duration {
  position: relative;
  background-color: #fff !important;
  border: 4px solid transparent !important;
  border-radius: 20px !important;
  padding: 35px 27px !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  color: #2D2D2D !important;
}

.opo180-test-purchase__duration:hover {
  border-color: #f59e0b !important;
  color: #2D2D2D !important;
}

.opo180-test-purchase__duration.is-active {
  border-color: #f59e0b !important;
}

.opo180-test-purchase__duration-badge {
  display: inline-block;
  font-family: "Satoshi", Sans-serif;
  min-height: 20px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #2D2D2D;
  margin-bottom: 8px;
}

.opo180-test-purchase__duration-months {
  font-family: "ClashDisplay", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1px;
  display: block;
}

.opo180-test-purchase__duration-label {
  font-family: "Satoshi", Sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #2D2D2D;
  display: block;
}

.opo180-test-purchase__duration-total {
  font-family: "ClashDisplay", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 6px;
  display: block;
}

.opo180-test-purchase__duration-monthly {
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-top: 4px;
}

.opo180-test-purchase__duration-highlight {
  position: absolute;
  top: 38px;
  right: 22px;
  background: #fbbf24;
  color: #2d2d2d;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.opo180-test-purchase__duration.is-featured {
  background-color: #c0392b !important;
  border-color: transparent;
  color: #fff !important;
}

.opo180-test-purchase__duration.is-featured:hover{
  color: #fff !important;
}

.opo180-test-purchase__duration.is-featured .opo180-test-purchase__duration-badge {
  background: #F4F5F8;
  margin-right: 100px;
}

.opo180-test-purchase__duration.is-featured .opo180-test-purchase__duration-label,
.opo180-test-purchase__duration.is-featured .opo180-test-purchase__duration-monthly {
  color: rgba(255, 255, 255, 0.85);
}

.opo180-test-purchase__acceptance {
  margin-top: 50px;
}

.opo180-test-purchase__checkbox {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.4;
}

.opo180-test-purchase__checkbox input {
  margin-top: 2px;
  height: 30px;
  width: 30px;
}

.opo180-test-purchase__actions {
  margin-top: 24px;
  text-align: center;
}

.opo180-test-purchase__cta {
  background-color: #c0392b !important;
  color: #fff !important;
  border: none !important;
  padding: 22px 32px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: opacity 0.2s ease !important;
  width: 100% !important;
  max-width: 600px;
}

.opo180-test-purchase__cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.opo180-test-purchase__note {
  margin-top: 12px;
  font-size: 12px;
  color: #6b7280;
}

.opo180-test-purchase__error {
  margin-top: 10px;
  font-size: 12px;
  color: #b91c1c;
}