#sp-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 24px 40px;
  overflow-y: auto;
}
#sp-nav-overlay[hidden] { display: none; }

.overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  flex-shrink: 0;
}
.overlay-header img { height: auto; width: 160px; }

.overlay-close {
  font-size: 24px;
  color: #0F2942;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.overlay-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-top: 8px;
  background: #F47B20;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
}
.overlay-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-top: 8px;
  background: #fff;
  color: #009CA6;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #009CA6;
  border-radius: 10px;
  text-decoration: none;
}

.overlay-divider {
  border: none;
  border-top: 1px solid #E5E9EE;
  margin: 20px 0;
}

#sp-nav-overlay nav {
  display: flex;
  flex-direction: column;
}
#sp-nav-overlay nav a {
  padding: 16px 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0F2942;
  text-decoration: none;
  border-bottom: 1px solid #E5E9EE;
}
#sp-nav-overlay nav a:last-child { border-bottom: none; }

@media (min-width: 1280px) {
  .mobile-menu-toggle { display: none; }
}
