/**
 * Shared layout utilities for computer-repair-fort-worth.html and
 * computer-repair-burleson.html (replaces former HTML inline styles).
 */

.dropdown-caret {
  font-size: 0.8em;
  vertical-align: middle;
  margin-left: 2px;
  display: inline-block;
}

.page-breadcrumb-section {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.page-breadcrumb-line {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.page-breadcrumb-ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  color: #64748b;
  font-size: 0.95rem;
}

.reading-column {
  max-width: 820px;
}

.stack-gutter-2 {
  margin-top: 2rem;
}

.stack-gutter-half {
  margin-top: 0.5rem;
}

.footer-heading-accent {
  color: var(--primary-color) !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.social-icon-link {
  background: none;
  width: auto;
  height: auto;
}

.inline-icon-svg {
  vertical-align: middle;
  margin-right: 8px;
}

.footer-email-img-dim {
  width: 193px;
  height: 15px;
  vertical-align: middle;
}

.footer-email-img-fw {
  height: 15px;
  vertical-align: middle;
}

.footer-seo-muted {
  font-size: 0.94rem;
  line-height: 1.65;
  max-width: 920px;
  margin: 0 auto 1rem;
  padding: 0 0.5rem;
  text-align: center;
  color: #fff !important;
}

.drawer[data-drawer][data-open="false"] {
  display: none !important;
}

.drawer[data-drawer][data-open="true"] {
  display: block !important;
}

.drawer-close-glyph {
  font-size: 22px;
  line-height: 1;
}

.drawer-close-strong {
  font-weight: 700;
}

.video-trust-lede {
  max-width: 900px;
  margin: 1rem auto 0;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.65;
}

.urgency-text a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.prose-comfort {
  font-size: 1.05rem;
  line-height: 1.75;
}

.stack-top-1 {
  margin-top: 1rem;
}

.cta-buttons-center {
  justify-content: center;
}

.area-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.5rem 1.5rem;
  list-style: disc;
  padding-left: 1.25rem;
}

.text-center {
  text-align: center;
}

.chamber-cta-btn {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #011e44;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
}

.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9a2600, #c73202);
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn.is-hover {
  transform: scale(1.1);
}
