:root {
  --bpp-blue: #075fc4;
  --bpp-ink: #111;
  --bpp-muted: #66707a;
  --bpp-line: #d8dde2;
  --bpp-soft: #eef3f7;
  --bpp-site-header-height: 80px;
}

html.bpp-document {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--bpp-site-header-height) + 16px);
}

body.theme-b-popup {
  margin: 0;
  color: var(--bpp-ink);
  background: #fff;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

body.theme-b-popup.is-modal-open {
  overflow: hidden;
}

.theme-b-popup main {
  overflow: clip;
}

.bulletin-b {
  --bulletin-font-scale: 1;
  color: var(--bpp-ink);
  background: #fff;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.sebit-bulletin-preview-page #wrap > main.bulletin-b,
body.sebit-bulletin-intro-page #wrap > main.bulletin-b {
  padding-top: var(--bpp-site-header-height);
}

.bulletin-b *,
.bulletin-b *::before,
.bulletin-b *::after {
  box-sizing: border-box;
}

.bpp-intro {
  position: relative;
  min-height: min(780px, calc(100svh - 88px));
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.bpp-intro-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}

.bpp-intro-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 12, 20, .62);
}

.bpp-intro-content,
.bpp-bulletin-heading,
.bpp-community-menu,
.bpp-worship,
.bpp-archive {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}

.bpp-intro-content {
  padding: clamp(70px, 9vw, 132px) 0 clamp(42px, 5vw, 72px);
}

.bpp-eyebrow,
.bpp-community-heading > p,
.bpp-archive > p {
  margin: 0 0 18px;
  color: #77b6ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.bpp-intro h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: clamp(58px, 8vw, 116px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
}

.bpp-intro-description {
  max-width: 680px;
  margin: 30px 0 44px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.8;
}

.bpp-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .42);
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.bpp-service-links a {
  position: relative;
  min-height: 118px;
  padding: 24px 54px 22px 22px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, .28);
  transition: background-color .2s ease;
}

.bpp-service-links a:last-child {
  border-right: 0;
}

.bpp-service-links a:hover,
.bpp-service-links a:focus-visible {
  background: rgba(7, 94, 196, .84);
}

.bpp-service-links a > span {
  display: block;
  margin-bottom: 8px;
  color: #78b8ff;
  font-size: 11px;
  font-weight: 800;
}

.bpp-service-links strong,
.bpp-service-links small {
  display: block;
}

.bpp-service-links strong {
  font-size: 22px;
}

.bpp-service-links small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.bpp-service-links i {
  position: absolute;
  right: 22px;
  top: 50%;
  font-style: normal;
  font-size: 22px;
  transform: translateY(-50%);
}

.bpp-intro-community-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bpp-bulletin-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding: clamp(62px, 7vw, 104px) 0 34px;
  border-bottom: 2px solid var(--bpp-ink);
}

.bpp-bulletin-heading p {
  margin: 0 0 12px;
  color: var(--bpp-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.bpp-bulletin-heading h1 {
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.2;
}

.bpp-bulletin-heading div > span {
  display: block;
  margin-top: 12px;
  color: var(--bpp-muted);
  font-size: 13px;
}

.bpp-bulletin-heading > a {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 12px;
  padding: 10px 0;
  color: var(--bpp-ink);
  border-bottom: 1px solid var(--bpp-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.bpp-font-tools-wrap {
  position: fixed;
  right: max(24px, calc((100vw - 1320px) / 2));
  bottom: 24px;
  z-index: 9000000;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
}

.bpp-font-tools {
  display: inline-grid;
  grid-template-columns: 44px 56px 44px 44px;
  overflow: hidden;
  border: 1px solid var(--bpp-ink);
  border-top: 3px solid var(--bpp-blue);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 32px rgba(15, 30, 45, .14);
  pointer-events: auto;
}

.bpp-font-tools button,
.bpp-font-tools span {
  min-width: 0;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: var(--bpp-ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--bpp-line);
  font: inherit;
  font-size: 13px;
}

.bpp-font-tools button {
  color: var(--bpp-blue);
  font-weight: 750;
  cursor: pointer;
  pointer-events: auto;
}

.bpp-font-tools button:last-child {
  border-right: 0;
}

.bpp-font-tools button:hover,
.bpp-font-tools button:focus-visible {
  color: #fff;
  background: var(--bpp-blue);
}

body.theme-b-popup.is-modal-open .bpp-font-tools-wrap,
body.theme-b-popup.is-modal-open .quick-menu,
body.theme-b-popup.is-modal-open .sebit-quick-toggle {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.b-detail-quote {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 140px;
  gap: 40px;
  align-items: start;
  margin-top: 34px;
  padding: 76px max(32px, calc((100vw - 1200px) / 2));
  color: #fff;
  background: #10253b;
}

.b-detail-quote > p,
.b-detail-quote > span {
  margin: 10px 0 0;
  color: #91c5ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}

.b-detail-quote > span {
  text-align: right;
}

.b-detail-quote blockquote {
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, Batang, serif;
  font-size: calc(30px * var(--bulletin-font-scale));
  font-weight: 400;
  line-height: 1.65;
}

.b-detail-description {
  width: min(1200px, calc(100% - 64px));
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 310px;
  gap: 40px;
  margin: 0 auto;
  padding: 72px 0;
  border-bottom: 1px solid var(--bpp-ink);
}

.b-detail-chapter-mark span {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.b-detail-chapter-mark p {
  margin: 0;
  color: var(--bpp-blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}

.b-detail-description h2 {
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, Batang, serif;
  font-size: clamp(36px, 3.5vw, 46px);
  font-weight: 500;
  line-height: 1.25;
}

.b-detail-description > div:nth-child(2) > p {
  margin: 18px 0 0;
  color: #4f5963;
  font-family: "Noto Serif KR", NanumMyeongjo, Batang, serif;
  font-size: calc(17px * var(--bulletin-font-scale));
  line-height: 1.8;
}

.b-detail-times {
  border-top: 1px solid var(--bpp-ink);
}

.b-detail-times > div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--bpp-line);
  font-size: calc(13px * var(--bulletin-font-scale));
  line-height: 1.55;
}

.b-detail-times strong {
  color: var(--bpp-blue);
}

.bpp-community-menu {
  padding: clamp(54px, 6vw, 82px) 0;
}

.bpp-community-menu.is-bulletin-menu {
  padding: clamp(34px, 4vw, 50px) 0 38px;
}

.bpp-community-heading {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) 1fr;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--bpp-ink);
}

.bpp-community-heading > p {
  color: var(--bpp-blue);
  margin: 0;
}

.bpp-community-menu h2,
.bpp-section-heading h2,
.bpp-archive h2 {
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.15;
}

.bpp-community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bpp-community-grid button {
  position: relative;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 54px 24px 22px;
  color: inherit;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--bpp-line);
  border-bottom: 1px solid var(--bpp-line);
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.bpp-community-grid button:nth-child(4n) {
  border-right: 0;
}

.bpp-community-grid button:hover,
.bpp-community-grid button:focus-visible {
  color: #fff;
  background: var(--bpp-blue);
}

.bpp-community-grid button > span {
  color: var(--bpp-blue);
  font-size: 11px;
  font-weight: 800;
}

.bpp-community-grid button:hover > span,
.bpp-community-grid button:focus-visible > span {
  color: #b9dcff;
}

.bpp-community-grid strong {
  max-width: 220px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
}

.bpp-community-grid i {
  position: absolute;
  right: 22px;
  bottom: 23px;
  font-style: normal;
  font-size: 20px;
}

.bpp-worship {
  padding: clamp(56px, 5vw, 84px) 0 0;
  scroll-margin-top: calc(var(--bpp-site-header-height) + 16px);
}

.bpp-section-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.bpp-section-heading > div:first-child > span {
  display: block;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: 38px;
}

.bpp-section-heading > div:first-child > p {
  margin: 5px 0 0;
  color: var(--bpp-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.bpp-section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
}

.bpp-section-title > p {
  margin: 0;
  color: var(--bpp-muted);
  font-size: 14px;
}

.bpp-service-tablist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--bpp-ink);
  border-bottom: 1px solid var(--bpp-line);
}

.bpp-worship-scroll {
  max-height: clamp(360px, 50svh, 620px);
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scrollbar-gutter: stable;
  border-bottom: 1px solid var(--bpp-line);
  scrollbar-color: var(--bpp-blue) var(--bpp-soft);
  scrollbar-width: thin;
}

.bpp-worship-scroll::-webkit-scrollbar {
  width: 8px;
}

.bpp-worship-scroll::-webkit-scrollbar-track {
  background: var(--bpp-soft);
}

.bpp-worship-scroll::-webkit-scrollbar-thumb {
  background: var(--bpp-blue);
}

.bpp-service-tab {
  min-height: 70px;
  padding: 16px 22px;
  color: var(--bpp-muted);
  background: #fff;
  border: 0;
  border-right: 1px solid var(--bpp-line);
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.bpp-service-tab:last-child {
  border-right: 0;
}

.bpp-service-tab span {
  margin-right: 14px;
  color: #a2a9b1;
  font-size: 11px;
}

.bpp-service-tab.is-active {
  color: #fff;
  background: #111;
}

.bpp-service-tab.is-active span {
  color: #90c5ff;
}

.bpp-service-panel {
  display: none;
}

.bpp-service-panel.is-active {
  display: block;
}

.bpp-order-row {
  display: grid;
  grid-template-columns: 54px 190px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 18px 0;
  border-bottom: 1px solid #e4e7ea;
}

.bpp-order-number {
  color: #a2a9b1;
  font-size: 11px;
  font-weight: 700;
}

.bpp-order-row h3 {
  margin: 0;
  color: #345b7d;
  font-size: calc(17px * var(--bulletin-font-scale));
  line-height: 1.5;
}

.bpp-order-content {
  min-width: 0;
}

.bpp-order-content p {
  margin: 0;
  color: #111;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: calc(18px * var(--bulletin-font-scale));
  line-height: 1.6;
}

.bpp-order-dash {
  color: #bbc0c6;
}

.bpp-scripture-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 9px 0;
}

.bpp-inline-open {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 14px;
  color: var(--bpp-blue);
  background: var(--bpp-soft);
  border: 1px solid transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.bpp-inline-open:hover,
.bpp-inline-open:focus-visible {
  border-color: var(--bpp-blue);
}

.bpp-archive {
  padding: clamp(70px, 8vw, 112px) 0 clamp(90px, 10vw, 150px);
  border-top: 1px solid var(--bpp-line);
}

.bpp-archive > p {
  color: var(--bpp-blue);
}

.bpp-archive > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 2px solid var(--bpp-ink);
}

.bpp-archive > div > a {
  display: block;
  min-height: 150px;
  padding: 22px;
  color: inherit;
  border-right: 1px solid var(--bpp-line);
  text-decoration: none;
}

.bpp-archive > div > a:last-child {
  border-right: 0;
}

.bpp-archive > div > a span,
.bpp-archive > div > a strong,
.bpp-archive > div > a p {
  display: block;
}

.bpp-archive > div > a span {
  color: var(--bpp-blue);
  font-size: 11px;
  font-weight: 800;
}

.bpp-archive > div > a strong {
  margin-top: 28px;
  font-size: 18px;
}

.bpp-archive > div > a p {
  margin: 8px 0 0;
  color: var(--bpp-muted);
  font-size: 13px;
}

.bpp-modal[hidden] {
  display: none;
}

.bpp-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 40px);
}

.bpp-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(4, 10, 18, .76);
  border: 0;
  cursor: default;
}

.bpp-modal-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(820px, calc(100svh - 40px));
  max-height: min(820px, calc(100dvh - 40px));
  overflow: auto;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
  transform: translateY(14px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.bpp-modal.is-open .bpp-modal-panel {
  transform: translateY(0);
  opacity: 1;
}

.bpp-modal-heading {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(24px, 4vw, 46px);
  background: #fff;
  border-bottom: 1px solid var(--bpp-line);
}

.bpp-modal-heading > div {
  min-width: 0;
}

.bpp-modal-heading > div > p {
  margin: 0 0 10px;
  color: var(--bpp-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.bpp-modal-heading > div > h2 {
  margin: 0;
  font-family: "Noto Serif KR", NanumMyeongjo, serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.2;
}

.bpp-modal-close {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: var(--bpp-soft);
  border: 0;
  cursor: pointer;
}

.bpp-modal-close span {
  position: absolute;
  left: 14px;
  top: 23px;
  width: 20px;
  height: 1px;
  background: var(--bpp-ink);
}

.bpp-modal-close span:first-child {
  transform: rotate(45deg);
}

.bpp-modal-close span:last-child {
  transform: rotate(-45deg);
}

.bpp-modal-body {
  padding: clamp(26px, 5vw, 54px);
}

.bpp-modal-copy,
.bpp-modal-scripture,
.bpp-modal-prose > div {
  color: #343f4b;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.9;
}

.bpp-preline {
  white-space: pre-line;
}

.bpp-modal-image {
  margin: 0 0 32px;
}

.bpp-modal-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: var(--bpp-soft);
}

.bpp-modal-prose + .bpp-modal-prose {
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid var(--bpp-line);
}

.bpp-modal-prose h3 {
  margin: 0 0 14px;
  color: var(--bpp-ink);
  font-size: 20px;
}

.bpp-table-wrap {
  width: 100%;
  margin-top: 12px;
  overflow-x: auto;
}

.bpp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.bpp-table th,
.bpp-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--bpp-line);
  text-align: left;
  vertical-align: top;
}

.bpp-table th {
  color: var(--bpp-ink);
  background: var(--bpp-soft);
  font-weight: 700;
}

@media (max-width: 768px) {
  body.sebit-bulletin-preview-page .quick-menu.mo2 {
    transition: transform .24s ease, opacity .24s ease;
  }

  body.sebit-bulletin-preview-page:not(.quick-menu-open) .quick-menu.mo2 {
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
  }

  body.sebit-bulletin-preview-page:not(.quick-menu-open) .quick-menu.mo2 ul {
    opacity: 0;
    pointer-events: none;
  }

  body.sebit-bulletin-preview-page.quick-menu-open .quick-menu.mo2,
  body.sebit-bulletin-preview-page.quick-menu-open .quick-menu.mo2 ul {
    opacity: 1;
    pointer-events: auto;
  }

  body.sebit-bulletin-preview-page.quick-menu-open .quick-menu.mo2 {
    transform: translateY(0);
  }

  body.sebit-bulletin-preview-page .quick-menu.mo2::before {
    display: none;
  }

  body.sebit-bulletin-preview-page .sebit-quick-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: 2147483647;
    width: 104px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 11px 11px 0 0;
    background: rgba(0, 83, 183, .58);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .12);
    transform: translateX(-50%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: pointer;
    transition: bottom .28s ease, background .24s ease;
  }

  body.sebit-bulletin-preview-page .sebit-quick-toggle::before {
    content: "";
    width: 58px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
  }

  body.sebit-bulletin-preview-page.quick-menu-open .sebit-quick-toggle {
    bottom: clamp(54px, 13.9vw, 76px);
    background: rgba(0, 83, 183, .72);
  }
}

@media (max-width: 900px) {
  .bpp-intro-content,
  .bpp-bulletin-heading,
  .bpp-community-menu,
  .bpp-worship,
  .bpp-archive {
    width: min(100% - 36px, 720px);
  }

  .bpp-intro {
    min-height: calc(100svh - 72px);
  }

  .bpp-service-links {
    grid-template-columns: 1fr;
  }

  .bpp-service-links a {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
  }

  .bpp-service-links a:last-child {
    border-bottom: 0;
  }

  .bpp-community-heading,
  .bpp-section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bpp-community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bpp-community-grid button:nth-child(4n) {
    border-right: 1px solid var(--bpp-line);
  }

  .bpp-community-grid button:nth-child(2n) {
    border-right: 0;
  }

  .is-bulletin-menu .bpp-community-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .is-bulletin-menu .bpp-community-grid button:nth-child(2n) {
    border-right: 1px solid var(--bpp-line);
  }

  .is-bulletin-menu .bpp-community-grid button:nth-child(4n) {
    border-right: 0;
  }

  .bpp-order-row {
    grid-template-columns: 44px minmax(126px, .36fr) minmax(0, 1fr);
  }

  .b-detail-quote {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 58px 24px;
  }

  .b-detail-quote > span {
    text-align: left;
  }

  .b-detail-description {
    width: min(100% - 36px, 720px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 54px 0;
  }

  .b-detail-times {
    margin-top: 6px;
  }

  .bpp-archive > div {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .bpp-intro-content,
  .bpp-bulletin-heading,
  .bpp-community-menu,
  .bpp-worship,
  .bpp-archive {
    width: calc(100% - 32px);
  }

  .bpp-intro {
    min-height: auto;
  }

  .bpp-intro-content {
    padding-top: 104px;
  }

  .bpp-intro h1 {
    font-size: clamp(52px, 18vw, 76px);
  }

  .bpp-intro-description {
    margin: 22px 0 30px;
    font-size: 15px;
    line-height: 1.75;
  }

  .bpp-bulletin-heading {
    align-items: flex-start;
    padding: 42px 0 26px;
  }

  .bpp-bulletin-heading h1 {
    font-size: 29px;
  }

  .bpp-bulletin-heading > a {
    font-size: 0;
  }

  .bpp-bulletin-heading > a span {
    font-size: 19px;
  }

  .bpp-font-tools-wrap {
    top: auto;
    right: 12px;
    bottom: 34px;
    width: auto;
    height: auto;
    margin: 0;
  }

  .bpp-font-tools button,
  .bpp-font-tools span {
    min-width: 0;
    height: 38px;
    padding: 0 6px;
    font-size: 12px;
  }

  .bpp-font-tools {
    grid-template-columns: 42px 52px 42px 42px;
  }

  body.sebit-bulletin-preview-page.quick-menu-open .bpp-font-tools-wrap {
    bottom: clamp(82px, 19vw, 104px);
  }

  .b-detail-quote {
    margin-top: 28px;
    padding: 50px 18px;
  }

  .b-detail-quote blockquote {
    font-size: calc(23px * var(--bulletin-font-scale));
  }

  .b-detail-description {
    width: calc(100% - 32px);
    padding: 48px 0 50px;
  }

  .b-detail-description h2 {
    font-size: 34px;
  }

  .b-detail-times > div {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .bpp-community-menu {
    padding: 64px 0;
  }

  .bpp-community-menu.is-bulletin-menu {
    padding: 28px 0 24px;
  }

  .bpp-community-menu.is-bulletin-menu > .bpp-community-heading {
    gap: 6px;
    padding-bottom: 12px;
  }

  .bpp-community-menu h2,
  .bpp-section-heading h2,
  .bpp-archive h2 {
    font-size: 36px;
  }

  .bpp-community-grid button {
    min-height: 108px;
    padding: 20px 38px 20px 14px;
  }

  .bpp-community-grid strong {
    font-size: 15px;
  }

  .is-bulletin-menu .bpp-community-grid button {
    min-height: 104px;
    padding: 16px 18px 16px 9px;
  }

  .is-bulletin-menu .bpp-community-grid strong {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .is-bulletin-menu .bpp-community-grid i {
    right: 7px;
    bottom: 13px;
    font-size: 15px;
  }

  .bpp-service-tab {
    min-height: 60px;
    padding: 12px 8px;
    font-size: 14px;
  }

  .bpp-service-tab span {
    display: none;
  }

  .bpp-order-row {
    grid-template-columns: 28px minmax(84px, .36fr) minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 62px;
    padding: 14px 0;
  }

  .bpp-order-number {
    padding-top: 0;
  }

  .bpp-order-row h3 {
    padding-right: 6px;
    font-size: calc(15px * var(--bulletin-font-scale));
  }

  .bpp-order-content {
    grid-column: auto;
    margin-top: 0;
  }

  .bpp-order-content p {
    font-size: calc(16px * var(--bulletin-font-scale));
  }

  .bpp-order-row.is-interactive {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    padding-top: 18px;
  }

  .bpp-order-row.is-interactive h3,
  .bpp-order-row.is-interactive .bpp-order-content {
    grid-column: 2;
  }

  .bpp-order-row.is-interactive h3 {
    padding-right: 0;
  }

  .bpp-order-row.is-interactive .bpp-order-content {
    margin-top: 6px;
  }

  .bpp-inline-open {
    width: 100%;
  }

  .bpp-scripture-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bpp-modal {
    align-items: end;
    padding: max(12px, env(safe-area-inset-top)) 0 0;
  }

  .bpp-modal-panel {
    width: 100%;
    max-height: calc(100svh - max(12px, env(safe-area-inset-top)));
    max-height: calc(100dvh - max(12px, env(safe-area-inset-top)));
  }

  .bpp-modal-heading {
    padding: 24px 18px;
  }

  .bpp-modal-body {
    padding: 26px 18px 44px;
  }

  .bpp-table {
    min-width: 520px;
  }

  .bulletin-b {
    padding-bottom: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.bpp-document {
    scroll-behavior: auto;
  }

  .bpp-modal-panel,
  .bpp-community-grid button,
  .bpp-service-links a {
    transition: none;
  }
}
