.cesa-store-page {
  margin: 0 auto 48px;
  max-width: 1320px;
  width: 100%;
}

.cesa-store-eyebrow {
  color: #007c92;
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cesa-store-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cesa-store-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, .08);
  display: flex;
  gap: 18px;
  min-width: 0;
  padding: 28px 32px;
}

.cesa-store-card__icon {
  align-items: center;
  background: #e6f6f8;
  border-radius: 50%;
  color: #007c92;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
}

.cesa-store-card h2 {
  color: #0b1f33;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 12px;
}

.cesa-store-card address,
.cesa-store-card p {
  color: #475569;
  font-style: normal;
  line-height: 1.65;
  margin: 0 0 10px;
}

.cesa-store-card a {
  color: #007c92;
  font-weight: 700;
}

.cesa-store-link {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  margin-top: 4px;
}

.cesa-store-link .material-icons {
  font-size: 17px;
}

.cesa-store-hours {
  margin: 0;
}

.cesa-store-hours div {
  border-bottom: 1px solid #e8eef3;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(80px, .8fr) minmax(110px, 1fr) minmax(125px, 1fr);
  padding: 8px 0;
}

.cesa-store-hours div:last-child {
  border-bottom: 0;
}

.cesa-store-hours dt,
.cesa-store-hours dd {
  color: #475569;
  margin: 0;
}

.cesa-store-hours dt {
  font-weight: 700;
}

.cesa-store-hours__head dt,
.cesa-store-hours__head dd {
  color: #0b1f33;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cesa-store-hours__mobile-label {
  display: none;
}

.cesa-store-note {
  align-items: flex-start;
  background: #f1fafb;
  border: 1px solid #cfe9ed;
  border-radius: 14px;
  color: #334155;
  display: flex;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 22px;
}

.cesa-store-note .material-icons {
  color: #007c92;
}

.cesa-store-note p {
  line-height: 1.55;
  margin: 0;
}

.cesa-store-home-info .cesa-home-info-grid {
  margin-top: 22px;
}

@media (max-width: 767.98px) {
  .cesa-store-grid {
    grid-template-columns: 1fr;
  }

  .cesa-store-card {
    padding: 22px 20px;
  }

  .cesa-store-hours div {
    gap: 5px 12px;
    grid-template-columns: 90px 1fr;
  }

  .cesa-store-hours__head {
    display: none !important;
  }

  .cesa-store-hours div dd {
    grid-column: 2;
  }

  .cesa-store-hours__mobile-label {
    display: inline;
    font-weight: 700;
  }
}
