@charset "UTF-8";
/*
  Template: swell
  Theme Name: SWELL CHILD
  Version: 1.0.0
*/

/* Carlabo affiliate article components */
.post_content .article-lead {
  font-size: 1.03rem;
  line-height: 1.9;
}
.post_content .conclusion-box {
  margin: 1.2em 0;
  padding: 16px 18px;
  border: 1px solid #9ec5ed;
  border-left: 6px solid #1769aa;
  border-radius: 8px;
  background: #eef7ff;
}
.post_content .decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 1.2em 0;
}
.post_content .decision-grid > div {
  padding: 14px 16px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #f7f9fc;
}
.post_content .decision-grid h3 {
  margin-top: 0;
}
.post_content .safety-box {
  margin: 1.4em 0;
  padding: 16px 18px;
  border: 1px solid #f2b8a2;
  border-left: 6px solid #b42318;
  border-radius: 8px;
  background: #fff4ed;
}
.post_content .table-scroll {
  overflow-x: auto;
  margin: 1.4em 0;
  -webkit-overflow-scrolling: touch;
}
.post_content .product-facts,
.post_content .product-comparison {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}
.post_content .steps li,
.post_content .check-list li {
  margin: .45em 0;
}
.post_content .author-note {
  margin: 1.6em 0;
  padding: 16px 18px;
  border: 1px solid #b9cbb2;
  border-left: 6px solid #4f7a45;
  border-radius: 8px;
  background: #f4f7f2;
}
.post_content .author-note > strong {
  color: #355d2d;
}
.post_content .author-note p:last-child {
  margin-bottom: 0;
}
.post_content .amazon-link {
  margin: 1.6em 0;
  text-align: center;
}
.post_content .amazon-link a {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  background: #ffca28;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
  color: #222 !important;
  font-weight: 800;
  text-decoration: none;
}
.post_content .amazon-link a:hover {
  background: #ffb300;
}
.post_content .data-note {
  color: #5b6470;
  font-size: .92rem;
}
@media (max-width: 640px) {
  .post_content .decision-grid {
    grid-template-columns: 1fr;
  }
  .post_content .product-facts,
  .post_content .product-comparison {
    min-width: 560px;
  }
}

/* Carlabo 2026-08-04 readability and outcome controls */
.post_content > p,
.post_content .article-lead p { line-height: 1.9; margin-bottom: 1.15em; }
.post_content .conclusion-box { margin: 28px 0 36px !important; }
.post_content .decision-grid { margin: 36px 0 !important; }
.post_content .safety-box { margin: 36px 0 64px !important; }
.post_content .carlab-last-check { margin: 40px 0 56px !important; }
.post_content .carlab-evidence-note { margin: 36px 0 56px !important; }
.post_content .amazon-cta-label { margin: 48px 0 18px !important; }
.post_content .p-adBox.-amazon { margin: 0 0 64px !important; }
.post_content .conclusion-box p:last-child,
.post_content .decision-grid p:last-child,
.post_content .safety-box p:last-child,
.post_content .carlab-last-check p:last-child { margin-bottom: 0 !important; }
.post_content .carlab-related-tools,
.post_content .carlab-priority-answer,
.post_content .carlab-merged-detail {
  margin: 2em 0;
  padding: 18px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f8fbfd;
}
.post_content .carlab-related-tools h2,
.post_content .carlab-merged-detail h2 { margin-top: 0; }
.post_content .carlab-related-tools li + li { margin-top: 1em; }
.post_content .carlab-related-tools li p { margin: .35em 0 0; }
.post_content .cl-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.post_content .cl-result-actions button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #0f4c81;
  border-radius: 6px;
  background: #fff;
  color: #0f4c81;
  font-weight: 700;
  cursor: pointer;
}
.post_content .cl-result-actions button:hover { background: #eaf4ff; }
@media (max-width: 640px) {
  .post_content .carlab-related-tools,
  .post_content .carlab-priority-answer,
  .post_content .carlab-merged-detail { padding: 14px; }
  .post_content .cl-result-actions button { flex: 1 1 100%; }
}
