/**
 * Customer Care Plan — plan radio selectors (PDP only).
 */

.mk-pdp__plan-radios {
  margin-bottom: 0.75rem;
}

.mk-pdp__plan-radio-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mk-pdp__plan-radio {
  display: block;
  margin: 0;
  cursor: pointer;
}

.mk-pdp__plan-radio-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.mk-pdp__plan-radio-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.85rem 1rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.mk-pdp__plan-radio-indicator {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  border: 2px solid #94a3b8;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 0 #1e3a5f;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mk-pdp__plan-radio-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.mk-pdp__plan-radio-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.3;
}

.mk-pdp__plan-radio-price {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.35;
}

.mk-pdp__plan-radio-price .price,
.mk-pdp__plan-radio-price .amount {
  font-weight: 700;
  color: #1e3a5f;
}

.mk-pdp__plan-radio:hover .mk-pdp__plan-radio-card {
  border-color: color-mix(in srgb, #1e3a5f 35%, #cbd5e1);
  background: #f8fafc;
}

.mk-pdp__plan-radio.is-selected .mk-pdp__plan-radio-card,
.mk-pdp__plan-radio-input:checked + .mk-pdp__plan-radio-card {
  border-color: #1e3a5f;
  background: color-mix(in srgb, #1e3a5f 6%, #fff);
  box-shadow: 0 0 0 1px color-mix(in srgb, #1e3a5f 12%, transparent);
}

.mk-pdp__plan-radio.is-selected .mk-pdp__plan-radio-indicator,
.mk-pdp__plan-radio-input:checked + .mk-pdp__plan-radio-card .mk-pdp__plan-radio-indicator {
  border-color: #1e3a5f;
  box-shadow: inset 0 0 0 4px #1e3a5f;
}

.mk-pdp__plan-radio-input:focus-visible + .mk-pdp__plan-radio-card {
  outline: 2px solid color-mix(in srgb, #1e3a5f 55%, #fff);
  outline-offset: 2px;
}

/* Hide the default table select UI if WCS markup leaks through */
.mk-pdp__cart-form--care-plan .mk-pdp__variation-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Care Plan description list — theme resets ul { list-style: none }. */
.mk-pdp__short-desc--care-plan {
  margin-top: 0.75rem;
}

.mk-pdp__short-desc--care-plan .mk-pdp__highlights-title {
  margin: 0 0 0.65rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e3a5f;
}

.single-product.postid-88138 .mk-pdp__overview-main ul,
.single-product.postid-88138 .mk-pdp__overview.entry-content ul {
  list-style: disc !important;
  margin: 0.75rem 0 0 !important;
  padding-left: 1.35rem !important;
}

.single-product.postid-88138 .mk-pdp__overview-main ul li,
.single-product.postid-88138 .mk-pdp__overview.entry-content ul li {
  display: list-item !important;
  list-style: disc !important;
  margin: 0.4rem 0 0;
  padding: 0;
  line-height: 1.55;
}

.single-product.postid-88138 .mk-pdp__overview-main ul li::before,
.single-product.postid-88138 .mk-pdp__overview.entry-content ul li::before {
  content: none !important;
  display: none !important;
}
