.elementor-23902 .elementor-element.elementor-element-22ab2f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23902 .elementor-element.elementor-element-22ab2f6.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:480px){.elementor-23902 .elementor-element.elementor-element-a2bfcfd > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:481px){.elementor-23902 .elementor-element.elementor-element-22ab2f6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a2bfcfd *//* ==============================
   Smarter Towing – Legal Pages
   Targets .st-privacy and .st-terms
   ============================== */

:root {
  --st-accent: #D52632;
  --st-text: #222;
  --st-muted: #666;
  --st-border: #e6e6e6;
  --st-maxw: 900px;
}

/* Container */
.st-privacy,
.st-terms {
  max-width: var(--st-maxw);
  margin: 0 auto;
  padding: 2rem 1.5rem;
    font-family: "mozaic-geo-variable", Montserrat, sans-serif !important;

  color: var(--st-text);
  line-height: 1.7;
  background: transparent; /* inherits site bg */
}

/* Header */
.st-privacy header,
.st-terms header {
  margin-bottom: 1.25rem;
}

.st-privacy h1,
.st-terms h1 {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 1rem;
}

.st-privacy header p,
.st-terms header p {
  margin: 0.25rem 0;
  color: var(--st-muted);
 }

/* Divider */
.st-privacy hr,
.st-terms hr {
  border: 0;
  border-top: 1px solid var(--st-border);
  margin: 2rem 0;
}

/* Headings */
.st-privacy h2,
.st-terms h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--st-border);
  color: #111;
}

.st-privacy h3,
.st-terms h3 {
  font-size: 1.1rem;
  margin: 1.25rem 0 0.5rem;
  color: #111;
}

.st-privacy h4,
.st-terms h4 {
  font-size: 1rem;
  margin: 1rem 0 0.4rem;
  color: #111;
}

.st-privacy h5,
.st-terms h5 {
  font-size: 0.95rem;
  margin: 0.85rem 0 0.35rem;
  color: #111;
  text-transform: none;
  letter-spacing: 0;
}

/* Text & Lists */
.st-privacy p,
.st-terms p {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.st-privacy ul,
.st-terms ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

.st-privacy li + li,
.st-terms li + li {
  margin-top: 0.35rem;
}

.st-privacy em,
.st-terms em {
  color: var(--st-muted);
}

/* Links */
.st-privacy a,
.st-terms a {
  color: var(--st-accent);
  text-decoration: none;
}

.st-privacy a:hover,
.st-terms a:hover,
.st-privacy a:focus,
.st-terms a:focus {
  text-decoration: underline;
  outline: none;
}

/* Tables (if you add any later) */
.st-privacy table,
.st-terms table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.st-privacy th,
.st-terms th,
.st-privacy td,
.st-terms td {
  border: 1px solid var(--st-border);
  padding: 0.6rem 0.75rem;
  text-align: left;
}

.st-privacy th,
.st-terms th {
  background: #fafafa;
  font-weight: 600;
}

/* Code/Pre (rare on legal pages but safe) */
.st-privacy code,
.st-terms code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #f6f6f6;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  font-size: 0.92em;
}

/* Definition lists (if used) */
.st-privacy dl,
.st-terms dl {
  margin: 0 0 1rem;
}
.st-privacy dt,
.st-terms dt {
  font-weight: 600;
  margin-top: 0.75rem;
}
.st-privacy dd,
.st-terms dd {
  margin: 0.25rem 0 0.75rem 1rem;
}

/* Small UI niceties */
.st-privacy section[id],
.st-terms section[id] {
  scroll-margin-top: 80px; /* if your theme has a sticky header */
}

.st-privacy strong,
.st-terms strong {
  font-weight: 600;
}

/* Accessibility focus within the article */
.st-privacy a:focus-visible,
.st-terms a:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ------------------------------
   Responsive
   ------------------------------ */

/* Large tablets and down */
@media (max-width: 1024px) {
  .st-privacy,
  .st-terms {
    max-width: 92%;
    padding: 2rem 1rem;
  }
  .st-privacy h1,
  .st-terms h1 {
    font-size: 1.8rem;
  }
  .st-privacy h2,
  .st-terms h2 {
    font-size: 1.2rem;
  }
  .st-privacy p,
  .st-terms p,
  .st-privacy ul,
  .st-terms ul {
    font-size: 0.98rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .st-privacy,
  .st-terms {
    padding: 1.5rem 1rem;
  }
  .st-privacy h1,
  .st-terms h1 {
    font-size: 1.6rem;
  }
  .st-privacy h2,
  .st-terms h2 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
  .st-privacy h3,
  .st-terms h3 {
    font-size: 1.02rem;
  }
  .st-privacy p,
  .st-terms p,
  .st-privacy ul,
  .st-terms ul {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .st-privacy,
  .st-terms {
    padding: 1rem;
  }
  .st-privacy h1,
  .st-terms h1 {
    font-size: 1.4rem;
  }
  .st-privacy h2,
  .st-terms h2 {
    font-size: 1rem;
  }
  .st-privacy p,
  .st-terms p,
  .st-privacy ul,
  .st-terms ul {
    font-size: 0.92rem;
  }
}

/* ------------------------------
   Print-friendly tweaks
   ------------------------------ */
@media print {
  .st-privacy,
  .st-terms {
    max-width: 100%;
    padding: 0;
    color: #000;
  }
  .st-privacy a[href]:after,
  .st-terms a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
  }
  .st-privacy hr,
  .st-terms hr {
    border-top-color: #000;
  }
}/* End custom CSS */