
.reserve-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.reserve-box {
  position: relative;
  width: 90%;
  max-width: 360px;
  background: white;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  text-align: center;
  font-family: sans-serif;
  color: navy;
}

.reserve-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
}

.reserve-box h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.size24 {
  font-size: 24px;
  font-weight: bold;
  margin: 18px 0;
}

.size18 {
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0;
  color: navy;
  text-decoration: none;
}
a {
  color: navy;
  text-decoration: none;
}
a:visited {
  color: navy;
}

a:hover {
  color: #2aa6a1;
  text-decoration: none;
}
a:active {
  color: #2aa6a1;
}
.reserve-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.contact-info-container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
}

.contact-info-row {
}
