/*
Theme Name: Tow Mesa
Theme URI: https://towmesa.com
Author: Techpros Marketing
Author URI: https://techpros.com
Description: Custom theme for Tow Mesa - Mesa, AZ's premier towing service. Built on Arizona Towing Base with Schema.org markup, mobile-optimized, fully customizable.
Version: 2.2.4
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arizona-towing
Tags: custom-menu, custom-logo, featured-images, one-column, two-columns, translation-ready, towing, business
*/

/* Responsive Tables - Fixed for mobile */
.table-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #ddd;
  white-space: nowrap;
}

/* Prevent page-level horizontal scroll */
body {
  overflow-x: hidden;
}

.site-content,
.entry-content,
article {
  max-width: 100%;
  overflow-x: hidden;
}


/* Accordion TOC */
.post-toc {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0;
  margin: 1.5rem 0 2rem;
}
.post-toc summary {
  font-weight: 600;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-toc summary::-webkit-details-marker {
  display: none;
}
.post-toc summary::before {
  content: "▶";
  font-size: 0.75rem;
  transition: transform 0.2s;
}
.post-toc[open] summary::before {
  transform: rotate(90deg);
}
.post-toc nav {
  padding: 0 1.25rem 1rem;
}
.post-toc ol {
  margin: 0;
  padding-left: 1.5rem;
}
.post-toc li {
  margin: 0.5rem 0;
}
.post-toc a {
  color: #0066cc;
  text-decoration: none;
}
.post-toc a:hover {
  text-decoration: underline;
}
