:root {
  --ms-blue: #265ca9;
  --ms-blue-deep: #174c91;
  --ms-blue-ink: #163f70;
  --ms-blue-soft: #edf6fd;
  --ms-blue-mist: #f6fafe;
  --ms-green: #7ebb42;
  --ms-line: #d5e3ef;
  --ms-line-strong: #b8cfe2;
  --ms-text: #29445f;
  --ms-muted: #65798c;
}

.wwk-managed-servers-body,
.wwk-managed-servers-page {
  margin: 0;
  background: #fff;
  color: var(--ms-text);
  font-family: Poppins, Arial, sans-serif;
}

.wwk-managed-servers-page *,
.wwk-managed-servers-page *::before,
.wwk-managed-servers-page *::after {
  box-sizing: border-box;
}

.wwk-ms-shell {
  width: min(1250px, calc(100% - 40px));
  margin-inline: auto;
}

.wwk-ms-hero {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

.wwk-ms-hero-copy {
  width: min(590px, 53%);
  padding: 72px 0 78px;
}

.wwk-ms-hero p {
  max-width: 560px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.75;
}

.wwk-ms-hero a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 5px;
  background: #4b96d1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.wwk-ms-quote a,
.wwk-ms-detail-panel a,
.wwk-ms-faq-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border-radius: 3px;
  background: var(--ms-green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.wwk-ms-anchor-nav {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #cfdeeb;
  background: #fff;
  box-shadow: 0 5px 18px rgba(24, 67, 109, .05);
}

.wwk-ms-anchor-nav .wwk-ms-shell {
  display: flex;
  justify-content: center;
}

.wwk-ms-anchor-nav a {
  position: relative;
  padding: 18px 29px 17px;
  color: #46647f;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.wwk-ms-anchor-nav a:first-child {
  color: var(--ms-blue-deep);
}

.wwk-ms-anchor-nav a:first-child::after {
  position: absolute;
  right: 29px;
  bottom: 0;
  left: 29px;
  height: 3px;
  background: var(--ms-green);
  content: "";
}

.wwk-ms-section {
  padding: 76px 0;
}

.wwk-ms-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.wwk-ms-section-heading h2,
.wwk-ms-quote h2 {
  margin: 0;
  color: var(--ms-blue-ink);
  font-size: clamp(27px, 2.7vw, 36px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.23;
}

.wwk-ms-section-heading p {
  max-width: 650px;
  margin: 12px auto 0;
  color: var(--ms-muted);
  font-size: 13px;
  line-height: 1.75;
}

.wwk-ms-benefits {
  padding: 60px 0 64px;
  background: #edf5fb;
}

.wwk-ms-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wwk-ms-benefit-grid article {
  min-width: 0;
  padding: 7px 30px 3px;
  border-right: 1px solid #d4e2ee;
  text-align: center;
}

.wwk-ms-benefit-grid article:last-child {
  border-right: 0;
}

.wwk-ms-benefit-grid .wwk-ms-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  color: var(--ms-blue);
}

.wwk-ms-benefit-grid h2 {
  min-height: 43px;
  margin: 17px 0 9px;
  color: var(--ms-blue-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.wwk-ms-benefit-grid p,
.wwk-ms-standard-grid p,
.wwk-ms-detail-panel p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 12px;
  line-height: 1.72;
}

.wwk-ms-plans {
  position: relative;
  background: #fff;
}

.wwk-ms-plans::before,
.wwk-ms-plans::after {
  position: absolute;
  width: 145px;
  height: 390px;
  background: url("/themes/shop/mobitreks-tech/assets/pages/managed-servers/assets/server-geometry.svg") center/contain no-repeat;
  content: "";
  opacity: .7;
  pointer-events: none;
}

.wwk-ms-plans::before {
  top: 156px;
  left: 0;
}

.wwk-ms-plans::after {
  right: 0;
  bottom: 40px;
}

.wwk-ms-plans .wwk-ms-shell {
  position: relative;
  z-index: 1;
}

.wwk-ms-location-tabs {
  display: flex;
  width: min(680px, 100%);
  margin: 0 auto;
  justify-content: center;
}

.wwk-ms-location-tabs button {
  display: flex;
  min-height: 46px;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid var(--ms-line-strong);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: #45657f;
  cursor: pointer;
  font: 600 10px/1.2 Poppins, Arial, sans-serif;
}

.wwk-ms-location-tabs button:first-child {
  border-radius: 4px 0 0 0;
}

.wwk-ms-location-tabs button:last-child {
  border-right: 1px solid var(--ms-line-strong);
  border-radius: 0 4px 0 0;
}

.wwk-ms-location-tabs .wwk-ms-location-icon {
  width: 15px;
  height: 15px;
}

.wwk-ms-location-tabs button[aria-selected="true"] {
  border-color: var(--ms-blue);
  background: var(--ms-blue);
  color: #fff;
}

.wwk-ms-inventory-frame {
  border-top: 5px solid var(--ms-blue-deep);
  box-shadow: 0 13px 34px rgba(30, 70, 108, .09);
}

.wwk-ms-location-panel[hidden],
.wwk-ms-detail-panel[hidden] {
  display: none;
}

.wwk-ms-offer-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}

.wwk-ms-offer-table th,
.wwk-ms-offer-table td {
  padding: 15px 10px;
  border-right: 1px solid #edf2f6;
  border-bottom: 1px solid #dce7f0;
  color: #536d84;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.wwk-ms-offer-table th:last-child,
.wwk-ms-offer-table td:last-child {
  border-right: 0;
}

.wwk-ms-offer-table thead th {
  padding-block: 13px;
  background: var(--ms-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.wwk-ms-offer-table tbody tr:nth-child(even) {
  background: #f9fbfd;
}

.wwk-ms-offer-table tbody th {
  position: relative;
  color: #314f6b;
  font-weight: 600;
}

.wwk-ms-offer-table tbody th small {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 5px;
  border-radius: 2px;
  background: var(--ms-green);
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.wwk-ms-offer-table th:nth-child(1) { width: 16%; }
.wwk-ms-offer-table th:nth-child(2) { width: 13%; }
.wwk-ms-offer-table th:nth-child(3) { width: 8%; }
.wwk-ms-offer-table th:nth-child(4) { width: 19%; }
.wwk-ms-offer-table th:nth-child(5) { width: 9%; }
.wwk-ms-offer-table th:nth-child(6) { width: 8%; }
.wwk-ms-offer-table th:nth-child(7) { width: 9%; }
.wwk-ms-offer-table th:nth-child(8) { width: 11%; }

.wwk-ms-price strong {
  color: var(--ms-blue);
  font-size: 13px;
}

.wwk-ms-price span {
  color: #7c8fa0;
  font-size: 9px;
}

.wwk-ms-order-cell button {
  display: inline-flex;
  min-width: 91px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background: var(--ms-green);
  color: #fff;
  cursor: pointer;
  font: 700 9px/1 Poppins, Arial, sans-serif;
}

.wwk-ms-empty {
  margin: 0;
  padding: 36px;
  text-align: center;
}

.wwk-ms-quote {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-color: var(--ms-blue-deep);
  background-image:
    url('/themes/shop/mobitreks-tech/assets/pages/managed-servers/assets/quote-technical-geometry-v2.svg?v=20260820human2'),
    radial-gradient(circle at 73% 38%, rgba(126, 187, 226, .16), transparent 35%),
    linear-gradient(90deg, rgba(12, 48, 91, .12) 0%, rgba(23, 76, 145, .2) 34%, rgba(31, 86, 165, .76) 52%, rgba(31, 86, 165, .96) 66%, #174c91 100%),
    url('/themes/shop/mobitreks-tech/assets/pages/managed-servers/assets/managed-server-guidance-human-v2.webp?v=20260820human1');
  background-position: center, center, center, left center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 58% auto;
  color: #fff;
}

.wwk-ms-quote-layout {
  display: grid;
  min-height: 290px;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  align-items: stretch;
}

.wwk-ms-quote-copy {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  justify-content: center;
  padding: 42px 22px 42px 58px;
}

.wwk-ms-quote h2 {
  color: #fff;
  font-size: clamp(25px, 2.7vw, 34px);
}

.wwk-ms-quote p {
  max-width: 590px;
  margin: 11px 0 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.7;
}

.wwk-ms-quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wwk-ms-quote a {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 10px;
}

.wwk-ms-quote a.is-secondary {
  border: 1px solid rgba(255, 255, 255, .82);
  background: transparent;
}

.wwk-ms-quote small {
  margin-top: 15px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
}

.wwk-ms-standard {
  background: #fff;
}

.wwk-ms-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 34px;
}

.wwk-ms-standard-grid article {
  text-align: center;
}

.wwk-ms-standard-grid .wwk-ms-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: var(--ms-blue);
}

.wwk-ms-standard-grid h3 {
  margin: 17px 0 8px;
  color: var(--ms-blue-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.wwk-ms-details {
  background: #eaf3fb;
}

.wwk-ms-details .wwk-ms-section-heading {
  margin-bottom: 31px;
}

.wwk-ms-detail-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wwk-ms-detail-tabs button {
  min-height: 66px;
  padding: 11px 19px;
  border: 0;
  border-right: 1px solid #d6e3ee;
  border-bottom: 4px solid transparent;
  background: rgba(255, 255, 255, .64);
  color: #356089;
  cursor: pointer;
  font: 600 11px/1.45 Poppins, Arial, sans-serif;
}

.wwk-ms-detail-tabs button:last-child {
  border-right: 0;
}

.wwk-ms-detail-tabs button[aria-selected="true"] {
  border-bottom-color: var(--ms-green);
  background: var(--ms-blue-deep);
  color: #fff;
}

.wwk-ms-detail-panel {
  display: grid;
  min-height: 330px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 39px 42px;
  border: 1px solid #d2e0ec;
  border-top: 0;
  background: #fff;
  box-shadow: 0 13px 30px rgba(31, 70, 108, .06);
}

.wwk-ms-detail-panel section {
  padding: 0 31px;
  border-right: 1px solid #dfe8f0;
}

.wwk-ms-detail-panel section:first-child {
  padding-left: 0;
}

.wwk-ms-detail-panel section:last-child {
  padding-right: 0;
  border-right: 0;
}

.wwk-ms-detail-panel h3 {
  margin: 0 0 13px;
  color: var(--ms-blue-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
}

.wwk-ms-detail-panel p {
  font-size: 12px;
}

.wwk-ms-detail-panel a {
  margin-top: 18px;
  min-height: 40px;
  font-size: 10px;
}

.wwk-ms-detail-panel[data-ms-detail-panel="scope"],
.wwk-ms-detail-panel[data-ms-detail-panel="value"],
.wwk-ms-detail-panel[data-ms-detail-panel="compare"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wwk-ms-faq-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 44px;
  padding: 25px;
  background: #d9edfb;
}

.wwk-ms-faq-cta h3 {
  margin: 0;
  color: var(--ms-blue-ink);
  font-size: 17px;
  font-weight: 600;
}

.wwk-ms-faq-cta a {
  min-height: 39px;
  padding-inline: 19px;
  background: var(--ms-blue);
  font-size: 10px;
}

@media (max-width: 980px) {
  .wwk-ms-benefit-grid,
  .wwk-ms-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-ms-benefit-grid article:nth-child(2) {
    border-right: 0;
  }

  .wwk-ms-benefit-grid article:nth-child(-n + 2) {
    margin-bottom: 36px;
  }

  .wwk-ms-detail-panel {
    grid-template-columns: 1fr;
  }

  .wwk-ms-detail-panel section,
  .wwk-ms-detail-panel section:first-child,
  .wwk-ms-detail-panel section:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe8f0;
  }

  .wwk-ms-detail-panel section:first-child {
    padding-top: 0;
  }

  .wwk-ms-detail-panel section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wwk-ms-offer-table caption.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .wwk-managed-servers-page .wwk-inner-top-shell.wwk-shared-hero-visual {
    min-height: 546.90625px;
    background-position: center, center;
    background-size: auto, cover;
  }

  .wwk-managed-servers-page .wwk-inner-top-shell.wwk-shared-hero-visual > .wwk-ms-hero {
    display: block;
    min-height: 450.90625px;
  }

  .wwk-ms-hero > .wwk-ms-shell {
    width: calc(100% - 30px);
    min-height: 450.90625px;
    padding: 44px 0 190px;
  }

  .wwk-ms-hero-copy {
    width: auto;
    max-width: 345px;
    padding: 0;
    text-align: left;
  }

  .wwk-ms-hero h1 {
    min-height: 76.16px;
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.12;
    text-align: left;
  }

  .wwk-ms-hero p {
    max-width: 325px;
    margin: 0;
    color: #edf5fb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
  }

  .wwk-ms-hero a {
    min-height: 42px;
    margin-top: 17px;
    padding: 9px 15px;
    border-radius: 5px;
    background: #7ebb42;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .wwk-ms-anchor-nav .wwk-ms-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .wwk-ms-anchor-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 16px 17px;
    font-size: 10px;
    text-align: center;
  }

  .wwk-ms-anchor-nav a:last-child {
    grid-column: 1 / -1;
  }

  .wwk-ms-anchor-nav a:first-child::after {
    right: 17px;
    left: 17px;
  }

  .wwk-ms-section {
    padding: 56px 0;
  }

  .wwk-ms-section-heading {
    margin-bottom: 27px;
  }

  .wwk-ms-section-heading h2,
  .wwk-ms-quote h2 {
    font-size: 27px;
  }

  .wwk-ms-section-heading p {
    font-size: 12px;
  }

  .wwk-ms-benefits {
    padding: 30px 0;
  }

  .wwk-ms-benefit-grid {
    grid-template-columns: 1fr;
  }

  .wwk-ms-benefit-grid article,
  .wwk-ms-benefit-grid article:nth-child(2),
  .wwk-ms-benefit-grid article:nth-child(-n + 2) {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 3px 16px;
    margin: 0;
    padding: 22px 3px;
    border-right: 0;
    border-bottom: 1px solid #d4e2ee;
    text-align: left;
  }

  .wwk-ms-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .wwk-ms-benefit-grid .wwk-ms-icon {
    width: 48px;
    height: 48px;
    grid-row: 1 / span 2;
  }

  .wwk-ms-benefit-grid h2 {
    min-height: 0;
    margin: 0 0 4px;
    font-size: 13px;
  }

  .wwk-ms-benefit-grid p {
    font-size: 11px;
  }

  .wwk-ms-plans::before,
  .wwk-ms-plans::after {
    display: none;
  }

  .wwk-ms-plans > .wwk-ms-shell {
    display: flex;
    flex-direction: column;
  }

  .wwk-ms-plans .wwk-ms-location-tabs {
    order: 1;
  }

  .wwk-ms-plans .wwk-ms-section-heading {
    order: 2;
    margin: 24px auto 27px;
  }

  .wwk-ms-plans .wwk-ms-inventory-frame {
    order: 3;
  }

  .wwk-ms-location-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .wwk-ms-location-tabs button,
  .wwk-ms-location-tabs button:first-child,
  .wwk-ms-location-tabs button:last-child {
    min-height: 44px;
    border: 1px solid var(--ms-line-strong);
    border-radius: 3px;
    font-size: 9px;
  }

  .wwk-ms-inventory-frame {
    margin-top: 8px;
    border: 1px solid var(--ms-line-strong);
    border-top: 4px solid var(--ms-blue-deep);
    box-shadow: none;
  }

  .wwk-ms-offer-table,
  .wwk-ms-offer-table tbody,
  .wwk-ms-offer-table tr,
  .wwk-ms-offer-table th,
  .wwk-ms-offer-table td {
    display: block;
    width: 100%;
  }

  .wwk-ms-offer-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .wwk-ms-offer-table tbody {
    padding: 9px;
  }

  .wwk-ms-offer-table tbody tr,
  .wwk-ms-offer-table tbody tr:nth-child(even) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 9px;
    border: 1px solid #d9e5ef;
    background: #fff;
  }

  .wwk-ms-offer-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .wwk-ms-offer-table tbody th,
  .wwk-ms-offer-table tbody td {
    min-width: 0;
    padding: 11px 10px;
    border-right: 1px solid #e5edf4;
    border-bottom: 1px solid #e5edf4;
    text-align: left;
  }

  .wwk-ms-offer-table tbody th:nth-child(1) {
    width: 100%;
    grid-column: 1 / -1;
    padding: 14px 12px;
    background: #f1f7fc;
    font-size: 12px;
  }

  .wwk-ms-offer-table tbody th::before {
    display: block;
    margin-bottom: 5px;
    color: #8090a0;
    content: attr(data-label);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
  }

  .wwk-ms-offer-table tbody th > span {
    display: block;
    width: 100%;
  }

  .wwk-ms-offer-table tbody th small {
    position: static;
    display: inline-block;
    margin-right: 7px;
    vertical-align: 1px;
  }

  .wwk-ms-offer-table tbody td::before {
    display: block;
    margin-bottom: 3px;
    color: #8090a0;
    content: attr(data-label);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
  }

  .wwk-ms-order-cell {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
  }

  .wwk-ms-order-cell form {
    margin-left: auto;
  }

  .wwk-ms-order-cell button {
    width: 100%;
    min-height: 42px;
  }

  .wwk-ms-order-cell form {
    width: 100%;
  }

  .wwk-ms-quote-layout {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .wwk-ms-quote {
    background-image:
      url('/themes/shop/mobitreks-tech/assets/pages/managed-servers/assets/quote-technical-geometry-v2.svg?v=20260820human2'),
      linear-gradient(180deg, rgba(12, 48, 91, .1) 0, rgba(23, 76, 145, .22) 145px, rgba(31, 86, 165, .86) 225px, #174c91 305px),
      url('/themes/shop/mobitreks-tech/assets/pages/managed-servers/assets/managed-server-guidance-human-v2.webp?v=20260820human1');
    background-position: center, center, center top;
    background-size: 100% 100%, 100% 100%, auto 250px;
  }

  .wwk-ms-quote-copy {
    grid-column: 1;
    padding: 250px 20px 38px;
  }

  .wwk-ms-quote p {
    font-size: 12px;
  }

  .wwk-ms-quote-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wwk-ms-quote a {
    width: 100%;
  }

  .wwk-ms-standard-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wwk-ms-standard-grid article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 2px 16px;
    padding: 23px 2px;
    border-bottom: 1px solid #e0e9f1;
    text-align: left;
  }

  .wwk-ms-standard-grid article:last-child {
    border-bottom: 0;
  }

  .wwk-ms-standard-grid .wwk-ms-icon {
    width: 52px;
    height: 52px;
    grid-row: 1 / span 2;
  }

  .wwk-ms-standard-grid h3 {
    margin: 0 0 4px;
  }

  .wwk-ms-standard-grid p {
    font-size: 11px;
  }

  .wwk-ms-detail-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .wwk-ms-detail-tabs button {
    min-width: 0;
    min-height: 58px;
    font-size: 10px;
  }

  .wwk-ms-detail-panel,
  .wwk-ms-detail-panel[data-ms-detail-panel="scope"],
  .wwk-ms-detail-panel[data-ms-detail-panel="value"],
  .wwk-ms-detail-panel[data-ms-detail-panel="compare"] {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 27px 23px;
  }

  .wwk-ms-detail-panel h3 {
    font-size: 17px;
  }

  .wwk-ms-detail-panel p {
    font-size: 12px;
  }

  .wwk-ms-faq-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 36px;
    padding: 23px;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .wwk-ms-offer-table tbody td {
    font-size: 9px;
  }

  .wwk-ms-quote-copy {
    padding-top: 235px;
  }
}
