/* DrMeronk article assets - loaded by WordPress plugin */
.drmeronk-wp-article {
  width: 100%;
  color: #172033;
}

.drmeronk-wp-article * {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.drmeronk-wp-article {
  scroll-behavior: smooth;
}

.drmeronk-wp-article {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #172033;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  line-height: 1.75;
}

.page {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 40px 0 20px;
}

.kicker {
  display: inline-block;
  padding: 7px 12px;
  background: #ecfdf5;
  color: #047857;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

h1 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.15;
  margin: 15px 0;
  color: #102a43;
}

h2 {
  color: #123b73;
  font-size: 31px;
  line-height: 1.25;
  margin-top: 48px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2563eb;
}

h3 {
  color: #123b73;
}

p {
  font-size: 17px;
}

.lead {
  font-size: 20px;
  color: #334e68;
}

.answer-box {
  margin: 25px 0;
  padding: 22px;
  background: #eff6ff;
  border-left: 5px solid #2563eb;
  border-radius: 8px;
}

.answer-box strong {
  color: #123b73;
}

.article-image {
  margin: 28px auto;
  text-align: center;
}

.article-image img,
.article-image .fixed-article-image {
  display: block;
  width: min(100%, 650px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 12px;
}

.cta-wrap {
  text-align: center;
  margin: 25px 0 35px;
}

.buy-btn {
  display: inline-block;
  background: #16a34a;
  color: #ffffff !important;
  padding: 16px 34px;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 800;
  box-shadow:
    0 6px 18px rgba(22, 163, 74, .25);
  transition:
    transform .18s ease,
    background .18s ease;
}

.buy-btn:hover {
  background: #15803d;
  transform: translateY(-2px);
}

.cta-image-button {
  display: block !important;
  width: min(100%, 360px) !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

.cta-wrap.cta-image-wrap {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 24px auto 35px !important;
}

.cta-wrap.cta-image-wrap a {
  display: inline-block !important;
  max-width: 100% !important;
  line-height: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
}

.cta-wrap.cta-image-wrap a:hover {
  background: transparent !important;
  transform: none !important;
}

@media (max-width: 600px) {
  .cta-image-button {
    width: min(100%, 320px) !important;
  }
}

.table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

th,
td {
  border: 1px solid #d9e2ec;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f1f5f9;
  color: #123b73;
  font-weight: 800;
}

tr:nth-child(even) td {
  background: #f8fafc;
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  padding: 20px;
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #ffffff;
}

.benefit-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-weight: 800;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 25px 0;
}

.pros,
.cons {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d9e2ec;
}

.pros {
  background: #f0fdf4;
}

.cons {
  background: #fff7ed;
}

.review-grid {
  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  gap: 22px;
  margin: 25px 0;
}

.review-card {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 22px;
  background: #ffffff;
  box-shadow:
    0 4px 14px rgba(15, 23, 42, .05);
}

.review-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 22px;
  font-weight: 900;
}

.stars {
  color: #f59e0b;
  letter-spacing: 2px;
}

.review-notice {
  padding: 20px;
  border-left: 5px solid #f59e0b;
  background: #fffbeb;
}

.faq-list {
  margin: 25px 0;
}

details {
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #ffffff;
}

summary {
  cursor: pointer;
  padding: 17px;
  font-weight: 800;
  color: #123b73;
}

.faq-answer {
  padding: 0 17px 17px;
}

.site-link-box { margin: 35px 0; padding: 22px; border: 1px solid #d9e2ec; border-radius: 10px; background: #f8fafc; }
.site-link { font-weight: 800; color: #123b73; text-decoration: none; }

.affiliate-image-wrap {
  margin: 18px 0 24px;
}

.affiliate-image-wrap a {
  display: block;
  text-decoration: none;
}

.affiliate-image-wrap .article-image {
  margin-bottom: 0;
}

.resource-affiliate-link {
  margin-left: 8px;
  font-weight: 800;
  color: #0b6b3a;
  text-decoration: none;
}

.resource-affiliate-link:hover {
  text-decoration: underline;
}

.source-list {
  padding-left: 20px;
}

.source-list li {
  margin-bottom: 8px;
  word-break: break-word;
}

.disclaimer {
  margin-top: 45px;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  color: #52606d;
  font-size: 14px;
}

footer {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid #d9e2ec;
  color: #627d98;
  font-size: 14px;
}

@media (max-width: 800px) {

  .article-image img,
  .article-image .fixed-article-image {
    width: 100%;
    height: 320px;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 27px;
  }

  p {
    font-size: 16px;
  }

}
