/*
 * MENZBE article shared components.
 * Scope styles to THE THOR article body to avoid sidebar, navigation, ranking, and theme UI.
 */

/* MENZBE Internal CTA */
.postContents .menzbe-internal-cta {
  max-width: 760px;
  margin: 30px auto 50px;
  padding: 24px 26px 40px;
  border: 1px solid #c9e7ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(63, 143, 153, 0.08);
  color: #20323a;
}

.postContents .menzbe-internal-cta-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #3f8f99;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.postContents .menzbe-internal-cta-title {
  margin: 0 0 10px;
  color: #1e333a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.postContents .menzbe-internal-cta-text {
  margin: 0;
  color: #40525a;
  font-size: 16px;
  line-height: 1.8;
}

.postContents .menzbe-internal-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 22px 0 18px !important;
}

.postContents .menzbe-internal-cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 54px;
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: 0.18s ease;
}

/* 左：医療脱毛 */
.postContents .menzbe-internal-cta-buttons a:first-child {
  border: 2px solid #20c4d6;
  background: #20c4d6;
  color: #ffffff !important;
}

.postContents .menzbe-internal-cta-buttons a:first-child:hover {
  border-color: #16aebe;
  background: #16aebe;
  color: #ffffff !important;
}

/* 右：脱毛サロン */
.postContents .menzbe-internal-cta-buttons a:last-child {
  border: 2px solid #ffd84d;
  background: #ffd84d;
  color: #222222 !important;
}

.postContents .menzbe-internal-cta-buttons a:last-child:hover {
  border-color: #f2c62d;
  background: #f2c62d;
  color: #222222 !important;
}

@media screen and (max-width: 767px) {
  .postContents .menzbe-internal-cta {
    margin: 26px auto 42px;
    padding: 20px 16px 22px;
  }

  .postContents .menzbe-internal-cta-title {
    font-size: 18px;
  }

  .postContents .menzbe-internal-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .postContents .menzbe-internal-cta-buttons a {
    max-width: none;
    min-height: 52px;
  }
}

/* MENZBE Article List */
.postContents ul.menzbe-article-list {
  margin: 22px 0;
  padding: 18px 20px 18px 24px;
  border: 1px solid #cfe8f2;
  border-left: 4px solid #3f8f99;
  border-radius: 8px;
  background: #fbfdff;
  list-style: none;
}

.postContents ul.menzbe-article-list > li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.85;
}

.postContents ul.menzbe-article-list > li + li {
  margin-top: 10px;
}

.postContents ul.menzbe-article-list > li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f8f99;
}

/* MENZBE Article Strong */
.postContents > .content strong {
  font-weight: 700;
  background: linear-gradient(transparent 62%, #fff2a8 62%);
  padding: 0 .08em;
}

/* Mobile */
@media (max-width: 640px) {
  .postContents .menzbe-internal-cta {
    margin: 24px auto;
    padding: 20px 18px;
  }

  .postContents .menzbe-internal-cta-title {
    font-size: 18px;
  }

  .postContents .menzbe-internal-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .postContents .menzbe-internal-cta-buttons a {
    max-width: none;
    min-height: 50px;
  }

  .postContents ul.menzbe-article-list {
    margin: 20px 0;
    padding: 16px 16px 16px 20px;
  }

  .postContents ul.menzbe-article-list > li {
    padding-left: 18px;
  }
}
