/* ─── Table Links ─────────────────────────────── */
.bagbyit-table a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ─── Hero Button ─────────────────────────────── */
.wp-block-button__link {
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  background-color: #f97316;
  color: #000000 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.wp-block-button__link:hover {
  background-color: #ffffff;
  color: #f97316 !important;
  text-decoration: underline;
}

/* ─── Body Text ───────────────────────────────── */
.entry-content p {
  line-height: 1.7;
  font-size: 0.97rem;
  color: #f9f9f9;
  font-style: normal;
}
.entry-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.entry-content {
  padding-bottom: 2.5rem;
}

/* ─── Entry Links (not buttons) ──────────────── */
.entry-content a:not(.wp-block-button__link):not([href*="request-services"]) {
  color: #f97316 !important;
  text-decoration: underline !important;
}
.entry-content a:not(.wp-block-button__link):not([href*="request-services"]):hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* ─── Footnote / Fine Print ───────────────────── */
.entry-content p em,
.entry-content p > small {
  color: #aaaaaa;
  font-style: italic;
  font-size: 0.85rem;
}

/* ─── Pricing Table ───────────────────────────── */
.entry-content table {
  table-layout: fixed;
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content table th:nth-child(1) { width: 45%; }
.entry-content table th:nth-child(2) { width: 25%; }
.entry-content table th:nth-child(3) { width: 30%; }
.entry-content table tr td:first-child strong {
  display: block;
  color: #f97316;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.entry-content table tr:has(td[colspan]) {
  background-color: #1a1a1a;
}
.entry-content table + p {
  border-top: 1px solid #333333;
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #aaaaaa;
}

/* ─── Pricing Page CTA Button ────────────────── */
/* Replace 00 with your actual pricing page ID   */
.page-id-00 .entry-content a[href*="request-services"] {
  display: block;
  background-color: #f97316;
  color: #000000 !important;
  padding: 0.65rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  transition: background-color 0.2s ease;
}
.page-id-00 .entry-content a[href*="request-services"]:hover {
  background-color: #ffffff;
  color: #f97316 !important;
}

/* ─── Navigation ──────────────────────────────── */
.main-navigation a:hover,
.nav-menu a:hover {
  color: #f97316;
  transition: color 0.2s ease;
}

/* ─── Site Description / Tagline ─────────────── */
.site-description {
  font-size: 1.05rem;
  color: #f97316;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.4rem 0;
}

/* ─── Hide Comments on Pages ─────────────────── */
.page .comments-area,
.page #comments,
.page .comment-respond,
.page .comments-title {
  display: none !important;
}

/* ─── Footer ──────────────────────────────────── */
.site-info,
.site-footer {
  font-size: 0.75rem;
  opacity: 0.45;
}

/* ─── Hero Image ──────────────────────────────── */
.wp-block-image img,
.entry-content img:first-child,
.wp-block-image:first-child img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* ─── Mobile Nav ──────────────────────────────── */
@media (max-width: 640px) {
  .main-navigation ul li a {
    padding: 0.6rem 1.25rem;
    display: block;
  }
}