/* WordPress integration styles. */
.admin-bar .product-nav { top: 32px; }
.ourchurchit-custom-logo { width: auto; max-width: 220px; height: 46px; object-fit: contain; }
.product-nav .navbar-nav > .menu-item { display: flex; align-items: center; }
.product-nav .navbar-nav > .menu-item:last-child { margin-left: .5rem; }
.product-nav .navbar-nav > .menu-item:last-child > a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .72rem 1rem !important;
  color: #05101c !important;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), #8bf4ff);
  box-shadow: 0 12px 30px rgba(85, 233, 255, .2);
}
.product-nav .navbar-nav > .menu-item:last-child > a::after { display: none; }
.footer-links ul, ul.footer-links { display: flex; flex-wrap: wrap; gap: 1.15rem; margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 0; }
.skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: .8rem 1rem; color: #050814; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; position: absolute !important; white-space: nowrap; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; width: auto; height: auto; overflow: visible; white-space: normal; }
.wp-site-main { min-height: 70vh; padding: 150px 0 80px; color: var(--dark-text); background: var(--paper); }
.wp-content-card { max-width: 940px; margin: 0 auto; padding: clamp(28px, 5vw, 60px); border: 1px solid var(--line-dark); border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); }
.wp-content-card h1 { margin-bottom: 1rem; font-weight: 780; letter-spacing: -.045em; }
.wp-content-card a { color: #4f35d9; text-decoration: underline; text-underline-offset: 3px; }
.wp-content-card img { height: auto; border-radius: 18px; }
.wp-entry { padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.wp-entry:last-child { border-bottom: 0; }
.wp-entry-title a { color: var(--dark-text); text-decoration: none; }
.wp-pagination { margin-top: 2rem; }
.alignwide { max-width: 1200px; margin-right: auto; margin-left: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
@media (max-width: 782px) { .admin-bar .product-nav { top: 46px; } }
@media (max-width: 991.98px) {
  .product-nav .navbar-nav > .menu-item { display: block; }
  .product-nav .navbar-nav > .menu-item:last-child { margin: .5rem 0 0; }
  .product-nav .navbar-nav > .menu-item:last-child > a { justify-content: center; }
}
