/* DivinePath blog article layout — shared across SEO template posts */

.content a {
  color: #1f6a3a;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.content a:hover {
  color: #184f2b;
  border-bottom: 1px solid #184f2b;
}

.definition-block {
  background-color: #eef8f3;
  border-left: 5px solid #1f6a3a;
  padding: 15px 20px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #2f2f2f;
}

.toc-box {
  background: #fdfdfd;
  border: 1px solid #e5ece9;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin: 35px 0 45px 0;
}
.toc-box .toc-heading {
  font-size: 1.25rem !important;
  color: #1f4649;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #eef8f3;
  padding-bottom: 10px;
  display: inline-block;
}
.toc-box ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  column-count: 2;
  column-gap: 40px;
}
.toc-box li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
  page-break-inside: avoid;
}
.toc-box li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6a3a;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}
.toc-box a {
  color: #444 !important;
  font-weight: 500 !important;
  font-size: 0.95rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
  border-bottom: none !important;
}
.toc-box a:hover {
  color: #1f6a3a !important;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .toc-box ul {
    column-count: 1;
  }
}

.content h2 {
  font-size: 20px !important;
  font-weight: 700;
  color: #1f4649;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
  scroll-margin-top: 80px;
}
.content h3 {
  font-size: 18px !important;
  font-weight: 600;
  color: #1f6a3a;
  margin-top: 25px;
  margin-bottom: 10px;
}
.content p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #2f2f2f;
}
.content ul,
.content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-table-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  margin: 2em 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 750px;
}
.content table th {
  background: #285a5f;
  color: #fff;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.content table td {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
  vertical-align: middle;
  line-height: 1.5;
}
.content table td:first-child {
  font-weight: 500;
  color: #2b4f52;
  letter-spacing: 0.3px;
}
.content table tr:nth-child(even) {
  background-color: #fbfbfb;
}
.content table tr:hover td {
  background: #f1f8f5;
}

/* FAQ — native details/summary */
.faq-container {
  margin-top: 20px;
}
.faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.faq-item summary {
  background-color: #f9f9f9;
  color: #1f4649;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  list-style: none;
  transition: background-color 0.3s;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:hover {
  background-color: #eef8f3;
}
.faq-item[open] summary {
  background-color: #eef8f3;
  border-bottom: 1px solid #e0e0e0;
}
.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-chevron {
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.faq-answer {
  padding: 0 18px 15px;
}
.faq-answer p {
  padding: 10px 0 0;
  margin: 0;
  color: #555;
}

/* Article body typography */
.single-post01 .post-item-description .content,
.single-post01 .content.text-justify {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2f2f2f;
}

/* CTA blocks */
.blog-cta-box {
  background: #e8f5e9;
  padding: 24px 20px;
  border-radius: 10px;
  margin: 2em 0;
  text-align: center;
  border: 1px solid #d4eadc;
}
.blog-cta-heading {
  font-size: 1.15rem;
  margin: 0 0 8px;
  border-bottom: none;
  color: #1f4649;
  font-weight: 700;
  line-height: 1.35;
}
.blog-cta-body {
  margin-bottom: 16px;
  color: #2f2f2f;
  font-size: 0.95rem;
  line-height: 1.6;
}
.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.blog-cta-btn,
.single-post01 .blog-cta-box .green-btn,
.single-post01 .content .green-btn,
.single-post01 .content a.green-btn {
  margin: 0;
  display: inline-block;
  font-size: 0.875rem !important;
  line-height: 1.35 !important;
  padding: 0.5rem 1rem !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  border-bottom: none !important;
  min-height: unset !important;
  box-shadow: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.blog-cta-btn:hover,
.single-post01 .content .green-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.blog-cta-btn-primary,
.single-post01 .blog-cta-box .green-btn:not([style*="25D366"]) {
  background: #1f7a45 !important;
  color: #fff !important;
}
.blog-cta-btn-secondary {
  background: #285a5f !important;
  color: #fff !important;
}
.blog-cta-btn-whatsapp,
.single-post01 .content .green-btn[style*="25D366"],
.single-post01 .blog-cta-box a[style*="25D366"] {
  background: #25d366 !important;
  color: #063b22 !important;
}

/* Author profile button on blog posts */
.single-post01 .reviewed-by-section .btn,
.single-post01 .review-card .btn {
  font-size: 0.875rem !important;
  padding: 0.45rem 1.1rem !important;
  line-height: 1.35 !important;
}

.blog-meta-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: -0.125em;
  color: #1f6a3a;
}

.related-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eaeaea;
}
.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.related-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.related-tag {
  color: #1f6a3a;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.related-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.related-title a {
  color: #1f4649;
  text-decoration: none;
  transition: color 0.2s;
}
.related-title a:hover {
  color: #1f6a3a;
}
.related-link {
  margin-top: auto;
  color: #1f6a3a;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.related-card:hover .related-link .blog-link-arrow {
  transform: translateX(5px);
}
.blog-link-arrow {
  transition: transform 0.2s;
}

.conclusion-takeaways {
  background: #f8fdfb;
  border: 1px solid #e5ece9;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 1.5em 0;
}
