/* WebinarSphere — Product / webinar detail */
body.ws-product-page {
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  color: var(--ws-ink, #162a25);
  background: #f7f3ea;
}
body.ws-product-page #product-info.mw-pd {
  max-width: none;
  width: 100%;
  padding: 0 !important;
  overflow: visible;
  background: transparent;
}

body.ws-product-page .mw-pd-hero {
  background:
    url("../image/ws/ws-leaf-cluster.png") right -40px top -20px / 280px no-repeat,
    url("../image/ws/ws-leaf-cluster.png") left -120px bottom -50px / 240px no-repeat,
    #f7f3ea;
  color: #162a25;
  padding: 20px 0 8px;
}
body.ws-product-page .mw-pd-hero-inner {
  align-items: flex-start;
  gap: 28px;
}
body.ws-product-page .mw-pd-crumbs {
  padding: 0 0 12px;
}
body.ws-product-page .mw-pd-hero .mw-pd-crumbs a,
body.ws-product-page .mw-pd-hero .mw-pd-crumbs span,
body.ws-product-page .mw-pd-hero .mw-pd-crumbs em {
  color: #3d4a46;
  font-style: normal;
}
body.ws-product-page .mw-pd-hero .mw-pd-crumbs a:hover { color: #0a362d; }
body.ws-product-page .mw-pd-hero-badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #c45c4a;
  color: #fff;
  font-family: var(--ws-hand, Caveat, cursive);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
}
body.ws-product-page .mw-pd-hero-badge.is-recorded {
  background: #8b5e3c;
}
body.ws-product-page .mw-pd-hero h1 {
  color: #0a362d !important;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
body.ws-product-page .mw-pd-hero-meta .lead {
  color: #3d4a46 !important;
  font-size: 14px;
  font-weight: 600;
}
body.ws-product-page .mw-pd-hero-meta .lead i { color: #8b5e3c; }
body.ws-product-page .mw-pd-pulse {
  background: #c45c4a;
  box-shadow: 0 0 0 0 rgba(196, 92, 74, .6);
}
body.ws-product-page .mw-pd-count { gap: 10px; }
body.ws-product-page .mw-pd-box {
  width: 78px;
  min-height: 78px;
  border: 1px solid rgba(139, 94, 60, .28);
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 8px 20px rgba(26,45,39,.05);
}
body.ws-product-page .mw-pd-box i { display: none; }
body.ws-product-page .mw-pd-box-hours i,
body.ws-product-page .mw-pd-box-mins i,
body.ws-product-page .mw-pd-box-secs i { color: #8b5e3c; }
body.ws-product-page .mw-pd-box-hours,
body.ws-product-page .mw-pd-box-mins,
body.ws-product-page .mw-pd-box-secs { border-color: rgba(20,42,37,.1); }
body.ws-product-page .mw-pd-box b {
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  color: #0a362d;
}
body.ws-product-page .mw-pd-box span { color: #6b7380; }
body.ws-product-page .mw-pd-past {
  border-color: #c45c4a;
  background: #fffdf8;
  color: #c45c4a;
}

body.ws-product-page .mw-pd-hero .container,
body.ws-product-page .mw-pd-body .container {
  max-width: 1280px;
}
body.ws-product-page .mw-pd-body {
  padding: 12px 0 72px;
  background:
    url("../image/ws/ws-leaf-cluster.png") right -60px bottom -20px / 260px no-repeat,
    #f7f3ea;
}
body.ws-product-page .mw-pd-card {
  background: #fffdf8;
  border: 1px solid rgba(20,42,37,.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(26,45,39,.05);
}
body.ws-product-page .mw-pd-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
body.ws-product-page .mw-pd-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

body.ws-product-page .mw-pd-cats h2,
body.ws-product-page .mw-pd-cats .mw-cats-toggle {
  color: #0a362d;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  letter-spacing: .08em;
}
body.ws-product-page .mw-pd-cats a { color: #162a25; }
body.ws-product-page .mw-pd-cats a i { color: #8b5e3c; }
body.ws-product-page .mw-pd-cats a b {
  background: #f3ead6;
  color: #0a362d;
}
body.ws-product-page .mw-pd-cats a:hover { background: #f7f3ea; }
body.ws-product-page .mw-pd-cats a.is-active {
  background: #0a362d;
  color: #fff;
}
body.ws-product-page .mw-pd-cats a.is-active i,
body.ws-product-page .mw-pd-cats a.is-active b {
  color: #fff;
  background: rgba(255,255,255,.16);
}

body.ws-product-page .mw-pd-custom {
  background: #f3ead6;
  color: #0a362d;
  border-radius: 18px;
  padding: 20px 18px;
}
body.ws-product-page .mw-pd-custom-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0a362d;
  color: #fffdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
body.ws-product-page .mw-pd-custom h3 {
  color: #0a362d !important;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: 18px;
}
body.ws-product-page .mw-pd-custom a {
  border: 0;
  padding: 0;
  height: auto;
  color: #8b5e3c !important;
  font-weight: 700;
}

body.ws-product-page .mw-pd-banner {
  background: #e4eee6;
  border-radius: 18px;
  margin-bottom: 0;
}
body.ws-product-page .mw-pd-details .mw-pd-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
body.ws-product-page .mw-pd-details .mw-pd-facts li:nth-last-child(-n+2) {
  border-bottom: 0;
}
body.ws-product-page .mw-pd-banner > a img {
  height: 300px;
  border-radius: 18px 18px 0 0;
}
body.ws-product-page .mw-pd-banner-by {
  margin: 0;
  padding: 10px 16px 14px;
  background: #fffdf8;
  color: #6b7380;
  font-size: 14px;
  font-weight: 600;
}
body.ws-product-page .mw-pd-thumbs { background: #fffdf8; }

body.ws-product-page .mw-pd-kicker {
  background: #f3ead6;
  color: #8b5e3c;
}
body.ws-product-page .mw-pd-intro h2,
body.ws-product-page .mw-pd-desc h2,
body.ws-product-page .mw-pd-desc h3,
body.ws-product-page .mw-pd-desc h4,
body.ws-product-page .mw-pd-desc strong {
  color: #0a362d;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
}
body.ws-product-page .mw-pd-desc h3 { font-size: 22px; }
body.ws-product-page .mw-pd-desc p,
body.ws-product-page .mw-pd-desc li { color: #3d4a46; }
body.ws-product-page .mw-pd-desc ul li::before { color: #0a362d; }
body.ws-product-page .mw-pd-desc-body {
  position: relative;
  overflow: hidden;
  max-height: 4000px;
  transition: max-height .35s ease;
}
body.ws-product-page .mw-pd-desc-body.is-collapsed {
  max-height: 280px;
}
body.ws-product-page .mw-pd-desc-body.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(255,253,248,0), #fffdf8 78%);
  pointer-events: none;
}
body.ws-product-page .mw-pd-desc-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #8b5e3c;
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
body.ws-product-page .mw-pd-desc-more[hidden] { display: none; }
body.ws-product-page .mw-pd-desc-more i { font-size: 12px; }
body.ws-product-page .mw-pd-audience {
  margin: 22px 0 4px;
  padding: 18px 20px 8px;
  border-radius: 16px;
  background: #e8f2ea;
}
body.ws-product-page .mw-pd-audience p,
body.ws-product-page .mw-pd-audience p strong {
  margin: 0 0 10px;
  color: #0a362d;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: 18px;
}
body.ws-product-page .mw-pd-tags a { color: #8b5e3c; }

body.ws-product-page .mw-pd-card-title h3,
body.ws-product-page .mw-pd-enroll-title {
  color: #0a362d !important;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
}
body.ws-product-page .mw-pd-badge {
  background: #c45c4a;
  border-radius: 999px;
}
body.ws-product-page .mw-pd-badge.is-recorded {
  background: #8b5e3c;
}
body.ws-product-page .mw-pd-facts li i { color: #8b5e3c; }
body.ws-product-page .mw-pd-facts strong { color: #0a362d; }
body.ws-product-page .mw-pd-brochure {
  border-color: rgba(10,54,45,.22);
  color: #0a362d;
  border-radius: 999px;
}

body.ws-product-page .mw-pd-opt:hover { background: #f7f3ea; }
body.ws-product-page .mw-pd-opt:has(.form-check-input:checked) {
  background: #e8f2ea;
}
body.ws-product-page .mw-pd-opt .form-check-input {
  border-color: #0a362d !important;
  border-radius: 50% !important;
}
body.ws-product-page .mw-pd-opt .form-check-input:checked {
  background-color: #0a362d !important;
  border-color: #0a362d !important;
}
body.ws-product-page .mw-pd-opt-name { color: #0a362d; }
body.ws-product-page #product-info.mw-pd .mw-pd-opt .price-value,
body.ws-product-page #product-info.mw-pd .price-value {
  color: #8b5e3c !important;
}
body.ws-product-page .mw-pd-enroll-foot { background: #fffdf8; }
body.ws-product-page #product-info.mw-pd .mw-pd-buy,
body.ws-product-page.mw-premium #product-info.mw-pd #button-cart {
  background: #0a362d !important;
  border-color: #0a362d !important;
  border-radius: 999px !important;
  color: #fff !important;
}
body.ws-product-page #product-info.mw-pd .mw-pd-buy:hover,
body.ws-product-page.mw-premium #product-info.mw-pd #button-cart:hover {
  background: #145246 !important;
}

body.ws-product-page .mw-pd-speaker-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 18px auto 0;
  object-fit: cover;
}
body.ws-product-page .mw-pd-speaker h5 {
  color: #0a362d;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  text-align: center;
}
body.ws-product-page .mw-pd-speaker-role,
body.ws-product-page .mw-pd-speaker-bio { text-align: center; }
body.ws-product-page .mw-pd-speaker-link {
  background: transparent;
  color: #8b5e3c !important;
  border: 1.5px solid rgba(10,54,45,.18);
  border-radius: 999px;
}

body.ws-product-page .mw-pd-more > h3,
body.ws-product-page .mw-pd-more h3,
body.ws-product-page .mw-pd-more-head h3 {
  color: #0a362d;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
}
body.ws-product-page .mw-pd-more-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
}
body.ws-product-page .mw-pd-more-head h3 { margin: 0; }
body.ws-product-page .mw-pd-more-head a {
  color: #8b5e3c;
  font-size: 14px;
  font-weight: 700;
}
body.ws-product-page .mw-pd-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body.ws-product-page .mw-pd-event {
  background: #fffdf8;
  border: 1px solid rgba(20,42,37,.08);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 14px 32px rgba(26,45,39,.05);
}
body.ws-product-page .mw-pd-event-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #ebe4d6;
  overflow: hidden;
}
body.ws-product-page .mw-pd-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}
body.ws-product-page .mw-pd-event-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(10,54,45,.38));
  pointer-events: none;
}
body.ws-product-page .mw-pd-event-badge,
body.ws-product-page .mw-pd-event-price {
  position: absolute;
  z-index: 2;
  top: 14px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0 8px 18px rgba(26,45,39,.12);
}
body.ws-product-page .mw-pd-event-badge {
  left: 14px;
  background: #8b5e3c;
  color: #fff;
}
body.ws-product-page .mw-pd-event-badge.is-live { background: #c45c4a; }
body.ws-product-page .mw-pd-event-badge.is-demand { background: #8b5e3c; }
body.ws-product-page .mw-pd-event-price {
  right: 14px;
  background: #fffdf8;
  color: #8b5e3c;
}
body.ws-product-page .mw-pd-event-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
body.ws-product-page .mw-pd-event-body h4 {
  margin: 0;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
body.ws-product-page .mw-pd-event-body h4 a {
  color: #0a362d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.ws-product-page .mw-pd-event-who {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.ws-product-page .mw-pd-event-who img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
body.ws-product-page .mw-pd-event-who strong {
  display: block;
  font-size: 14px;
  color: #0a362d;
}
body.ws-product-page .mw-pd-event-who span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #6b7380;
}
body.ws-product-page .mw-pd-event-meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #3d4a46;
}
body.ws-product-page .mw-pd-event-meta i { color: #8b5e3c; margin-right: 4px; }
body.ws-product-page .mw-pd-event-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  border-radius: 999px;
  background: #0a362d;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}
body.ws-product-page .mw-pd-event-cta:hover { background: #145246; }

body.ws-product-page .mw-pd-tabs .nav-link {
  color: #6b7380;
  font-weight: 700;
}
body.ws-product-page .mw-pd-tabs .nav-link.active {
  color: #0a362d;
  border-color: transparent transparent #0a362d;
}

@media (max-width: 1199px) {
  body.ws-product-page .mw-pd-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  body.ws-product-page .mw-pd-nav {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 280px;
  }
}
@media (max-width: 1100px) {
  body.ws-product-page .mw-pd-event-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 991px) {
  body.ws-product-page .mw-pd-hero h1 { font-size: 28px; }
  body.ws-product-page .mw-pd-banner > a img { height: 220px; }
  body.ws-product-page .mw-pd-layout { grid-template-columns: 1fr; }
  body.ws-product-page .mw-pd-nav { grid-template-columns: 1fr; }
  body.ws-product-page .mw-pd-main { order: 1; }
  body.ws-product-page .mw-pd-side { order: 2; }
  body.ws-product-page .mw-pd-nav { order: 3; }
  body.ws-product-page .mw-pd-details .mw-pd-facts { grid-template-columns: 1fr; }
  body.ws-product-page .mw-pd-event-grid { grid-template-columns: 1fr; }
}
