.pdp-widget-inner {
  background: #fdfaf6;
  border: 2px solid #f6e8d6;
  border-radius: 12px;
  padding: 16px 20px 18px;
  margin: 15px 0;
  box-sizing: border-box;
}
.pdp-widget-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.pdp-widget-header img {
  height: 30px;
  width: auto;
}
.pdp-widget-header p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.pdp-widget-body p.lead {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 4px 0;
}
.pdp-widget-body p.pdp-body-text {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.pdp-widget-body .button-link {
  color: #d01f27;
  text-decoration: none;
  font-weight: 600;
}
.pdp-widget-body .button-link:hover {
  text-decoration: underline;
}
.pdp-widget-bullets {
  display: flex;
  gap: 28px;
  margin: 8px 0 10px 0;
  flex-wrap: wrap;
}
.pdp-widget-bullets span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-check {
  color: #0c7003;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.pdp-widget-choose {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}
.abs-plan-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.abs-plan-card {
  position: relative;
  flex: 1;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 14px 14px 12px;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.abs-plan-card:hover {
  border-color: #bbb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.abs-plan-card.is-selected {
  border-color: #0c7003;
  background: #ebfee9;
  box-shadow: 0 0 0 3px rgba(12,112,3,0.15);
}
.abs-plan-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e8e8e8;
}
.is-selected .abs-plan-top {
  border-bottom-color: #c5e8c3;
}
.abs-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.is-selected .abs-radio {
  border-color: #0c7003;
}
.is-selected .abs-radio::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #0c7003;
  border-radius: 50%;
}
.abs-plan-label {
  display: flex;
  flex-direction: column;
}
.abs-plan-term {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
.abs-plan-tier {
  font-size: 12px;
  color: #888;
  line-height: 1.3;
}
.abs-plan-bottom {
  padding-left: 0;
  text-align: center;
}
.abs-plan-only {
  font-size: 11px;
  color: #888;
  display: block;
  margin: 0;
  line-height: 1;
}
.abs-plan-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0;
}
.abs-plan-monthly {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  transition: color 0.2s;
  line-height: 1;
}
.is-selected .abs-plan-monthly {
  color: #0c7003;
}
.abs-plan-mo {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.is-selected .abs-plan-mo {
  color: #0c7003;
}
.abs-plan-duration {
  font-size: 11px;
  color: #888;
  display: block;
  margin: 0;
  line-height: 1.2;
}
.abs-plan-total {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e0e0e0;
  font-weight: 600;
  display: block;
}
.abs-plan-total .abs-total-amt {
  color: #333;
}
.is-selected .abs-plan-total {
  border-top-color: #c5e8c3;
}
.is-selected .abs-plan-total .abs-total-amt {
  color: #0c7003;
}
.abs-badge {
  position: absolute;
  top: -10px;
  right: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.3;
}
.abs-badge-popular {
  background: #0c7003;
}
.abs-badge-value {
  background: #ffd51e;
  color: #111;
}
.abs-no-thanks {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  margin-top: 16px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  box-sizing: border-box;
}
.abs-no-thanks:hover {
  border-color: #bbb;
}
.abs-no-thanks.is-active {
  border-color: #999;
  background: #f5f5f5;
}
.abs-no-thanks .abs-radio {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
}
.abs-no-thanks.is-active .abs-radio {
  border-color: #666;
}
.abs-no-thanks.is-active .abs-radio::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
}
.abs-no-thanks-icon img {
  width: 40px;
  height: auto;
  display: block;
  opacity: 0.7;
}
.abs-no-thanks-text {
  display: flex;
  flex-direction: column;
}
.abs-no-thanks-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.abs-no-thanks-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .pdp-widget-bullets {
    flex-direction: column;
    gap: 4px;
  }
  .abs-plan-group {
    flex-direction: column;
    gap: 8px;
  }
  .abs-plan-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: baseline;
    padding: 10px 12px 10px 36px;
  }
  .abs-plan-top {
    display: contents;
  }
  .abs-plan-label {
    display: contents;
  }
  .abs-plan-term {
    grid-column: 1;
    grid-row: 1;
    font-size: 16px;
  }
  .abs-plan-tier {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
    line-height: 1.2;
  }
  .abs-for-prefix {
    display: none;
  }
  .abs-plan-bottom {
    display: contents;
  }
  .abs-plan-price-row {
    grid-column: 2 / 4;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: baseline;
  }
  .abs-plan-only {
    display: none;
  }
  .abs-plan-monthly {
    font-size: 22px;
    line-height: 1;
  }
  .abs-plan-mo {
    font-size: 0;
  }
  .abs-plan-mo::after {
    content: ' /month';
    font-size: 14px;
  }
  .abs-plan-duration {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    font-size: 11px;
    line-height: 1.2;
  }
  .abs-plan-duration::after {
    content: ' \2022 ';
  }
  .abs-plan-total {
    grid-column: 3;
    grid-row: 2;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .abs-radio {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .abs-badge {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.abs-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.abs-modal-box {
  background: #fff;
  padding: 28px;
  border-radius: 15px;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.abs-modal-box h3 {
  margin-top: 0;
  color: #333;
  font-size: 22px;
}
.abs-modal-box p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.abs-modal-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  margin: 10px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.abs-btn-keep {
  background: #0c7003;
  color: #fff;
}
.abs-btn-keep:hover {
  background: #095a02;
}
.abs-btn-skip {
  background: #d9534f;
  color: #fff;
}
.abs-btn-skip:hover {
  background: #c9302c;
}
