
.cmg-location-layout,
.cmg-hours-box,
.cmg-service-area {
  width: 100%;
}

.cmg-location-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .cmg-location-layout__grid--5-7 {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
}

.cmg-panel,
.cmg-hours-box__panel {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  text-align: left;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}

.cmg-hours-box__panel {
  background: #ffffff;
  padding: 1rem 1rem 0.9rem;
}

.cmg-panel__heading,
.cmg-hours-box__heading {
  margin: 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b5563;
}

.cmg-hours-box__heading {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-top: 0.25rem !important;
}

.cmg-panel__heading--spaced {
  margin-top: 20px !important;
}

.cmg-panel__heading + .cmg-location,
.cmg-hours-box__heading + .cmg-location {
  margin-top: 0 !important;
}

.cmg-location {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  text-align: left;
}

.cmg-location li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.cmg-panel > .cmg-location li:first-child,
.cmg-hours-box__panel > .cmg-location li:first-child {
  padding-top: 0.2rem;
}

.cmg-location li:last-child {
  border-bottom: 0;
}

.cmg-location-label {
  font-weight: 700;
  color: rgba(15, 23, 42, 0.75);
  min-width: 95px;
  flex: 0 0 95px;
}

.cmg-location-value {
  font-weight: 600;
  color: rgba(15, 23, 42, 0.95);
  text-align: left;
  flex: 1;
  overflow-wrap: anywhere;
}

.cmg-location--links li {
  display: block;
  padding: 0.55rem 0;
}

.cmg-location-link-wrap {
  display: block;
  font-weight: 700;
}

.cmg-map-frame {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.cmg-map-frame iframe {
  border: 0;
  width: 100%;
  min-height: 450px;
  height: 100%;
  display: block;
}

.cmg-location-layout__map--stacked {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cmg-location-layout__map--stacked .cmg-map-frame {
  margin-top: auto;
}

.cmg-directions-copy {
  text-align: left;
  margin: 0 0 1rem;
  color: #4b5563;
  line-height: 1.65;
  font-size: 1rem;
}

.cmg-directions-copy p {
  margin: 0 0 1rem;
}

.cmg-directions-copy p:last-child {
  margin-bottom: 1rem;
}

.cmg-info-note {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(15, 23, 42, 0.9);
}

.cmg-info-note strong {
  font-weight: 700;
}

.cmg-service-area {
  text-align: left;
  color: #0f172a;
}

.cmg-service-area__heading {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.cmg-service-area__intro,
.cmg-service-area__note {
  margin: 0 0 1rem;
  color: #475569;
  line-height: 1.7;
}

.cmg-service-area__lists {
  margin: 1.25rem 0 1.1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.cmg-service-area__label {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.7rem;
}

.cmg-service-area__list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 1rem;
}

.cmg-service-area__list li {
  break-inside: avoid;
  position: relative;
  margin: 0 0 0.55rem;
  padding-left: 1rem;
  color: #0f172a;
}

.cmg-service-area__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #94a3b8;
}

.cmg-service-area__list--preview {
  columns: 1;
}

.cmg-service-area__details {
  margin-top: 0.25rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.9rem;
}

.cmg-service-area__summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
}

.cmg-service-area__summary::-webkit-details-marker {
  display: none;
}

.cmg-service-area__summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  font-size: 1rem;
  line-height: 1;
}

.cmg-service-area__details[open] .cmg-service-area__summary::after {
  content: "−";
}

.cmg-service-area__expanded {
  margin-top: 0.95rem;
}

.cmg-service-area__expanded .cmg-service-area__list--all {
  columns: 1;
}

.cmg-service-area__note p {
  margin: 0;
}

@media (min-width: 700px) {
  .cmg-service-area__list--preview {
    columns: 2;
  }

  .cmg-service-area__expanded .cmg-service-area__list--all {
    columns: 2;
  }
}

@media (min-width: 1080px) {
  .cmg-service-area__list--preview {
    columns: 3;
  }

  .cmg-service-area__expanded .cmg-service-area__list--all {
    columns: 3;
  }
}
