.welcome-prayer-center {
  margin-top: 30px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 55, 103, 0.82), rgba(6, 46, 89, 0.86)),
    url('https://images.unsplash.com/photo-1504052434569-70ad5836ab65?auto=format&fit=crop&w=2200&q=80') center/cover no-repeat;
  color: #fff;
  box-shadow: none;
  font-family: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.welcome-prayer-center-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 70px 0;
}

.welcome-prayer-center-top {
  text-align: center;
  margin-bottom: 32px;
}

.welcome-prayer-center-top h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.welcome-prayer-center-top p {
  margin: 12px auto 0;
  max-width: 600px;
  color: rgba(235, 245, 255, 0.95);
  font-size: 16px;
}

.welcome-prayer-center-submit {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(196, 221, 247, 0.92);
  color: #f7fbff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 7px;
  padding: 11px 34px;
  background: rgba(28, 89, 148, 0.26);
  transition: background 0.16s ease, border-color 0.16s ease;
}

.welcome-prayer-center-submit:hover {
  background: rgba(28, 89, 148, 0.42);
  border-color: #fff;
}

.welcome-prayer-center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.welcome-prayer-center-head h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.welcome-prayer-center-viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ecf5ff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.welcome-prayer-center-viewall span {
  font-size: 24px;
  line-height: 1;
}

.welcome-prayer-center-card {
  border: 1px solid rgba(214, 231, 251, 0.22);
  border-radius: 10px;
  background: rgba(197, 217, 242, 0.3);
  backdrop-filter: blur(2px);
  padding: 22px;
}

.welcome-prayer-center-card p {
  margin: 0;
  color: #e8f2ff;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-word;
}

.welcome-prayer-center-card.is-loading {
  opacity: 0.9;
}

.welcome-prayer-center-foot {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.welcome-prayer-center-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.welcome-prayer-center-author div {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.welcome-prayer-center-author small {
  font-size: 14px;
  color: #ecf5ff;
}

.welcome-prayer-center-cta {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.welcome-prayer-center-pray {
  min-width: 146px;
  border: 1px solid rgba(196, 221, 247, 0.92);
  border-radius: 8px;
  padding: 9px 14px;
  background: rgba(34, 95, 153, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.welcome-prayer-center-pray:hover {
  background: rgba(34, 95, 153, 0.36);
}

.welcome-prayer-center-pray:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.welcome-prayer-prayed {
  color: #8fed9d;
  font-size: 15px;
  font-weight: 700;
}

.welcome-prayer-center-cta small {
  color: #deebfa;
  font-size: 13px;
}

.obn-prayer-page {
  --bg: #f2f4f7;
  --card: #ffffff;
  --text: #1d2430;
  --muted: #5e6c84;
  --line: #e5e8ef;
  --brand: #0a4b8f;
  --brand-dark: #083d74;
  --ok: #1d7f38;
  background: var(--bg);
  color: var(--text);
  line-height: 1.58;
  font-family: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 40px;
  padding-bottom: 24px;
}

.obn-prayer-page * {
  box-sizing: border-box;
}

.obn-prayer-page .wrap {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.obn-prayer-page .hero {
  background: linear-gradient(180deg, rgba(9, 73, 139, 0.95), rgba(8, 61, 116, 0.95));
  color: #fff;
  min-height: 200px;
  display: grid;
  align-items: center;
  margin-bottom: 18px;
}

.obn-prayer-page .heroRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  padding: 12px;
}

.obn-prayer-page .heroRow p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.obn-prayer-page .btn {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.obn-prayer-page .btnPrimary {
  background: var(--brand);
  color: #fff;
}

.obn-prayer-page .btnPrimary:hover {
  background: var(--brand-dark);
}

.obn-prayer-page .btnGhost {
  border-color: #b9c6d8;
  color: var(--brand);
  background: #fff;
}

.obn-prayer-page .titleBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0 14px;
}

.obn-prayer-page .titleBar h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0e3f72;
}

.obn-prayer-page .toggle {
  display: inline-flex;
  border: 1px solid #c7d4e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.obn-prayer-page .toggle a {
  padding: 9px 13px;
  text-decoration: none;
  color: #0d4e94;
  font-size: 13px;
  font-weight: 700;
  border-right: 1px solid #dce4f1;
}

.obn-prayer-page .toggle a:last-child {
  border-right: 0;
}

.obn-prayer-page .toggle a.active {
  background: var(--brand);
  color: #fff;
}

.obn-prayer-page .flash {
  margin: 0 0 14px;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid transparent;
}

.obn-prayer-page .flash.success {
  background: #eff9f1;
  border-color: #b8e2c3;
  color: #115c27;
}

.obn-prayer-page .flash.info {
  background: #ecf5ff;
  border-color: #c8dff9;
  color: #194f86;
}

.obn-prayer-page .flash.error {
  background: #fff1f1;
  border-color: #f7caca;
  color: #8b1f1f;
}

.obn-prayer-page .entry {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
}

.obn-prayer-page .entryMetaType {
  color: #6e7f9c;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.obn-prayer-page .entryText {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #222f44;
  white-space: pre-wrap;
  word-break: break-word;
}

.obn-prayer-page .entryFoot {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.obn-prayer-page .author {
  font-size: 30px;
  font-weight: 800;
  color: #1b2b44;
}

.obn-prayer-page .date {
  font-size: 14px;
  color: var(--muted);
}

.obn-prayer-page .prayCol {
  min-width: 156px;
  text-align: right;
}

.obn-prayer-page .prayCol form {
  margin: 0;
}

.obn-prayer-page .prayedTag {
  color: var(--ok);
  font-weight: 700;
  font-size: 14px;
}

.obn-prayer-page .prayCount {
  margin-top: 7px;
  font-size: 12px;
  color: var(--muted);
}

.obn-prayer-page .reportRow {
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #74829c;
}

.obn-prayer-page .reportRow a {
  color: #1971c5;
  text-decoration: none;
  font-weight: 600;
}

.obn-prayer-page .pager {
  margin: 18px 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.obn-prayer-page .pager a,
.obn-prayer-page .pager span {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  text-decoration: none;
  color: #476086;
  font-size: 13px;
  font-weight: 700;
}

.obn-prayer-page .pager .active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.obn-prayer-page .formWrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 44px;
}

.obn-prayer-page .formTitle {
  margin: 0 0 14px;
  text-align: center;
  font-size: 44px;
  line-height: 1.12;
  color: #0f4a8c;
  letter-spacing: -0.02em;
}

.obn-prayer-page .field {
  margin-bottom: 14px;
}

.obn-prayer-page .field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #2d4263;
}

.obn-prayer-page .field input[type="text"],
.obn-prayer-page .field input[type="email"],
.obn-prayer-page .field textarea {
  width: 100%;
  border: 1px solid #cfd9e8;
  border-radius: 6px;
  padding: 11px 12px;
  font-size: 14px;
  color: #1e2940;
  background: #fff;
}

.obn-prayer-page .field textarea {
  min-height: 112px;
  resize: vertical;
}

.obn-prayer-page .radioRow,
.obn-prayer-page .checkRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #2f4262;
}

.obn-prayer-page .radioRow label,
.obn-prayer-page .checkRow label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  margin: 0;
}

.obn-prayer-page .notice {
  margin: 16px 0;
  border-radius: 8px;
  border: 1px solid #d7e4f3;
  background: #f7fbff;
  color: #294f7c;
  font-size: 13px;
  padding: 10px 12px;
  text-align: center;
  font-weight: 700;
}

.obn-prayer-page .actions {
  text-align: center;
  margin-top: 18px;
}

.obn-prayer-page .errors {
  background: #fff1f1;
  border: 1px solid #f6cbcb;
  border-radius: 8px;
  color: #902727;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .obn-prayer-page .entryText {
    font-size: 17px;
  }

  .obn-prayer-page .author {
    font-size: 24px;
  }

  .obn-prayer-page .titleBar h1,
  .obn-prayer-page .formTitle {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .obn-prayer-page .heroRow p {
    font-size: 15px;
  }

  .obn-prayer-page .entryFoot {
    flex-direction: column;
    align-items: flex-start;
  }

  .obn-prayer-page .prayCol {
    width: 100%;
    text-align: left;
  }

  .obn-prayer-page .prayCol .btn {
    width: 100%;
  }

  .obn-prayer-page .titleBar {
    flex-direction: column;
    align-items: flex-start;
  }

  .obn-prayer-page .toggle {
    width: 100%;
  }

  .obn-prayer-page .toggle a {
    flex: 1;
    text-align: center;
  }

  .obn-prayer-page .formWrap {
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .welcome-prayer-center-inner {
    width: min(1120px, 94%);
    padding: 22px 0 24px;
  }

  .welcome-prayer-center-top {
    margin-bottom: 20px;
  }

  .welcome-prayer-center-top h2 {
    font-size: 28px;
  }

  .welcome-prayer-center-top p {
    font-size: 14px;
  }

  .welcome-prayer-center-submit {
    font-size: 15px;
    width: 100%;
    padding: 10px 12px;
  }

  .welcome-prayer-center-head h3 {
    font-size: 23px;
  }

  .welcome-prayer-center-viewall {
    font-size: 15px;
  }

  .welcome-prayer-center-viewall span {
    font-size: 18px;
  }

  .welcome-prayer-center-card {
    padding: 16px;
  }

  .welcome-prayer-center-card p {
    font-size: 15px;
  }

  .welcome-prayer-center-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .welcome-prayer-center-author div {
    font-size: 24px;
  }

  .welcome-prayer-center-author small {
    font-size: 14px;
  }

  .welcome-prayer-center-cta {
    width: 100%;
    align-items: flex-start;
  }

  .welcome-prayer-center-pray {
    width: 100%;
    min-width: 0;
    font-size: 18px;
    padding: 10px 14px;
  }

  .welcome-prayer-prayed {
    font-size: 16px;
  }

  .welcome-prayer-center-cta small {
    font-size: 13px;
  }
}
