/* Shared mirror-only corrections that must apply to every page shell. */
@media (max-width: 767px) {
  .elementor-location-header
    .elementor-element-9652e69
    .elementor-icon-list-items {
    margin-inline: 0 !important;
    width: auto !important;
  }
}

/* Homepage FAQ accordion (.cheers-faq) — native <details> disclosure, no JS.
   Content is the untouched live Q/A text; only presentation changes. */
.cheers-faq {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}
.cheers-faq__item {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.cheers-faq__item:hover {
  border-color: #b9d4ec;
  box-shadow: 0 4px 14px rgba(12, 113, 195, 0.1);
}
.cheers-faq__item[open] {
  border-color: #0c71c3;
  box-shadow: 0 6px 20px rgba(12, 113, 195, 0.12);
}
.cheers-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  -webkit-tap-highlight-color: transparent;
}
.cheers-faq__item summary::-webkit-details-marker {
  display: none;
}
.cheers-faq__item summary h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 700;
  color: #12324e;
}
.cheers-faq__chev {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef5fc;
  position: relative;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cheers-faq__chev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c71c3;
  border-bottom: 2px solid #0c71c3;
  transform: translate(-50%, -68%) rotate(45deg);
}
.cheers-faq__item[open] .cheers-faq__chev {
  transform: rotate(180deg);
  background: #0c71c3;
}
.cheers-faq__item[open] .cheers-faq__chev::before {
  border-color: #fff;
}
.cheers-faq__a {
  padding: 0 22px 20px;
  color: #42566b;
  line-height: 1.7;
}
.cheers-faq__a p {
  margin: 0;
}
.cheers-faq__a p + p {
  margin-top: 10px;
}
.cheers-faq__a a {
  color: #0c71c3;
  font-weight: 600;
}
@media (max-width: 640px) {
  .cheers-faq__item summary {
    padding: 15px 16px;
  }
  .cheers-faq__a {
    padding: 0 16px 16px;
  }
}

/* Legacy Elementor nested-accordion FAQs (10 pages, e.g. the
   emergency-plumber city family) — same visual language as .cheers-faq. */
.e-n-accordion .e-n-accordion-item {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  margin-bottom: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.e-n-accordion .e-n-accordion-item:hover {
  border-color: #b9d4ec;
  box-shadow: 0 4px 14px rgba(12, 113, 195, 0.1);
}
.e-n-accordion .e-n-accordion-item[open] {
  border-color: #0c71c3;
  box-shadow: 0 6px 20px rgba(12, 113, 195, 0.12);
}
.e-n-accordion .e-n-accordion-item-title {
  padding: 18px 22px;
}
.e-n-accordion .e-n-accordion-item-title-text {
  color: #12324e;
  font-weight: 700;
}
