body.single-product .tab-panels .woocommerce-Tabs-panel--description .mv-product-editorial-faq {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  margin: 76px 0 0 calc((100% - 100vw) / 2) !important;
  padding: 82px 24px !important;
  background: #f3f7fa !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .section-content,
body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto !important;
  padding: 0;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-section-head {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 27px !important;
  padding: 0;
  text-align: center;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-info-sild-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px !important;
  color: #5f748a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-info-sild-eyebrow::before {
  width: 24px;
  height: 3px;
  background: #df1f2d;
  content: "";
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-section-head h2 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #102b45 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  text-align: center !important;
  text-transform: none !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-section-head p {
  margin: 0 !important;
  color: #5b6f82 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-list {
  display: grid;
  width: 100%;
  gap: 10px;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-item {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15, 42, 68, .04);
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-item h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: normal !important;
  text-transform: none !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin: 0 !important;
  padding: 16px 19px !important;
  gap: 16px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #0b1f33 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:hover,
body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:focus-visible {
  background: #f9fbfc !important;
  color: #df1f2d !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button[aria-expanded="true"] {
  color: #df1f2d !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button:focus-visible {
  outline: 2px solid #3c6e99;
  outline-offset: -3px;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-toggle {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, 2px);
  transition: transform .18s ease;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button[aria-expanded="true"] .vm-pill-faq-toggle {
  transform: rotate(225deg) translate(-2px, 2px);
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel {
  padding: 0 19px 18px;
  border-top: 1px solid #edf1f4;
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel[hidden] {
  display: none;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel p {
  margin: 14px 0 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-panel a {
  color: #006e9f !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 549px) {
  body.single-product .tab-panels .woocommerce-Tabs-panel--description .mv-product-editorial-faq {
    margin-top: 54px !important;
    padding: 58px 18px !important;
  }

  body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-section-head h2 {
    font-size: 24px !important;
  }

  body.single-product .tab-panels .mv-product-editorial-faq .vm-pill-faq-button {
    padding: 15px 16px !important;
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-product-editorial-faq * {
    transition: none !important;
  }
}
