.m20-foods-page,
.m20-product-index,
.m20-product-detail,
.m20-glp1-page,
.m20-diet-navi-page {
  color: #18231f;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.m20-foods-page {
  background:
    radial-gradient(circle at 12% 0, rgba(101, 232, 88, 0.11), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(32, 199, 244, 0.09), transparent 26%),
    #f7f9f4;
  min-height: 100vh;
  width: 100%;
}

.m20-glp1-page {
  background: #f6f2ea;
  min-height: 100vh;
  width: 100%;
}

.m20-diet-navi-page {
  background:
    radial-gradient(circle at 12% 0, rgba(101, 232, 88, 0.09), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(32, 199, 244, 0.08), transparent 26%),
    #f7f9f4;
}

body.m20-foods-route,
body.single-m20_product,
body.post-type-archive-m20_product,
body.tax-m20_product_category {
  margin: 0;
}

.m20-breadcrumbs {
  background: #f7f9f4;
  border-bottom: 1px solid rgba(25, 75, 58, 0.1);
  color: #607069;
  font-size: 13px;
  line-height: 1.5;
  overflow-x: auto;
  padding: 10px max(24px, calc((100% - 1120px) / 2));
  scrollbar-width: none;
  white-space: nowrap;
}

.m20-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.m20-breadcrumbs ol {
  align-items: center;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.m20-breadcrumbs li {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

.m20-breadcrumbs li + li::before {
  color: #9aa7a1;
  content: "/";
  margin: 0 9px;
}

.m20-breadcrumbs a {
  color: #176f5c;
  text-decoration: none;
}

.m20-breadcrumbs a:hover {
  text-decoration: underline;
}

.m20-breadcrumbs [aria-current="page"] {
  color: #607069;
}

@media (max-width: 640px) {
  .m20-breadcrumbs {
    font-size: 12px;
    padding: 9px 18px;
  }
}

body.post-type-archive-m20_product #header-container,
body.post-type-archive-m20_product #navi,
body.post-type-archive-m20_product .header-container,
body.post-type-archive-m20_product .navi,
body.post-type-archive-m20_product .article-header,
body.post-type-archive-m20_product .breadcrumb,
body.tax-m20_product_category #header-container,
body.tax-m20_product_category #navi,
body.tax-m20_product_category .header-container,
body.tax-m20_product_category .navi,
body.tax-m20_product_category .article-header,
body.tax-m20_product_category .breadcrumb,
body.m20-foods-route #header-container,
body.m20-foods-route #navi,
body.m20-foods-route .header-container,
body.m20-foods-route .navi,
body.m20-foods-route .article-header,
body.m20-foods-route .breadcrumb,
body.single-m20_product #header-container,
body.single-m20_product #navi,
body.single-m20_product .header-container,
body.single-m20_product .navi,
body.single-m20_product .article-header,
body.single-m20_product .breadcrumb,
body.post-type-archive-m20_product #footer,
body.post-type-archive-m20_product #footer-container,
body.post-type-archive-m20_product .footer,
body.post-type-archive-m20_product .footer-container,
body.tax-m20_product_category #footer,
body.tax-m20_product_category #footer-container,
body.tax-m20_product_category .footer,
body.tax-m20_product_category .footer-container,
body.m20-foods-route #footer,
body.m20-foods-route #footer-container,
body.m20-foods-route .footer,
body.m20-foods-route .footer-container,
body.single-m20_product #footer,
body.single-m20_product #footer-container,
body.single-m20_product .footer,
body.single-m20_product .footer-container {
  display: none;
}

body.post-type-archive-m20_product #content-in,
body.tax-m20_product_category #content-in,
body.m20-foods-route #content-in,
body.single-m20_product #content-in {
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
  width: 100% !important;
}

body.post-type-archive-m20_product #main,
body.tax-m20_product_category #main,
body.m20-foods-route #main,
body.single-m20_product #main {
  border: 0 !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.post-type-archive-m20_product #sidebar,
body.tax-m20_product_category #sidebar,
body.m20-foods-route #sidebar,
body.single-m20_product #sidebar {
  display: none;
}

body.m20-foods-route .content,
body.m20-foods-route .content-in,
body.m20-foods-route .wrap,
body.single-m20_product .content,
body.single-m20_product .content-in,
body.single-m20_product .wrap {
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
  width: 100% !important;
}

body.m20-foods-route .entry-content,
body.single-m20_product .entry-content {
  margin: 0 !important;
}

.m20-service-header {
  background:
    radial-gradient(circle at 18% 12%, rgba(78, 234, 126, 0.18), transparent 25%),
    radial-gradient(circle at 56% 30%, rgba(41, 205, 235, 0.13), transparent 32%),
    rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #d9e0da;
  position: sticky;
  top: 0;
  z-index: 20;
}

body.admin-bar .m20-service-header {
  top: 32px;
}

.m20-service-header-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 86px;
  padding: 12px 20px;
}

.m20-service-brand {
  align-items: center;
  display: inline-flex;
  gap: 22px;
  min-width: 360px;
  text-decoration: none !important;
}

.m20-service-logo {
  display: block;
  height: 42px;
  transform: translateY(-1px);
  width: auto;
}

.m20-service-brand-copy {
  color: #33413a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.m20-service-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.m20-service-nav a {
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  color: #1f3028 !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 12px 18px;
  position: relative;
  text-decoration: none !important;
}

.m20-service-nav a:hover {
  background: rgba(78, 234, 126, 0.12);
  color: #10251e !important;
}

.m20-service-nav a.is-active {
  box-shadow: none;
  color: #10251e !important;
}

.m20-service-nav a.is-active::after {
  background: #26d4f2;
  border-radius: 999px;
  bottom: 2px;
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.m20-glp1-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}

.m20-glp1-hero {
  background: #fffdf8;
  border-bottom: 1px solid #e8dfd1;
  padding: 54px 0 48px;
}

.m20-glp1-badge {
  align-items: center;
  background: #eaf7ef;
  border-radius: 999px;
  color: #158a52;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  margin: 0 0 20px;
  padding: 6px 14px;
}

.m20-glp1-badge span {
  background: #00c853;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.m20-glp1-hero h1 {
  color: #171613;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  max-width: 900px;
}

.m20-glp1-lead {
  color: #655f55;
  font-size: 16px;
  line-height: 1.9;
  margin: 20px 0 0;
  max-width: 800px;
}

.m20-glp1-summary {
  background: #fff;
  border-bottom: 1px solid #e8dfd1;
  padding: 20px 0;
}

.m20-glp1-summary-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.m20-glp1-info-block {
  background: #fffdf8;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  padding: 16px;
}

.m20-glp1-info-block h2 {
  color: #171613;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 8px;
}

.m20-glp1-info-block p {
  color: #655f55;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.m20-glp1-search {
  padding-bottom: 42px;
  padding-top: 32px;
}

.m20-glp1-filter-panel {
  background: #fffdf8;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 190px 190px 1fr;
  padding: 16px;
}

.m20-glp1-filter-panel label {
  color: #1f3532;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 5px;
}

.m20-glp1-filter-panel select,
.m20-glp1-filter-panel input {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  box-sizing: border-box;
  color: #171613;
  font: inherit;
  height: 46px;
  outline: none;
  padding: 0 12px;
  width: 100%;
}

.m20-glp1-filter-panel select:focus,
.m20-glp1-filter-panel input:focus {
  border-color: #158a52;
  box-shadow: 0 0 0 3px rgba(21, 138, 82, 0.15);
}

.m20-glp1-toolbar {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 22px 0 14px;
}

.m20-glp1-toolbar p {
  color: #655f55;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.m20-glp1-toolbar > div > p {
  color: #158a52;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 4px;
}

.m20-glp1-toolbar h2 {
  color: #171613;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.m20-glp1-list {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  overflow: hidden;
}

.m20-glp1-facility {
  border-top: 1px solid #eee6da;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.05fr 1.35fr 210px;
  padding: 18px;
}

.m20-glp1-facility:first-child {
  border-top: 0;
}

.m20-glp1-facility[hidden] {
  display: none;
}

.m20-glp1-facility-title {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.m20-glp1-facility h3 {
  color: #171613;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0;
}

.m20-glp1-facility h3 a {
  color: #171613 !important;
  text-decoration: none !important;
}

.m20-glp1-facility h3 a:hover {
  color: #158a52 !important;
}

.m20-glp1-facility-title span {
  background: #eaf7ef;
  border-radius: 999px;
  color: #158a52;
  display: inline-flex;
  flex: none;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 9px;
}

.m20-glp1-facility-main p,
.m20-glp1-facility-address p {
  color: #4d473f;
  font-size: 13px;
  line-height: 1.8;
  margin: 8px 0 0;
}

.m20-glp1-facility-address small {
  color: #655f55;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 4px;
}

.m20-glp1-facility-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.m20-glp1-facility-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  text-decoration: none !important;
}

.m20-glp1-tel {
  background: #fff;
  border: 1px solid #e8dfd1;
  color: #171613 !important;
}

.m20-glp1-official {
  background: #171613;
  color: #fffdf8 !important;
}

.m20-glp1-detail-link {
  background: #f6f2ea;
  border: 1px solid #e8dfd1;
  color: #171613 !important;
}

.m20-glp1-detail-hero {
  background: #fffdf8;
  border-bottom: 1px solid #e8dfd1;
  padding: 38px 0 42px;
}

.m20-glp1-detail-back {
  margin: 0 0 18px;
}

.m20-glp1-detail-back a {
  color: #655f55 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.m20-glp1-detail-back a:hover {
  color: #171613 !important;
}

.m20-glp1-detail-hero h1 {
  color: #171613;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.m20-glp1-detail-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding-bottom: 42px;
  padding-top: 30px;
}

.m20-glp1-detail-main {
  display: grid;
  gap: 16px;
}

.m20-glp1-detail-card {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  padding: 22px;
}

.m20-glp1-detail-card h2 {
  color: #171613;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 14px;
}

.m20-glp1-detail-card p,
.m20-glp1-detail-note {
  color: #655f55;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.m20-glp1-detail-fact {
  border-top: 1px solid #eee6da;
  display: grid;
  gap: 8px;
  grid-template-columns: 120px minmax(0, 1fr);
  margin: 0;
  padding: 13px 0;
}

.m20-glp1-detail-fact:first-of-type {
  border-top: 0;
}

.m20-glp1-detail-fact dt {
  color: #655f55;
  font-size: 13px;
  font-weight: 900;
}

.m20-glp1-detail-fact dd {
  color: #171613;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.m20-glp1-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.m20-glp1-check-list li {
  align-items: flex-start;
  color: #4d473f;
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.7;
}

.m20-glp1-check-list li::before {
  background: #158a52;
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 8px;
  margin-top: 9px;
  width: 8px;
}

.m20-glp1-detail-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.m20-glp1-detail-actions {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.m20-glp1-detail-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  text-decoration: none !important;
}

.m20-glp1-related {
  padding-bottom: 42px;
}

.m20-glp1-related-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m20-glp1-related-grid a {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  color: #171613 !important;
  display: grid;
  gap: 5px;
  min-height: 110px;
  padding: 16px;
  text-decoration: none !important;
}

.m20-glp1-related-grid span {
  color: #158a52;
  font-size: 12px;
  font-weight: 900;
}

.m20-glp1-related-grid strong {
  font-size: 14px;
  line-height: 1.6;
}

.m20-glp1-empty {
  display: grid;
  gap: 8px;
  padding: 44px 20px;
  text-align: center;
}

.m20-glp1-empty strong {
  color: #171613;
  font-size: 16px;
  font-weight: 900;
}

.m20-glp1-empty span {
  color: #655f55;
  font-size: 13px;
}

.m20-glp1-prefecture-map {
  background: #fffdf8;
  border-top: 1px solid #e8dfd1;
  padding: 36px 0;
}

.m20-glp1-section-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.m20-glp1-section-heading p {
  color: #158a52;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 4px;
}

.m20-glp1-section-heading h2 {
  color: #171613;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
}

.m20-glp1-section-heading span {
  color: #655f55;
  font-size: 13px;
}

.m20-glp1-prefecture-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m20-glp1-prefecture-grid div {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  padding: 13px;
}

.m20-glp1-prefecture-grid strong {
  color: #171613;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
}

.m20-glp1-prefecture-grid span {
  color: #158a52;
  float: right;
  font-size: 13px;
  font-weight: 900;
}

.m20-glp1-prefecture-grid small {
  clear: both;
  color: #655f55;
  display: block;
  font-size: 11px;
  margin-top: 8px;
}

.m20-diet-navi-hero {
  background:
    radial-gradient(circle at 18% 45%, rgba(111, 255, 51, 0.22), transparent 30%),
    radial-gradient(circle at 72% 36%, rgba(32, 199, 244, 0.16), transparent 32%),
    linear-gradient(135deg, #111b18 0%, #16231f 54%, #101917 100%);
  border-bottom: 0;
}

.m20-diet-navi-hero .m20-glp1-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #75f08d;
}

.m20-diet-navi-hero .m20-glp1-hero h1,
.m20-diet-navi-hero h1 {
  color: #f4fff6;
}

.m20-diet-navi-hero .m20-glp1-lead {
  color: rgba(244, 255, 246, 0.84);
}

.m20-diet-navi-top-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 52px;
  padding-top: 28px;
}

.m20-diet-navi-card,
.m20-diet-treatment-card,
.m20-diet-program-card,
.m20-diet-navi-note {
  background: #fff;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 37, 30, 0.05);
}

.m20-diet-navi-card {
  color: #10251e !important;
  display: grid;
  gap: 16px;
  min-height: 268px;
  padding: 22px;
  text-decoration: none !important;
}

.m20-diet-navi-card-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-height: 74px;
}

.m20-diet-navi-card span,
.m20-diet-program-type {
  background: #e8f8ef;
  border-radius: 999px;
  color: #147b5f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  padding: 6px 10px;
}

.m20-diet-navi-card strong {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

.m20-diet-navi-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.m20-diet-navi-card li {
  color: #42534b;
  font-size: 14px;
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.m20-diet-navi-card li::before {
  background: #18b373;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 0.68em;
  width: 6px;
}

.m20-diet-navi-illustration {
  background: #f2f8f2;
  border: 1px solid #d8eadc;
  border-radius: 8px;
  box-sizing: border-box;
  height: 72px;
  position: relative;
  width: 92px;
}

.m20-diet-navi-illustration::before,
.m20-diet-navi-illustration::after,
.m20-diet-navi-illustration i,
.m20-diet-navi-illustration b {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
}

.m20-diet-navi-card.is-beauty .m20-diet-navi-illustration::before {
  background: #fff;
  border: 2px solid #1b8068;
  border-radius: 999px 999px 16px 16px;
  height: 34px;
  left: 18px;
  top: 18px;
  width: 56px;
}

.m20-diet-navi-card.is-beauty .m20-diet-navi-illustration::after {
  background: #74e48f;
  border-radius: 999px;
  height: 10px;
  left: 26px;
  top: 12px;
  width: 10px;
}

.m20-diet-navi-card.is-beauty .m20-diet-navi-illustration i {
  background: #20c7f4;
  border-radius: 999px;
  height: 8px;
  right: 24px;
  top: 13px;
  width: 8px;
}

.m20-diet-navi-card.is-beauty .m20-diet-navi-illustration b {
  border-bottom: 2px solid #1b8068;
  border-left: 2px solid #1b8068;
  height: 14px;
  left: 36px;
  top: 30px;
  transform: rotate(-35deg);
  width: 22px;
}

.m20-diet-navi-card.is-private .m20-diet-navi-illustration::before {
  background: #fff;
  border: 2px solid #1b8068;
  border-radius: 8px;
  height: 48px;
  left: 24px;
  top: 12px;
  width: 44px;
}

.m20-diet-navi-card.is-private .m20-diet-navi-illustration::after {
  background: #1b8068;
  border-radius: 999px;
  height: 5px;
  left: 34px;
  top: 26px;
  width: 24px;
}

.m20-diet-navi-card.is-private .m20-diet-navi-illustration i {
  background: #74e48f;
  border-radius: 999px;
  height: 5px;
  left: 34px;
  top: 38px;
  width: 18px;
}

.m20-diet-navi-card.is-private .m20-diet-navi-illustration b {
  background: #20c7f4;
  border-radius: 999px;
  height: 13px;
  right: 16px;
  top: 10px;
  width: 13px;
}

.m20-diet-navi-card.is-insurance .m20-diet-navi-illustration::before {
  background: #fff;
  border: 2px solid #1b8068;
  border-radius: 8px;
  height: 44px;
  left: 22px;
  top: 16px;
  width: 48px;
}

.m20-diet-navi-card.is-insurance .m20-diet-navi-illustration::after {
  background: #1b8068;
  border-radius: 1px;
  height: 26px;
  left: 43px;
  top: 25px;
  width: 6px;
}

.m20-diet-navi-card.is-insurance .m20-diet-navi-illustration i {
  background: #1b8068;
  border-radius: 1px;
  height: 6px;
  left: 33px;
  top: 35px;
  width: 26px;
}

.m20-diet-navi-card.is-insurance .m20-diet-navi-illustration b {
  background: #74e48f;
  border-radius: 999px;
  height: 12px;
  right: 16px;
  top: 12px;
  width: 12px;
}

.m20-diet-navi-card p,
.m20-diet-treatment-card p,
.m20-diet-program-card p,
.m20-diet-navi-note p {
  color: #52625a;
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

.m20-diet-insurance-check-link {
  align-items: center;
  background:
    radial-gradient(circle at 94% 20%, rgba(32, 199, 244, 0.16), transparent 28%),
    linear-gradient(135deg, #f5fff8 0%, #eefbf6 100%);
  border: 1px solid #c9e8d4;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 37, 30, 0.05);
  box-sizing: border-box;
  color: #10251e !important;
  display: grid;
  gap: 6px;
  grid-column: 2 / 4;
  min-height: 106px;
  padding: 20px 22px;
  position: relative;
  text-decoration: none !important;
}

.m20-diet-insurance-check-link::after {
  color: #147b5f;
  content: "→";
  font-size: 28px;
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.m20-diet-insurance-check-link span {
  color: #147b5f;
  font-size: 12px;
  font-weight: 900;
}

.m20-diet-insurance-check-link strong {
  color: #10251e;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  padding-right: 48px;
}

.m20-diet-insurance-check-link small {
  color: #52625a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 48px;
}

.m20-diet-check-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  padding-bottom: 56px;
  padding-top: 20px;
}

.m20-diet-check-card,
.m20-diet-check-note {
  background: #fff;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 37, 30, 0.05);
  box-sizing: border-box;
  padding: 24px;
}

.m20-diet-check-card h2,
.m20-diet-check-note h2,
.m20-diet-disorder-panel h3,
.m20-diet-result-box h3 {
  color: #10251e;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.m20-diet-check-card h2,
.m20-diet-check-note h2 {
  font-size: 22px;
}

.m20-diet-check-card p,
.m20-diet-check-note p,
.m20-diet-disorder-panel p,
.m20-diet-result-box p {
  color: #52625a;
  font-size: 14px;
  line-height: 1.85;
  margin: 10px 0 0;
}

.m20-diet-bmi-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 180px;
  margin-top: 20px;
}

.m20-diet-bmi-form label {
  color: #2f4039;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

.m20-diet-bmi-form input {
  border: 1px solid #cfe0d6;
  border-radius: 8px;
  box-sizing: border-box;
  color: #10251e;
  font-size: 16px;
  font-weight: 800;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.m20-diet-bmi-form button,
.m20-diet-disorder-panel button,
.m20-diet-result-box a {
  align-items: center;
  background: #147b5f;
  border: 0;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  text-decoration: none !important;
}

.m20-diet-bmi-form button {
  align-self: end;
}

.m20-diet-bmi-result,
.m20-diet-check-result {
  margin-top: 18px;
}

.m20-diet-result-box {
  border-radius: 8px;
  padding: 18px;
}

.m20-diet-result-box.is-neutral {
  background: #f6faf7;
  border: 1px solid #d9e6dc;
}

.m20-diet-result-box.is-private {
  background: #fff8ee;
  border: 1px solid #f1d6ae;
}

.m20-diet-result-box.is-insurance {
  background: #effbf4;
  border: 1px solid #bbe7cb;
}

.m20-diet-result-box a {
  margin-top: 14px;
}

.m20-diet-disorder-panel {
  background: #f8fbf8;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  margin-top: 18px;
  padding: 18px;
}

.m20-diet-disorder-panel fieldset {
  border: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 12px;
  padding: 0;
}

.m20-diet-disorder-panel legend {
  color: #10251e;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.m20-diet-disorder-panel label,
.m20-diet-unknown {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  color: #2f4039;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.65;
  padding: 10px;
}

.m20-diet-disorder-panel input {
  margin-top: 0.35em;
}

.m20-diet-disorder-panel button {
  margin-top: 14px;
}

.m20-diet-check-note ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.m20-diet-check-note li {
  color: #2f4039;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}

.m20-diet-check-note li::before {
  background: #18b373;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.m20-diet-program-points {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.m20-diet-program-points li {
  color: #2f4039;
  font-size: 13px;
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.m20-diet-program-points li::before {
  background: #18b373;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.m20-diet-navi-note {
  margin-bottom: 46px;
  padding: 22px;
}

.m20-diet-navi-note h2 {
  color: #10251e;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.m20-diet-navi-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
}

.m20-diet-navi-subnav a {
  background: #fff;
  border: 1px solid #d9e6dc;
  border-radius: 999px;
  color: #147b5f !important;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 13px;
  text-decoration: none !important;
}

.m20-diet-navi-subnav a.is-active {
  background: #147b5f;
  border-color: #147b5f;
  color: #fff !important;
}

.m20-diet-treatment-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 28px;
  padding-top: 20px;
}

.m20-diet-treatment-card {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.m20-diet-treatment-card span {
  color: #147b5f;
  font-size: 12px;
  font-weight: 900;
}

.m20-diet-treatment-card h2 {
  color: #10251e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.m20-diet-program-section {
  padding-bottom: 46px;
  padding-top: 28px;
}

.m20-diet-category-notice {
  background: #f3f7f4;
  border-left: 3px solid #8a9d94;
  color: #526159;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 22px;
  padding: 10px 12px;
}

.m20-diet-program-group + .m20-diet-program-group {
  margin-top: 34px;
}

.m20-diet-program-group-heading {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 12px;
}

.m20-diet-program-group-heading h3 {
  color: #10251e;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.m20-diet-program-group-heading span {
  color: #64736c;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.m20-diet-program-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.m20-diet-program-card {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  min-height: 100%;
  padding: 20px;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-diet-program-card:hover {
  border-color: #87b9a8;
  box-shadow: 0 18px 34px rgba(16, 37, 30, 0.09);
  transform: translateY(-2px);
}

.m20-diet-program-card h3 {
  color: #10251e;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  margin: 10px 0 8px;
}

.m20-diet-program-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.m20-diet-program-card h3 a::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.m20-diet-program-card p {
  color: #50615a;
  font-size: 14px;
  line-height: 1.75;
  margin: 10px 0 0;
}

.m20-diet-program-points {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.m20-diet-program-points li {
  color: #263a32;
  font-size: 13px;
  line-height: 1.6;
}

.m20-diet-program-card dl {
  align-self: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.m20-diet-program-card dl div {
  background: #f6faf7;
  border-radius: 8px;
  padding: 10px;
}

.m20-diet-program-card dt {
  color: #6a7770;
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 4px;
}

.m20-diet-program-card dd {
  color: #10251e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

.m20-diet-program-more {
  align-items: center;
  color: #147b5f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 5px;
}

.m20-diet-program-more::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.m20-diet-source-date {
  color: #75817b;
  font-size: 11px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.m20-diet-detail-hero {
  padding: 48px 0;
}

.m20-diet-detail-hero-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.m20-diet-detail-hero-inner.no-media {
  grid-template-columns: minmax(0, 860px);
}

.m20-diet-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.m20-diet-ad-disclosure {
  color: rgba(244, 255, 246, 0.72);
  font-size: 12px;
  font-weight: 700;
  margin: 16px 0 -12px;
}

.m20-diet-primary-cta,
.m20-diet-secondary-cta,
.m20-diet-detail-side-card > a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  text-decoration: none !important;
}

.m20-diet-primary-cta,
.m20-diet-detail-side-card > a {
  background: #18a06f;
  color: #fff !important;
}

.m20-diet-secondary-cta {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #f4fff6 !important;
}

.m20-diet-detail-media {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  min-height: 270px;
  overflow: hidden;
  padding: 22px;
}

.m20-diet-detail-media a {
  display: block;
}

.m20-diet-detail-media img {
  display: block;
  height: auto;
  max-width: 100%;
}

.m20-diet-detail-media .m20-diet-tracking-pixel {
  height: 1px;
  position: absolute;
  width: 1px;
}

.m20-diet-detail-placeholder {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(20, 123, 95, 0.12), rgba(32, 199, 244, 0.10)),
    #f6faf7;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.m20-diet-detail-placeholder span {
  color: #147b5f;
  font-size: 13px;
  font-weight: 900;
}

.m20-diet-detail-placeholder strong {
  color: #10251e;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.m20-diet-detail-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 28px;
  padding-top: 20px;
}

.m20-diet-detail-main-card,
.m20-diet-detail-rich-sections {
  grid-column: 1;
}

.m20-diet-detail-side-card {
  align-self: stretch;
  grid-column: auto;
  grid-row: auto;
}

.m20-diet-detail-main-card,
.m20-diet-detail-side-card,
.m20-diet-detail-rich-card,
.m20-diet-detail-checks,
.m20-diet-related-card {
  background: #fff;
  border: 1px solid #d9e6dc;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 37, 30, 0.05);
}

.m20-diet-detail-main-card,
.m20-diet-detail-side-card,
.m20-diet-detail-rich-card,
.m20-diet-detail-checks {
  padding: 22px;
}

.m20-diet-detail-main-card h2,
.m20-diet-detail-side-card h2,
.m20-diet-detail-rich-card h2,
.m20-diet-detail-checks h2 {
  color: #10251e;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
}

.m20-diet-detail-main-card p {
  color: #52625a;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.m20-diet-detail-rich-sections {
  display: grid;
  gap: 18px;
}

.m20-diet-detail-rich-card h2 {
  font-size: 20px;
}

.m20-diet-detail-rich-card p {
  color: #52625a;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.m20-diet-detail-rich-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 1.2em;
}

.m20-diet-detail-rich-card li {
  color: #2f4039;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.m20-diet-feature-section {
  display: grid;
  gap: 18px;
}

.m20-diet-feature-block {
  border-top: 1px solid #e6eee9;
  padding-top: 18px;
}

.m20-diet-feature-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.m20-diet-feature-block h3 {
  color: #10251e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 10px;
}

.m20-diet-feature-block p,
.m20-diet-program-reviews p {
  color: #52625a;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.m20-diet-feature-block ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 1.2em;
}

.m20-diet-feature-block li {
  color: #2f4039;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.m20-diet-rating-summary {
  margin: 8px 0 14px;
}

.m20-diet-rating-summary.is-compact {
  margin: 8px 0 10px;
}

.m20-diet-program-reviews .m20-user-reviews,
.m20-diet-program-reviews .m20-review-submit {
  margin-top: 18px;
}

.m20-review-summary {
  color: #52625a;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 12px;
}

.m20-review-current-user {
  color: #53645d;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-review-login-required {
  background: #f8fcfa;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.m20-review-login-required p {
  color: #52625a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  margin: 0;
}

.m20-secondary-button {
  align-items: center;
  background: #fff;
  border: 1px solid #146c5c;
  border-radius: 6px;
  color: #146c5c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none !important;
  width: fit-content;
}

.m20-diet-detail-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.m20-diet-detail-list li {
  background: #f6faf7;
  border-radius: 8px;
  color: #233830;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  padding: 13px 14px;
}

.m20-diet-detail-side-card dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 16px;
}

.m20-diet-detail-side-card dl div {
  border-bottom: 1px solid #e6eee9;
  padding-bottom: 10px;
}

.m20-diet-detail-side-card dt {
  color: #6a7770;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
}

.m20-diet-detail-side-card dd {
  color: #10251e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

.m20-diet-detail-checks {
  margin-bottom: 28px;
}

.m20-diet-detail-check-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m20-diet-detail-check-grid p {
  background: #f6faf7;
  border-radius: 8px;
  color: #2f4039;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
  margin: 0;
  padding: 12px;
}

.m20-diet-related-section {
  padding-bottom: 46px;
}

.m20-diet-related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m20-diet-related-card {
  color: #10251e !important;
  display: grid;
  gap: 9px;
  padding: 18px;
  text-decoration: none !important;
}

.m20-diet-related-card span {
  color: #147b5f;
  font-size: 12px;
  font-weight: 900;
}

.m20-diet-related-card strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.m20-diet-related-card p {
  color: #52625a;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.m20-foods-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}

.m20-foods-hero {
  background:
    radial-gradient(circle at 18% 45%, rgba(111, 255, 51, 0.26), transparent 30%),
    radial-gradient(circle at 72% 36%, rgba(32, 199, 244, 0.18), transparent 32%),
    linear-gradient(135deg, #111b18 0%, #16231f 54%, #101917 100%);
  border-bottom: 1px solid rgba(114, 240, 167, 0.2);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  padding: 50px 0 42px;
}

.m20-hero-eyebrow,
.m20-product-brand {
  color: #75f297;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
}

.m20-foods-hero h1 {
  color: #f3fff8;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  margin: 0;
  text-shadow: 0 0 28px rgba(61, 224, 161, 0.22);
}

.m20-brand-title {
  display: grid;
  gap: 8px;
}

.m20-brand-title span {
  color: rgba(232, 247, 240, 0.78);
  display: block;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.25;
}

.m20-brand-title strong {
  color: #f3fff8;
  display: block;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.1;
}

.m20-blog-title-inline {
  align-items: baseline;
  color: #f3fff8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.12;
  margin: 0;
  text-shadow: 0 0 28px rgba(61, 224, 161, 0.22);
}

.m20-blog-title-inline strong {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
}

.m20-blog-title-inline span {
  color: rgba(232, 247, 240, 0.78);
  font-size: clamp(18px, 2.3vw, 30px);
  font-weight: 800;
}

.m20-hero-lead {
  color: rgba(232, 247, 240, 0.78);
  font-size: 16px;
  line-height: 1.9;
  margin: 16px 0 0;
  max-width: 680px;
}

.m20-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.m20-category-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(117, 242, 151, 0.22);
  border-radius: 999px;
  color: #effff6 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 7px 12px;
  text-decoration: none !important;
}

.m20-category-link.is-active,
.m20-category-link:hover {
  background: linear-gradient(135deg, #72f040, #23c8e8);
  border-color: transparent;
  color: #10201b !important;
}

.m20-blog-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.m20-blog-category-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(117, 242, 151, 0.22);
  border-radius: 999px;
  color: #effff6 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 7px 12px;
  text-decoration: none !important;
}

.m20-blog-category-link.is-active,
.m20-blog-category-link:hover {
  background: linear-gradient(135deg, #72f040, #23c8e8);
  border-color: transparent;
  color: #10201b !important;
}

.m20-intent-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.m20-intent-links span,
.m20-related-discovery span {
  color: rgba(224, 245, 236, 0.58);
  font-size: 12px;
  font-weight: 900;
}

.m20-intent-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(32, 199, 244, 0.2);
  border-radius: 999px;
  color: rgba(239, 249, 245, 0.78) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 30px;
  padding: 5px 10px;
  text-decoration: none !important;
}

.m20-intent-link:hover,
.m20-intent-link.is-active {
  background: rgba(32, 199, 244, 0.13);
  border-color: rgba(32, 199, 244, 0.5);
  color: #f3fffb !important;
}

.m20-category-intro {
  padding-top: 18px;
}

.m20-category-copy {
  border-top: 1px solid #dce5dd;
  color: #68766f;
  padding: 18px 0 0;
}

.m20-category-copy h2 {
  color: #53645d;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.m20-category-copy p {
  color: #68766f;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.m20-category-copy ul {
  color: #68766f;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 14px;
  line-height: 1.7;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.m20-category-copy li::before {
  color: #9a6a45;
  content: "#";
  font-weight: 900;
  margin-right: 3px;
}

.m20-related-discovery {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.m20-related-discovery a {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 999px;
  color: #40524a !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
  text-decoration: none !important;
}

.m20-related-discovery a:hover {
  background: #eef3ee;
  color: #14382e !important;
}

.m20-post-food-links {
  background: #f4f8f5;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  margin: 32px 0;
  padding: 18px;
}

.m20-post-food-links h2 {
  color: #10251e;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 8px;
}

.m20-post-food-links p {
  color: #53645d;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.m20-post-food-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.m20-post-food-links a {
  align-items: center;
  background: #fff;
  border: 1px solid #146c5c;
  border-radius: 6px;
  color: #146c5c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 40px;
  padding: 8px 13px;
  text-decoration: none !important;
}

.m20-post-food-links a:hover {
  background: #146c5c;
  color: #fff !important;
}

.m20-blog-index {
  padding-top: 28px;
}

.m20-blog-grid {
  display: grid;
  gap: 18px;
}

.m20-blog-card {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
  display: flex;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-blog-card:hover {
  border-color: #146c5c;
  box-shadow: 0 10px 24px rgba(16, 37, 30, 0.08);
  transform: translateY(-2px);
}

.m20-blog-card a {
  color: inherit !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none !important;
}

.m20-blog-thumb {
  aspect-ratio: 16 / 9;
  background: #edf5f0;
  overflow: hidden;
}

.m20-blog-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.m20-blog-card-body {
  padding: 16px;
}

.m20-blog-meta {
  color: #6f7c75;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 8px;
}

.m20-blog-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.m20-blog-post-terms a,
.m20-blog-post-terms span {
  background: #eff7f1;
  border: 1px solid #d5e4d8;
  border-radius: 999px;
  color: #146c5c !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  padding: 5px 9px;
  text-decoration: none !important;
}

.m20-blog-card h2 {
  color: #10251e;
  font-size: 19px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.m20-blog-card p {
  color: #53645d;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.m20-service-footer {
  background:
    radial-gradient(circle at 18% 0, rgba(111, 255, 51, 0.12), transparent 28%),
    radial-gradient(circle at 76% 100%, rgba(32, 199, 244, 0.1), transparent 30%),
    #fbfaf4;
  border-top: 1px solid rgba(23, 107, 91, 0.14);
  color: #607069;
  margin-top: 64px;
}

.m20-service-footer-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 148px;
  padding: 28px 20px;
}

.m20-footer-brand {
  display: grid;
  gap: 8px;
}

.m20-footer-brand img {
  display: block;
  height: 54px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.m20-footer-brand p {
  color: #607069;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-footer-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: flex-end;
}

.m20-footer-nav a {
  color: #33413a !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.m20-footer-nav a:hover {
  color: #146c5c !important;
}

.m20-article-header {
  background:
    radial-gradient(circle at 18% 40%, rgba(111, 255, 51, 0.22), transparent 28%),
    radial-gradient(circle at 74% 18%, rgba(32, 199, 244, 0.16), transparent 30%),
    linear-gradient(135deg, #111b18 0%, #16231f 54%, #101917 100%);
  border-bottom: 1px solid rgba(114, 240, 167, 0.2);
  padding: 34px 0 38px;
}

.m20-article-header .m20-back-link {
  color: rgba(232, 247, 240, 0.78) !important;
  margin: 0 0 18px;
}

.m20-article-header .m20-blog-post-terms a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(117, 242, 151, 0.22);
  color: #effff6 !important;
}

.m20-article-header h1 {
  color: #f3fff8;
  font-size: clamp(30px, 4.6vw, 50px);
  line-height: 1.25;
  margin: 10px 0 12px;
  max-width: 920px;
  text-shadow: 0 0 28px rgba(61, 224, 161, 0.22);
}

.m20-article-header time {
  color: rgba(232, 247, 240, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.m20-article-thumbnail {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.m20-article-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

.m20-article-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 28px;
}

.m20-article-main {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.m20-article-content {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
  color: #26352f;
  font-size: 16px;
  line-height: 1.95;
  padding: clamp(22px, 4vw, 42px);
}

.m20-article-content > *:first-child {
  margin-top: 0;
}

.m20-article-content h2 {
  border-left: 4px solid #20c7f4;
  color: #10251e;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
  margin: 42px 0 14px;
  padding-left: 14px;
}

.m20-article-content h3 {
  color: #10251e;
  font-size: 21px;
  line-height: 1.5;
  margin: 30px 0 12px;
}

.m20-article-content p,
.m20-article-content ul,
.m20-article-content ol {
  margin: 0 0 18px;
}

.m20-article-content a {
  color: #146c5c !important;
  font-weight: 800;
}

.m20-article-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.m20-article-sidebar {
  display: grid;
  gap: 14px;
}

.m20-sidebar-panel,
.m20-sidebar-banner {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
}

.m20-sidebar-panel {
  padding: 18px;
}

.m20-sidebar-panel h2 {
  color: #10251e;
  font-size: 16px;
  margin: 0 0 12px;
}

.m20-sidebar-banner {
  color: #10251e !important;
  display: grid;
  gap: 8px;
  overflow: hidden;
  padding: 16px;
  text-decoration: none !important;
}

.m20-sidebar-banner:hover {
  border-color: #146c5c;
  box-shadow: 0 10px 24px rgba(16, 37, 30, 0.08);
}

.m20-sidebar-banner img {
  display: block;
  height: 34px;
  object-fit: contain;
  object-position: left center;
  width: 132px;
}

.m20-sidebar-banner b {
  color: #10251e;
  font-size: 18px;
  line-height: 1.35;
}

.m20-sidebar-banner span {
  color: #53645d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.m20-sidebar-banner.is-mealize {
  background: linear-gradient(135deg, #f5fff7 0%, #ffffff 100%);
  padding: 0;
}

.m20-sidebar-banner.is-foods {
  background: linear-gradient(135deg, #f7fbf4 0%, #ffffff 100%);
}

.m20-sidebar-banner.is-mealize img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.m20-sidebar-posts {
  display: grid;
  gap: 12px;
}

.m20-sidebar-posts a {
  color: #10251e !important;
  display: grid;
  gap: 10px;
  grid-template-columns: 64px minmax(0, 1fr);
  text-decoration: none !important;
}

.m20-sidebar-posts a:hover b {
  color: #146c5c;
}

.m20-sidebar-post-thumb {
  aspect-ratio: 1 / 1;
  background: #edf5f0;
  border-radius: 6px;
  overflow: hidden;
}

.m20-sidebar-post-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.m20-sidebar-post-text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.m20-sidebar-post-text b {
  font-size: 13px;
  line-height: 1.45;
}

.m20-sidebar-post-text time {
  color: #7a8880;
  font-size: 11px;
  font-weight: 800;
}

.m20-sidebar-panel .m20-blog-category-links {
  margin: 0;
}

.m20-sidebar-panel .m20-blog-category-link {
  background: #f7faf7;
  border-color: #d8e2db;
  color: #40524a !important;
}

.m20-sidebar-panel .m20-blog-category-link.is-active,
.m20-sidebar-panel .m20-blog-category-link:hover {
  background: #146c5c;
  color: #fff !important;
}

.m20-product-card,
.m20-product-facts-card,
.m20-review-form,
.m20-text-list-card,
.m20-empty,
.m20-user-review,
.m20-operator-review > div {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
}

.m20-product-index {
  padding-top: 24px;
}

.m20-product-index-embed {
  background: #f4f8f5;
  border-radius: 8px;
  padding: 20px;
}

.m20-product-filters {
  align-items: end;
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 37, 30, 0.03);
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 16px;
}

.m20-filter-keyword {
  min-width: 0;
}

.m20-product-filters label,
.m20-sort-form label,
.m20-review-form label {
  color: #10251e;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.5;
  margin: 0;
}

.m20-product-filters input,
.m20-product-filters select,
.m20-sort-form select,
.m20-review-form input,
.m20-review-form select,
.m20-review-form textarea {
  background: #fff;
  border: 1px solid #c8d8cf;
  border-radius: 6px;
  box-sizing: border-box;
  color: #10251e;
  font: inherit;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.m20-product-filters input:focus,
.m20-product-filters select:focus,
.m20-sort-form select:focus,
.m20-review-form input:focus,
.m20-review-form select:focus,
.m20-review-form textarea:focus {
  border-color: #146c5c;
  outline: 2px solid rgba(20, 108, 92, 0.14);
}

.m20-sugar-stepper {
  align-items: stretch;
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) 42px;
}

.m20-sugar-stepper button {
  background: #eef3ee;
  border: 1px solid #c8d8cf;
  color: #14382e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  min-height: 42px;
}

.m20-sugar-stepper button:first-child {
  border-radius: 6px 0 0 6px;
}

.m20-sugar-stepper button:last-child {
  border-radius: 0 6px 6px 0;
}

.m20-sugar-stepper button:hover {
  background: #dfe9e2;
}

.m20-sugar-stepper input {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  text-align: center;
}

.m20-product-filters button,
.m20-review-form button,
.m20-buy-button {
  align-items: center;
  background: #146c5c;
  border: 0;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  text-decoration: none !important;
  transition: background 160ms ease, transform 160ms ease;
}

.m20-purchase-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.m20-purchase-links p {
  color: #53645d;
  flex: 0 0 100%;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-purchase-links.is-compact {
  align-items: stretch;
  display: grid;
  margin: 0;
}

.m20-buy-button.is-secondary {
  background: #fff;
  border: 1px solid #146c5c;
  color: #146c5c !important;
}

.m20-buy-button.is-secondary:hover {
  background: #edf5f0;
}

.m20-buy-button.is-amazon,
.m20-buy-button.is-amazon.is-secondary {
  background: #ff9900;
  border-color: #ff9900;
  color: #1f2328 !important;
}

.m20-buy-button.is-amazon:hover,
.m20-buy-button.is-amazon.is-secondary:hover {
  background: #e48a00;
  border-color: #e48a00;
  color: #111 !important;
}

.m20-buy-button.is-rakuten,
.m20-buy-button.is-rakuten.is-secondary {
  background: #bf0000;
  border-color: #bf0000;
  color: #fff !important;
}

.m20-buy-button.is-rakuten:hover,
.m20-buy-button.is-rakuten.is-secondary:hover {
  background: #980000;
  border-color: #980000;
}

.m20-buy-button.is-yahoo,
.m20-buy-button.is-yahoo.is-secondary {
  background: #f03;
  border-color: #f03;
  color: #fff !important;
}

.m20-buy-button.is-yahoo:hover,
.m20-buy-button.is-yahoo.is-secondary:hover {
  background: #d6002d;
  border-color: #d6002d;
}

.m20-product-filters button:hover,
.m20-review-form button:hover,
.m20-buy-button:not(.is-amazon):not(.is-rakuten):not(.is-yahoo):hover {
  background: #10251e;
  transform: translateY(-1px);
}

.m20-product-filters .m20-sugar-stepper button {
  background: #edf3ef;
  border: 1px solid #c8d8cf;
  color: #14382e !important;
  min-height: 42px;
  padding: 0;
  transform: none;
}

.m20-product-filters .m20-sugar-stepper button:first-child {
  border-radius: 6px 0 0 6px;
}

.m20-product-filters .m20-sugar-stepper button:last-child {
  border-radius: 0 6px 6px 0;
}

.m20-product-filters .m20-sugar-stepper button:hover {
  background: #dfe9e2;
  transform: none;
}

.m20-product-filters .m20-sugar-stepper input {
  border-left: 0;
  border-radius: 0 !important;
  border-right: 0;
  margin: 0;
  text-align: center;
}

.m20-product-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 14px;
}

.m20-product-heading-wrap {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.m20-product-heading {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.m20-product-heading h2 {
  color: #10251e;
  font-size: 22px;
  margin: 0;
}

.m20-product-total {
  color: #146c5c;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.m20-product-heading small {
  color: #53645d;
  font-size: 15px;
  font-weight: 800;
}

.m20-product-range {
  color: #53645d;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.m20-sort-form {
  align-items: end;
  display: flex;
  margin-left: auto;
}

.m20-sort-form label {
  min-width: 190px;
}

.m20-sort-form select {
  min-height: 40px;
}

.m20-product-count {
  color: #53645d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 12px;
}

.m20-product-grid {
  display: grid;
  gap: 18px;
}

.m20-pagination {
  align-items: center;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 28px 0 0;
}

.m20-load-more {
  align-items: center;
  background: #146c5c;
  border: 1px solid #146c5c;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none !important;
}

.m20-load-more span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.m20-page-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.m20-page-links a,
.m20-page-links span {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 6px;
  color: #10251e !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 12px;
  text-decoration: none !important;
  white-space: nowrap;
}

.m20-page-links a.prev,
.m20-page-links a.next {
  min-width: 58px;
}

.m20-page-links a.prev::before,
.m20-page-links a.prev::after,
.m20-page-links a.next::before,
.m20-page-links a.next::after {
  content: none !important;
  display: none !important;
}

.m20-page-links span {
  background: #10251e;
  border-color: #10251e;
  color: #fff !important;
}

.m20-product-card {
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-product-card:hover {
  border-color: #146c5c;
  box-shadow: 0 10px 24px rgba(16, 37, 30, 0.08);
  transform: translateY(-2px);
}

.m20-product-card a {
  color: inherit !important;
  display: block;
  text-decoration: none !important;
}

.m20-product-card-image {
  aspect-ratio: 16 / 9;
  background: #edf5f0;
  overflow: hidden;
  position: relative;
}

.m20-product-card-image::before,
.m20-product-carousel::before {
  background-image: linear-gradient(rgba(244, 248, 245, 0.38), rgba(244, 248, 245, 0.38)), var(--m20-product-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(18px);
  inset: -24px;
  opacity: 0.75;
  position: absolute;
  transform: scale(1.04);
}

.m20-product-card-image img,
.m20-product-carousel img {
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.m20-product-card-image span {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 42, 37, 0.12);
  border-radius: 999px;
  bottom: 12px;
  color: #10251e;
  font-size: 12px;
  font-weight: 800;
  left: 12px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding: 6px 10px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}

.m20-product-card-body {
  padding: 16px;
}

.m20-product-card h3 {
  color: #10251e;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.m20-product-card-rating {
  align-items: center;
  display: flex;
  gap: 5px;
  line-height: 1;
  margin: 8px 0 12px;
  min-height: 18px;
}

.m20-card-rating-score {
  color: #10251e;
  font-size: 13px;
  font-weight: 900;
}

.m20-card-stars {
  color: #c9d4cf;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.m20-card-stars-fill {
  color: #f59a23;
  inset: 0 auto 0 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.m20-card-review-count {
  color: #146c5c;
  font-size: 13px;
  font-weight: 900;
}

.m20-product-card-rating.is-empty .m20-card-review-count {
  color: #7a8781;
}

.m20-product-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.m20-product-facts span {
  background: #f4f8f5;
  border-radius: 6px;
  color: #10251e;
  display: grid;
  font-size: 13px;
  gap: 4px;
  min-width: 0;
  padding: 8px;
  text-align: center;
}

.m20-product-facts b {
  color: #53645d;
  font-size: 10px;
  line-height: 1.25;
}

.m20-product-card-body > p:not(.m20-product-brand) {
  color: #53645d;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.m20-product-more {
  color: #146c5c;
  font-size: 14px;
}

.m20-back-link {
  color: #146c5c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 22px 0 14px;
  text-decoration: none !important;
}

.m20-product-detail {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  overflow: hidden;
}

.m20-product-carousel {
  aspect-ratio: 16 / 7;
  background: #e8f1ec;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.m20-product-carousel img {
  display: none;
  inset: 0;
  position: absolute;
}

.m20-product-carousel img.is-active {
  display: block;
}

.m20-product-image-placeholder {
  align-items: end;
  background: linear-gradient(135deg, #eef6f1, #e2ecdf);
  color: #10251e;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 100%;
  padding: 24px;
}

.m20-carousel-prev,
.m20-carousel-next {
  align-items: center;
  background: rgba(16, 37, 30, 0.82);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
}

.m20-carousel-prev {
  left: 16px;
}

.m20-carousel-next {
  right: 16px;
}

.m20-product-detail-main {
  display: grid;
  gap: 24px;
  padding: 22px;
}

.m20-product-detail-copy h2 {
  color: #10251e;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  margin: 0 0 14px;
}

.m20-product-lead {
  color: #53645d;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.m20-text-list,
.m20-related-products,
.m20-product-discovery,
.m20-operator-review,
.m20-user-reviews,
.m20-review-submit {
  margin: 28px 22px 0;
}

.m20-text-list h2,
.m20-related-products h2,
.m20-product-discovery h2,
.m20-operator-review h2,
.m20-user-reviews h2,
.m20-review-submit h2 {
  color: #10251e;
  font-size: 18px;
  margin: 0 0 12px;
}

.m20-text-list-card {
  color: #33443c;
  line-height: 1.75;
  padding: 14px 18px;
}

.m20-text-list ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.25em;
}

.m20-empty,
.m20-user-review,
.m20-operator-review > div {
  color: #33443c;
  line-height: 1.75;
  padding: 12px 14px;
}

.m20-text-list li {
  margin: 4px 0;
  padding: 0;
}

.m20-related-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 12px;
}

.m20-related-heading h2 {
  margin: 0;
}

.m20-related-heading p {
  color: #68766f;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.m20-related-grid {
  display: grid;
  gap: 12px;
}

.m20-related-card {
  background: #fff;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.m20-related-card:hover {
  border-color: #146c5c;
  box-shadow: 0 8px 20px rgba(16, 37, 30, 0.08);
  transform: translateY(-1px);
}

.m20-related-card a {
  color: inherit !important;
  display: grid;
  text-decoration: none !important;
}

.m20-related-image {
  aspect-ratio: 16 / 10;
  background: #edf5f0;
  overflow: hidden;
  position: relative;
}

.m20-related-image::before {
  background-image: linear-gradient(rgba(244, 248, 245, 0.42), rgba(244, 248, 245, 0.42)), var(--m20-product-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(16px);
  inset: -22px;
  opacity: 0.74;
  position: absolute;
  transform: scale(1.04);
}

.m20-related-image img {
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.m20-related-body {
  display: grid;
  padding: 12px;
}

.m20-related-body strong {
  color: #10251e;
  font-size: 15px;
  line-height: 1.5;
}

.m20-product-discovery-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.m20-product-discovery-links a {
  background: #f8fcfa;
  border: 1px solid #d7e2da;
  border-radius: 8px;
  color: #10251e !important;
  display: grid;
  gap: 3px;
  padding: 13px 15px;
  text-decoration: none !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.m20-product-discovery-links a:hover {
  background: #eef6f1;
  border-color: #146c5c;
  transform: translateY(-1px);
}

.m20-product-discovery-links span {
  color: #68766f;
  font-size: 11px;
  font-weight: 800;
}

.m20-product-discovery-links strong {
  color: #10251e;
  font-size: 14px;
  line-height: 1.45;
}

.m20-fit-grid {
  display: grid;
  gap: 14px;
}

.m20-product-facts-card {
  background: #f8fcfa;
  padding: 16px;
}

.m20-product-facts-card dl {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.m20-product-facts-card dl div {
  border-bottom: 1px solid #e1ebe5;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.m20-product-facts-card dt {
  color: #53645d;
  flex: 0 0 auto;
}

.m20-product-facts-card dd {
  color: #10251e;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.m20-user-review {
  margin-top: 10px;
}

.m20-review-rating-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.m20-review-rating-label {
  background: #eef6f1;
  border-radius: 999px;
  color: #146c5c;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
}

.m20-star-rating {
  align-items: baseline;
  color: #d48a1f;
  display: inline-flex;
  gap: 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.m20-star-rating b {
  color: #53645d;
  font-size: 12px;
  font-weight: 800;
}

.m20-star-rating.is-compact {
  font-size: 15px;
  gap: 6px;
}

.m20-star-rating.is-compact b {
  font-size: 11px;
}

.m20-review-comment {
  color: #10251e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  margin: 12px 0 14px;
}

.m20-review-score-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.m20-review-score-list div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.m20-review-score-list dt {
  color: #53645d;
  flex: 0 0 72px;
  font-size: 12px;
  font-weight: 800;
}

.m20-review-score-list dd {
  margin: 0;
}

.m20-review-meta {
  color: #7b8983;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 0;
}

.m20-review-form {
  background: #f8fcfa;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.m20-review-form textarea {
  min-height: 120px;
}

.m20-review-form-grid {
  display: grid;
  gap: 12px;
}

.m20-review-message {
  color: #146c5c;
  font-weight: 800;
}

.m20-review-error {
  color: #9b2c2c;
  font-weight: 800;
}

body.m20-has-insurance-check-banner {
  padding-bottom: 142px;
}

.m20-glp1-insurance-check-banner {
  background: #f4fbf7;
  border-top: 1px solid #b9ddce;
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(16, 40, 31, 0.09);
  color: #10281f;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9998;
}

.m20-glp1-insurance-check-banner[hidden] {
  display: none;
}

.m20-glp1-insurance-check-banner__inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 140px;
  padding: 10px 46px 10px 24px;
  position: relative;
}

.m20-glp1-insurance-check-banner__image {
  align-self: end;
  height: 126px;
  object-fit: contain;
  object-position: center bottom;
  width: 150px;
}

.m20-glp1-insurance-check-banner__copy {
  min-width: 0;
}

.m20-glp1-insurance-check-banner__eyebrow {
  color: #147857;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.m20-glp1-insurance-check-banner__copy strong {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
}

.m20-glp1-insurance-check-banner__copy strong span {
  display: inline;
}

.m20-glp1-insurance-check-banner__copy small {
  color: #51665e;
  display: block;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 4px;
}

.m20-glp1-insurance-check-banner__mobile-copy {
  display: none;
}

.m20-glp1-insurance-check-banner__cta {
  align-items: center;
  background: #14785f;
  border: 1px solid #14785f;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
  min-width: 214px;
  padding: 12px 20px;
  text-decoration: none;
}

.m20-glp1-insurance-check-banner__cta:hover,
.m20-glp1-insurance-check-banner__cta:focus-visible {
  background: #0f624e;
  border-color: #0f624e;
  color: #fff;
}

.m20-glp1-insurance-check-banner__close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #51665e;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 8px;
  width: 36px;
}

.m20-glp1-insurance-check-banner__close:hover,
.m20-glp1-insurance-check-banner__close:focus-visible {
  background: #e1f1e9;
  color: #10281f;
}

@media (min-width: 720px) {
  .m20-product-filters {
    grid-template-columns: minmax(280px, 2fr) minmax(170px, 1fr) minmax(160px, 0.8fr) minmax(160px, 0.8fr);
  }

  .m20-filter-keyword {
    grid-column: span 1;
  }

  .m20-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-review-form-grid,
  .m20-fit-grid,
  .m20-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-glp1-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-glp1-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-diet-detail-main-card,
  .m20-diet-detail-rich-sections,
  .m20-diet-detail-side-card {
    grid-column: auto;
    grid-row: auto;
  }

  .m20-glp1-keyword {
    grid-column: 1 / -1;
  }

  .m20-glp1-facility {
    grid-template-columns: 1fr;
  }

  .m20-glp1-detail-layout {
    grid-template-columns: 1fr;
  }

  .m20-glp1-facility-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .m20-glp1-prefecture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-glp1-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-diet-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m20-diet-program-card {
    grid-template-columns: 1fr;
  }

  .m20-diet-detail-hero-inner,
  .m20-diet-detail-layout {
    grid-template-columns: 1fr;
  }

  .m20-diet-detail-check-grid,
  .m20-diet-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .m20-diet-detail-hero-inner,
  .m20-diet-detail-hero-inner.no-media,
  .m20-diet-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .m20-diet-detail-main-card,
  .m20-diet-detail-rich-sections,
  .m20-diet-detail-side-card {
    grid-column: auto;
    grid-row: auto;
  }

  .m20-diet-basic-info dl {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .m20-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m20-product-detail-main {
    grid-template-columns: 1fr 320px;
    padding: 28px;
  }

  .m20-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .m20-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m20-article-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .m20-article-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media (max-width: 640px) {
  body.m20-has-insurance-check-banner {
    padding-bottom: 184px;
  }

  .m20-glp1-insurance-check-banner {
    bottom: 50px;
  }

  .m20-glp1-insurance-check-banner__inner {
    gap: 6px 10px;
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 0;
    padding: 10px 34px 10px 12px;
  }

  .m20-glp1-insurance-check-banner__image {
    grid-column: 1;
    grid-row: 1;
    height: 66px;
    width: 56px;
  }

  .m20-glp1-insurance-check-banner__copy {
    grid-column: 2;
    grid-row: 1;
  }

  .m20-glp1-insurance-check-banner__eyebrow {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .m20-glp1-insurance-check-banner__copy strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .m20-glp1-insurance-check-banner__copy strong span {
    display: block;
  }

  .m20-glp1-insurance-check-banner__copy small {
    font-size: 11px;
    line-height: 1.4;
  }

  .m20-glp1-insurance-check-banner__desktop-copy {
    display: none;
  }

  .m20-glp1-insurance-check-banner__mobile-copy {
    display: inline;
  }

  .m20-glp1-insurance-check-banner__cta {
    font-size: 12px;
    gap: 4px;
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 42px;
    min-width: 0;
    padding: 8px 10px;
    width: 100%;
  }

  .m20-glp1-insurance-check-banner__close {
    font-size: 22px;
    height: 32px;
    right: 2px;
    top: 4px;
    width: 32px;
  }

  body.admin-bar .m20-service-header {
    top: 46px;
  }

  .m20-service-header {
    position: static;
  }

  .m20-service-header-inner {
    align-items: stretch;
    display: grid;
    gap: 10px;
    min-height: 0;
    padding: 12px 14px 10px;
  }

  .m20-service-brand {
    min-width: 0;
  }

  .m20-service-logo {
    height: 42px;
  }

  .m20-service-brand-copy {
    display: none;
  }

  .m20-service-brand strong {
    font-size: 17px;
  }

  .m20-service-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -14px;
    overflow-x: auto;
    padding: 0 14px 2px;
  }

  .m20-service-nav a {
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 34px;
    padding: 7px 10px;
  }

  .m20-foods-container {
    padding: 0 14px;
  }

  .m20-glp1-container {
    padding: 0 14px;
  }

  .m20-glp1-hero {
    padding: 38px 0 34px;
  }

  .m20-glp1-summary-grid,
  .m20-glp1-filter-panel,
  .m20-glp1-prefecture-grid {
    grid-template-columns: 1fr;
  }

  .m20-glp1-toolbar,
  .m20-glp1-section-heading {
    align-items: flex-start;
    display: grid;
  }

  .m20-glp1-facility {
    padding: 16px;
  }

  .m20-glp1-facility-actions {
    flex-direction: column;
  }

  .m20-glp1-detail-fact {
    grid-template-columns: 1fr;
  }

  .m20-glp1-related-grid {
    grid-template-columns: 1fr;
  }

  .m20-diet-navi-top-grid,
  .m20-diet-treatment-grid {
    grid-template-columns: 1fr;
  }

  .m20-diet-navi-card {
    min-height: 0;
  }

  .m20-diet-insurance-check-link {
    grid-column: auto;
  }

  .m20-diet-check-layout,
  .m20-diet-bmi-form,
  .m20-diet-disorder-panel fieldset,
  .m20-diet-check-note ul {
    grid-template-columns: 1fr;
  }

  .m20-diet-check-card,
  .m20-diet-check-note {
    padding: 18px;
  }

  .m20-diet-program-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .m20-diet-program-list,
  .m20-diet-program-card dl {
    grid-template-columns: 1fr;
  }

  .m20-diet-program-group + .m20-diet-program-group {
    margin-top: 28px;
  }

  .m20-diet-detail-hero {
    padding: 36px 0;
  }

  .m20-diet-detail-media {
    min-height: 220px;
    padding: 16px;
  }

  .m20-diet-detail-actions,
  .m20-diet-primary-cta,
  .m20-diet-secondary-cta,
  .m20-diet-detail-side-card > a {
    width: 100%;
  }

  .m20-diet-detail-main-card,
  .m20-diet-detail-side-card,
  .m20-diet-detail-checks {
    padding: 18px;
  }

  .m20-diet-detail-check-grid,
  .m20-diet-related-grid {
    grid-template-columns: 1fr;
  }

  .m20-product-index {
    padding-top: 32px;
  }

  .m20-service-footer-inner {
    align-items: flex-start;
    display: grid;
    gap: 20px;
    min-height: 0;
    padding: 28px 14px;
  }

  .m20-footer-nav {
    justify-content: flex-start;
  }

  .m20-product-filters {
    gap: 18px;
    padding: 16px;
  }

  .m20-product-facts {
    grid-template-columns: 1fr;
  }

  .m20-product-carousel {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .m20-carousel-prev,
  .m20-carousel-next {
    height: 38px;
    width: 38px;
  }
}
