@font-face {
  font-family: 'GlowSans Normal';
  src: url('/bible/fonts/GlowSansSC-Normal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.bible-subpage {
  padding-bottom: 58px !important;
}

/* 本文ページ用の固定フッター（書・章選択）はサブページでは使わない。 */
body.bible-subpage > footer:not(.amana-bible-subpage-footer) {
  display: none !important;
}

body.bible-subpage > header {
  position: sticky !important;
  top: var(--amana-nav-height) !important;
  z-index: 30 !important;
  margin: 0 0 12px !important;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 2px solid #667eea !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.bible-subpage > header > .max-w-7xl {
  max-width: none !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

body.bible-subpage > header > .max-w-7xl > div {
  position: relative;
  min-height: 44px;
  height: auto !important;
  justify-content: center !important;
}

body.bible-subpage > header > .max-w-7xl > div > div:first-child {
  position: static !important;
}

body.bible-subpage > header h1 {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  color: #212529 !important;
  font-family: 'GlowSans Normal', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', YuGothic, Meiryo, 'MS Gothic', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

body.bible-subpage > header #hamburgerButton,
body.bible-subpage > header #hamburgerDropdown {
  display: none !important;
}

.amana-bible-subpage-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  min-height: 53px;
  padding: 7px 12px calc(7px + env(safe-area-inset-bottom));
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--amana-nav-paper);
  border-top: 1px solid rgba(138, 115, 80, .38);
  box-shadow: 0 -8px 24px rgba(23, 33, 58, .12);
}

.amana-bible-subpage-footer a {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 13px;
  align-items: center;
  justify-content: center;
  color: #4d566a;
  background: #f5f6f8;
  border: 1px solid rgba(23, 33, 58, .1);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.amana-bible-subpage-footer a:hover,
.amana-bible-subpage-footer a:focus-visible {
  color: #735f41;
  border-color: #8a7350;
  outline: none;
}

.amana-bible-subpage-footer a[aria-current="page"] {
  color: #fff;
  background: #927a52;
  border-color: #927a52;
}

.amana-bible-subpage-footer__actions {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  z-index: 1;
  margin: 0 !important;
  transform: translateY(-50%);
}

.amana-bible-subpage-footer__actions #settingsButton {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  color: #4d566a;
  background: #f5f6f8;
  border: 1px solid rgba(23, 33, 58, .1);
  border-radius: 8px;
}

.amana-bible-subpage-footer__actions #settingsButton:hover,
.amana-bible-subpage-footer__actions #settingsButton:focus-visible {
  color: #735f41;
  border-color: #8a7350;
  outline: none;
}

.amana-bible-subpage-footer__actions #settingsDropdown {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: calc(100% + 10px) !important;
  width: min(20rem, calc(100vw - 24px));
  z-index: 10;
}

@media (max-width: 520px) {
  .amana-bible-subpage-footer {
    padding-right: 7px;
    padding-left: 7px;
    gap: 3px;
  }

  .amana-bible-subpage-footer a {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    flex: 1 1 auto;
    font-size: .69rem;
  }

  .amana-bible-subpage-footer__actions {
    right: 7px !important;
  }
}
