.wmps-expanded {
  --wmps-accent: #009448;
  --wmps-dark: #10231e;
  --wmps-muted: #60716c;
  --wmps-border: #e5eeea;
  --wmps-shadow: 0 18px 45px rgba(16, 35, 30, .09);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 32px);
}

.wmps-expanded .wmps-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.wmps-expanded .wmps-section-head h3 {
  margin: 4px 0 0;
  color: #182522;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
}

.wmps-expanded .wmps-eyebrow {
  color: var(--wmps-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wmps-tech-accordion {
  display: grid;
  gap: 12px;
}

.wmps-mobile-tech {
  display: none;
}

.wmps-panels {
  display: grid;
  gap: 18px;
}

.wmps-panel {
  border: 1px solid var(--wmps-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  padding: clamp(18px, 3vw, 28px);
}

.wmps-panel-intro {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.wmps-panel-intro h4 {
  margin: 0 0 6px;
  font-size: 24px;
}

.wmps-panel-intro p,
.wmps-panel-intro .wmps-tech-summary {
  margin: 0;
  color: var(--wmps-muted);
}

.wmps-panel-intro .wmps-tech-summary p,
.wmps-tech-summary p {
  margin: 0 0 8px;
}

.wmps-panel-intro .wmps-tech-summary p:last-child,
.wmps-tech-summary p:last-child {
  margin-bottom: 0;
}

.wmps-panel-intro .wmps-tech-summary ul,
.wmps-panel-intro .wmps-tech-summary ol,
.wmps-tech-summary ul,
.wmps-tech-summary ol {
  margin: 6px 0 0 18px;
}

.wmps-panel-intro span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #e8f7ef;
  color: var(--wmps-accent);
  padding: 8px 12px;
  font-weight: 800;
}

.wmps-tech-item {
  border: 1px solid var(--wmps-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  overflow: hidden;
}

.wmps-tech-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--wmps-dark);
  padding: 18px clamp(18px, 3vw, 28px);
  text-align: left;
  cursor: pointer;
}

.wmps-tech-title:hover,
.wmps-tech-title:focus,
.wmps-tech-title.wd-active {
  background: transparent;
  color: var(--wmps-dark);
}

.wmps-tech-title:hover .wd-accordion-title-text > span,
.wmps-tech-title:focus .wd-accordion-title-text > span,
.wmps-tech-title.wd-active .wd-accordion-title-text > span {
  color: var(--wmps-dark);
}

.wmps-tech-title.wd-active,
.wmps-tech-title.wd-active:hover,
.wmps-tech-title.wd-active:focus {
  background: transparent;
}

.wmps-tech-title .wd-accordion-title-text {
  display: grid;
  gap: 5px;
}

.wmps-tech-title .wd-accordion-title-text > span {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.wmps-tech-title em {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: #e8f7ef;
  color: var(--wmps-accent);
  padding: 7px 11px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.wmps-tech-title .wd-accordion-opener {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #e7e7e7;
  border-radius: 25%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.wmps-tech-title .wd-accordion-opener::before,
.wmps-tech-title .wd-accordion-opener::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--wmps-dark);
  transform: translate(-50%, -50%);
}

.wmps-tech-title .wd-accordion-opener::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity .18s ease;
}

.wmps-tech-title.wd-active .wd-accordion-opener::after {
  opacity: 0;
}

.wmps-tech-content {
  padding: 0 clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px);
}

.wmps-tech-summary {
  margin: 0 0 18px;
  color: var(--wmps-muted);
}

.wmps-rich .composition-box,
.wmps-rich .grid.two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.wmps-rich .dose-card,
.wmps-rich .info-tile,
.wmps-rich .text-card,
.wmps-rich .wait-card {
  border: 1px solid #e7efeb;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(16, 35, 30, .06);
}

.wmps-rich .amount {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  border-radius: 12px;
  background: #e8f7ef;
  color: var(--wmps-accent);
  padding: 7px 10px;
}

.wmps-rich .amount strong,
.wmps-rich .wait-card .number {
  font-size: 28px;
  line-height: 1;
}

.wmps-rich .species {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wmps-rich .species span {
  border-radius: 999px;
  background: #e8f7ef;
  color: #17382f;
  padding: 9px 13px;
  font-weight: 700;
}

.wmps-rich table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.wmps-rich th,
.wmps-rich td {
  border-bottom: 1px solid #e7efeb;
  padding: 12px;
  text-align: left;
}

.wmps-rich th {
  color: var(--wmps-accent);
  font-weight: 800;
}

.wmps-composition-table-wrap {
  overflow-x: auto;
  border: 1px solid #e7efeb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 30, .06);
}

.wmps-composition-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.wmps-composition-table .amount {
  white-space: nowrap;
}

.wmps-composition-table th {
  background: #f6fbf8;
  color: var(--wmps-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wmps-composition-table th,
.wmps-composition-table td {
  border: 0;
  border-bottom: 1px solid #e7efeb;
  padding: 13px 14px;
  vertical-align: middle;
}

.wmps-composition-table tbody tr:last-child td {
  border-bottom: 0;
}

.wmps-composition-table tbody tr:nth-child(even) {
  background: #fbfdfc;
}

.wmps-card-rotator {
  display: block;
  width: 100%;
}

.wmps-card-rotator__arrow {
  width: 40px;
  height: 40px;
  border-radius: 25%;
  border: 1px solid #e7e7e7;
  background: #fff;
  color: var(--wmps-dark);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.wmps-card-rotator__arrow:hover,
.wmps-card-rotator__arrow:focus {
  transform: translateY(-1px);
}

.wmps-card-rotator__arrow:disabled {
  opacity: .4;
  cursor: not-allowed;
  background-color: #E0E0E0;
  transform: none;
}

.wmps-card-rotator__stage {
  position: relative;
  min-width: 0;
  touch-action: pan-y;
}

.wmps-card-rotator__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
}

.wmps-card-rotator__card {
  width: 100%;
  border: 1px solid #e7efeb;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(16, 35, 30, .06);
  animation: wmps-rotator-in .2s ease both;
}

.wmps-card-rotator__card[hidden] {
  display: none !important;
}

.wmps-card-rotator__amount {
  display: block;
  margin: 0 0 8px;
  color: var(--wmps-dark);
  font-weight: 700;
  line-height: 1.35;
}

.wmps-card-rotator__amount strong {
  font-size: inherit;
  line-height: inherit;
}

.wmps-card-rotator__amount span {
  margin-left: 4px;
}

.wmps-card-rotator__card h4 {
  margin: 8px 0 8px;
}

.wmps-card-rotator__card p {
  margin: 0;
}

.wmps-card-rotator__card .k {
  color: var(--wmps-accent);
  font-weight: 800;
}

.wmps-card-rotator__card--simple {
  box-shadow: none;
}

.wmps-card-rotator__card--simple h4 {
  margin-top: 0;
}

.wmps-card-rotator__card--simple p {
  color: var(--wmps-muted);
  line-height: 1.58;
}

.wmps-card-rotator__card--existing {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.wmps-card-rotator__card--existing > .dose-card,
.wmps-card-rotator__card--existing > .info-tile,
.wmps-card-rotator__card--existing > .text-card,
.wmps-card-rotator__card--existing > .wait-card {
  width: 100%;
}

.wmps-card-rotator__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  margin: 0;
}

.wmps-card-rotator__bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #cfd8dc;
  border-radius: 999px;
  background: #e9eef1;
  opacity: 1;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.wmps-card-rotator__bullet.is-active {
  background: #21a66b;
  border-color: #21a66b;
  transform: scale(1.12);
}

.wmps-simple-text-list {
  display: grid;
  gap: 14px;
}

.wmps-simple-text-item {
  padding: 0;
}

.wmps-simple-text-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
}

.wmps-simple-text-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wmps-accent);
}

.wmps-simple-text-item p {
  margin: 0;
  color: var(--wmps-muted);
  line-height: 1.55;
}

.wmps-vertical-table {
  display: grid;
  gap: 10px;
}

.wmps-vertical-table__row {
  border: 1px solid #e7efeb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(16, 35, 30, .05);
}

.wmps-vertical-table__field {
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  border-bottom: 1px solid #e7efeb;
}

.wmps-vertical-table__field:last-child {
  border-bottom: 0;
}

.wmps-vertical-table__field span {
  color: var(--wmps-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wmps-vertical-table__field strong {
  color: var(--wmps-dark);
  font-size: 14px;
  line-height: 1.4;
}

.wmps-dosage-notes {
  margin-top: 14px;
}

.wmps-dosage-notes__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.wmps-dosage-table-card,
.wmps-dosage-notes {
  width: 100%;
}

.wmps-dosage-mini-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 0 !important;
  margin: 0;
  background: transparent;
}

.wmps-dosage-mini-table th,
.wmps-dosage-mini-table td {
  border: 0;
  border-bottom: 1px solid #e7efeb;
  border-radius: 0 !important;
  padding: 9px 0;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.wmps-dosage-mini-table tr:last-child th,
.wmps-dosage-mini-table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.wmps-dosage-mini-table tr:first-child th,
.wmps-dosage-mini-table tr:first-child td {
  padding-top: 0;
}

.wmps-dosage-mini-table th {
  width: 34%;
  color: var(--wmps-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.wmps-dosage-mini-table td {
  color: var(--wmps-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.wmps-dosage-static {
  display: grid;
  gap: 10px;
}

.wmps-dosage-fields {
  display: grid;
  gap: 9px;
}

.wmps-dosage-fields p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.wmps-dosage-fields span {
  color: var(--wmps-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wmps-dosage-fields strong {
  color: var(--wmps-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 780px) {
  .wmps-expanded,
  .wmps-expanded * {
    box-sizing: border-box;
  }

  .wmps-expanded {
    border-radius: 16px;
    max-width: 100%;
    padding: 16px;
    overflow: hidden;
  }

  .wmps-expanded .wmps-section-head {
    margin-bottom: 12px;
    min-width: 0;
  }

  .wmps-expanded .wmps-section-head h3 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .wmps-desktop-tech {
    display: none;
  }

  .wmps-mobile-tech {
    display: grid;
  }

  .wmps-panels {
    gap: 12px;
    min-width: 0;
  }

  .wmps-tech-accordion {
    gap: 12px;
    min-width: 0;
  }

  .wmps-tech-item {
    border-radius: 16px;
    min-width: 0;
    max-width: 100%;
  }

  .wmps-tech-title {
    padding: 15px;
  }

  .wmps-tech-title .wd-accordion-title-text > span {
    font-size: 20px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .wmps-tech-title em {
    white-space: normal;
  }

  .wmps-tech-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height .38s cubic-bezier(.22, .61, .36, 1), opacity .24s ease, padding-bottom .24s ease, transform .28s ease;
  }

  .wmps-tech-content.wd-active {
    max-height: 1400px;
    padding-bottom: 15px;
    opacity: 1;
    transform: translateY(0);
  }

  .wmps-rich .dose-card,
  .wmps-rich .info-tile,
  .wmps-rich .text-card,
  .wmps-rich .wait-card {
    min-width: 0;
    max-width: 100%;
  }

  .wmps-rich .dose-card h4,
  .wmps-rich .info-tile h4,
  .wmps-rich .text-card h4 {
    overflow-wrap: anywhere;
  }

  .wmps-rich .dose-card p,
  .wmps-rich .info-tile p,
  .wmps-rich .text-card p {
    overflow-wrap: anywhere;
  }

  .wmps-rich .amount {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .wmps-rich .amount strong,
  .wmps-rich .wait-card .number {
    font-size: 28px;
  }

  .wmps-rich .info-tile .k,
  .wmps-rich .info-tile .v,
  .wmps-rich .wait-card .unit {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .wmps-card-rotator__arrow {
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  }

  .wmps-card-rotator__arrow:hover,
  .wmps-card-rotator__arrow:focus {
    transform: translateY(-1px);
  }

  .wmps-card-rotator__arrow:disabled {
    transform: none;
  }

  .wmps-card-rotator__card {
    padding: 14px;
  }

  .wmps-rich table {
    max-width: 100%;
  }

  .wmps-composition-table-wrap {
    width: calc(100% + 30px);
    margin: 2px -15px 0;
    overflow-x: hidden;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
  }

  .wmps-composition-table {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    white-space: normal;
    border-radius: 0 !important;
  }

  .wmps-composition-table th,
  .wmps-composition-table td {
    padding: 10px 8px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wmps-composition-table th:nth-child(1),
  .wmps-composition-table td:nth-child(1) {
    width: 34%;
  }

  .wmps-composition-table th:nth-child(2),
  .wmps-composition-table td:nth-child(2) {
    width: 26%;
  }

  .wmps-composition-table th:nth-child(3),
  .wmps-composition-table td:nth-child(3) {
    width: 40%;
  }

  .wmps-composition-table .amount {
    display: inline;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--wmps-dark);
    white-space: normal;
  }

  .wmps-composition-table .amount strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .wmps-composition-table .amount span {
    color: var(--wmps-muted);
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 480px) {
  .wmps-card-rotator__arrow {
    width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 13px;
  }

  .wmps-card-rotator__controls {
    gap: 8px;
  }

  .wmps-card-rotator__card {
    padding: 12px;
  }
}

@keyframes wmps-rotator-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
