.contact-box {
  max-width: 700px;
  margin: 5% auto;
  padding: 1.6rem 2rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.contact-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-green);
  border-bottom: 2px solid var(--primary-green);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.contact-section {
  margin-bottom: 1.2rem;
}

.contact-section p {
  margin: 0.3rem 0;
  font-size: 1.05rem;
  line-height: 1.5rem;
}

.contact-section strong {
  font-weight: 700;
}

.contact-hours {
  margin-top: 2rem;
}

.contact-hours-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-green);
  border-bottom: 2px solid var(--primary-green);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
}

.contact-hours p {
  margin: 0.25rem 0;
  font-size: 1.03rem;
  line-height: 1.45rem;
}

.map-box {
  margin-top: 2rem;
}

.map-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-green);
  border-bottom: 2px solid var(--primary-green);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  scroll-margin-top: 40vh;
}

.map-frame {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 6px;
}

@media (max-width: 900px) and (min-width: 601px) {
  .contact-box {
    margin: 3% auto;
    padding: 2rem 2.5rem;
  }

  .map-frame {
    height: 380px;
  }

  .map-consent button,
  .map-info-btn {
    min-height: 44px;
  }
}

@media (max-width: 700px) {
  .contact-box {
    padding: 1.3rem 1.2rem;
  }
}

.map-box {
  margin-top: 2rem;
}

.map-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.map-consent {
  background: #f9f9f9;
  border: 2px solid #e0e0e0;
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.map-consent p {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #333;
}

.map-consent button {
  background-color: var(--primary-green);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.map-consent button:hover {
  background-color: #3b8a4f;
}

@media (max-width: 600px) {
  .contact-box {
    margin: 1rem;
    padding: 1rem;
  }

  .map-frame {
    height: 260px;
  }

  .map-consent button {
    min-height: 44px;
  }
}

.map-frame {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 6px;
}