.nwsgs-guest-notice {
  max-width: 980px;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.nwsgs-guest-notice h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #2d1725;
}

.nwsgs-guest-notice p {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.55;
  color: #374151;
}

.nwsgs-guest-notice-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}

.nwsgs-guest-notice-buttons a {
  font-weight: 700;
  text-decoration: none;
}

.nwsgs-primary-btn,
.nwsgs-secondary-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
}

.nwsgs-primary-btn {
  background: #8a1f11;
  color: #fff;
}

.nwsgs-primary-btn:hover,
.nwsgs-primary-btn:focus {
  background: #6f190d;
  color: #fff;
}

.nwsgs-secondary-btn {
  border: 1px solid #8a1f11;
  color: #8a1f11;
  background: #fff;
}

.nwsgs-secondary-btn:hover,
.nwsgs-secondary-btn:focus {
  background: #fff4ef;
  color: #6f190d;
}

.nwsgs-text-link {
  color: #1f3a5f;
}

.nwsgs-text-link:hover,
.nwsgs-text-link:focus {
  color: #8a1f11;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .nwsgs-guest-notice {
    padding: 20px;
  }

  .nwsgs-guest-notice-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .nwsgs-primary-btn,
  .nwsgs-secondary-btn,
  .nwsgs-text-link {
    width: 100%;
    text-align: center;
  }
}
