html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.home-notice {
  max-width: 820px;
  margin: 0 auto;
  padding: 4rem 0;
}

.home-notice .lead {
  max-width: 620px;
}

.home-link-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.privacy-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.privacy-header {
  margin-bottom: 2rem;
}

.privacy-header h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

.request-panel {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.privacy-content {
  line-height: 1.7;
}

.privacy-content h2,
.privacy-content h3,
.privacy-content h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.privacy-content h2 {
  font-size: 1.75rem;
}

.privacy-content h3 {
  font-size: 1.35rem;
}

.privacy-content h4 {
  font-size: 1.1rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
