:root {
    --bg: #ffffff;
    --bg-muted: #f5f5f5;
    --bg-card: #ffffff;
    --text: #222222;
    --text-muted: #6a6a6a;
    --accent: #9a6b1f;
    --accent-hover: #7a5318;
    --accent-soft: rgba(154, 107, 31, 0.10);
    --border: #e4e4e4;
    --img-bg: #f7f7f7;
    --on-accent: #ffffff;
    --shop-bg: var(--bg);
    --shop-text: var(--text);
    --bs-body-bg: var(--bg);
    --bs-body-color: var(--text);
    --bs-primary: var(--accent);
    --bs-primary-rgb: 154, 107, 31;
    --bs-secondary-color: var(--text-muted);
    --bs-border-color: var(--border);
    --bs-link-color: var(--accent);
    --bs-link-hover-color: var(--accent-hover);
    --shop-search-match: #c2410c;
}

html {
    font-size: 18px;
  position: relative;
  min-height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
  margin-bottom: 60px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.7;
}

a {
    color: var(--accent);
}
a:hover {
    color: var(--accent-hover);
}

.text-muted {
    color: var(--text-muted) !important;
}

/* —— Navbar —— */
.shop-navbar {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
}
.shop-navbar .navbar-brand,
.shop-navbar .nav-link {
    color: var(--text) !important;
}
.shop-navbar .nav-link:hover {
    color: var(--accent) !important;
}
.shop-brand {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent) !important;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}
.shop-brand-logo {
    display: block;
    max-height: 2.5rem;
    width: auto;
    max-width: 12rem;
    object-fit: contain;
}

.shop-banner {
    background: var(--bg-muted);
    color: var(--text);
    border-bottom: 1px solid var(--border);
}
.shop-banner-toolbar {
    margin: 0;
    --shop-banner-control-height: 2.5rem;
}
.shop-banner-toolbar .shop-catalog-btn {
    width: 100%;
    margin-bottom: 0;
    min-height: var(--shop-banner-control-height);
    height: var(--shop-banner-control-height);
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
}
.shop-banner-left {
    min-width: 0;
}
@media (min-width: 992px) {
    .shop-banner-toolbar > .shop-banner-center {
        min-width: 0;
        padding-left: 1.25rem; /* align with .shop-main product column */
    }
    .shop-banner-toolbar > .shop-banner-center .shop-search-wrap {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .shop-banner-toolbar > .shop-banner-left {
        flex: 0 0 auto;
        max-width: 42%;
    }
    .shop-banner-toolbar > .shop-banner-center {
        flex: 1 1 0;
        min-width: 0;
    }
    .shop-banner-toolbar .shop-catalog-btn {
        width: auto;
        max-width: 100%;
    }
}
.shop-banner-center .shop-search-form {
    max-width: none;
    margin: 0;
    align-items: stretch;
    min-height: var(--shop-banner-control-height);
}
.shop-search-form {
    display: flex;
    gap: 0.5rem;
    max-width: 36rem;
    margin: 0 auto;
}
.shop-search-input {
    flex: 1;
    min-width: 0;
    height: var(--shop-banner-control-height);
    min-height: var(--shop-banner-control-height);
    padding-top: 0;
    padding-bottom: 0;
}
.shop-search-btn {
    flex-shrink: 0;
    white-space: nowrap;
    height: var(--shop-banner-control-height);
    min-height: var(--shop-banner-control-height);
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-search-wrap {
    position: relative;
}

.shop-search-suggest {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 1060;
    background: var(--bg-card);
    border: 1px solid var(--border);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
    max-height: 20rem;
    overflow-y: auto;
}

.shop-search-suggest-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: var(--text);
    border-bottom: 1px solid var(--border);
}

.shop-search-suggest-item:last-child {
    border-bottom: none;
}

.shop-search-suggest-item:hover,
.shop-search-suggest-item:focus {
    background: var(--accent-soft);
    color: var(--text);
}

.shop-search-suggest-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--bg);
}

.shop-search-suggest-name {
    font-weight: 600;
    line-height: 1.3;
}

.shop-search-suggest-meta {
    line-height: 1.3;
}

.shop-search-suggest-empty {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--text-muted);
}

.shop-search-catalog-link,
.shop-search-suggest-catalog-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.shop-search-catalog-link:hover,
.shop-search-suggest-catalog-link:hover {
    text-decoration: underline;
}

.shop-search-match {
    background: transparent;
    color: var(--shop-search-match);
    padding: 0;
    font-weight: 700;
}

.shop-footer {
    background: var(--bg-muted);
    color: var(--text-muted);
    border-top: 1px solid var(--border);
}

/* —— Buttons —— */
.btn-shop {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--on-accent);
    font-weight: 600;
}
.btn-shop:hover,
.btn-shop:focus {
    background-color: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--on-accent);
}
.btn-shop-outline {
    border: 1px solid var(--border);
    color: var(--accent);
    background: transparent;
}
.btn-shop-outline:hover {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}

.lang-switch .btn {
    border-color: var(--border);
    color: var(--text-muted);
    background: transparent;
}
.lang-switch .btn:hover {
    color: var(--accent);
    border-color: var(--accent);
    background: var(--accent-soft);
}
.lang-switch .btn.active {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}

.lang-dropdown .dropdown-menu {
    background: var(--bg-card);
    border-color: var(--border);
    min-width: 10rem;
}
.lang-dropdown .dropdown-item {
    color: var(--text);
}
.lang-dropdown .dropdown-item:hover,
.lang-dropdown .dropdown-item:focus {
    background: var(--accent-soft);
    color: var(--accent);
}
.lang-dropdown .dropdown-item.active {
    background: var(--accent-soft);
    color: var(--accent);
}
.lang-dropdown .dropdown-toggle::after {
    margin-left: 0.4em;
}

/* —— Typography —— */
.section-title {
    color: var(--accent);
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.section-subtitle {
    color: var(--accent);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.hero-section {
    background: var(--bg-card);
    border: 1px solid var(--border);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}
.hero-section .display-5 {
    color: var(--accent);
    letter-spacing: 0.08em;
    font-weight: 400;
}
.hero-section .lead {
    color: var(--text-muted);
}

/* —— Cards —— */
.category-card,
.product-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    background: var(--bg-card);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}

.category-card:hover,
.product-card:hover {
    border-color: var(--accent);
    box-shadow:
        0 0 0 2px var(--accent),
        0 0.75rem 1.5rem rgba(154, 107, 31, 0.18);
    transform: translateY(-2px);
}
.category-card .card-body,
.product-card .card-body {
    background: var(--bg-card);
}
.category-card .card-title,
.product-card .card-title {
    color: var(--text);
}

.category-img,
.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--img-bg);
}
.product-img-wrap {
    background: var(--img-bg);
}

/* Variant listing carousel */
.shop-product-carousel-host {
    position: relative;
}
.shop-product-carousel-poster {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.shop-block-product-carousel {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    touch-action: pan-y;
}
.shop-product-carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.35s ease;
    will-change: transform;
}
.shop-product-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    position: relative;
}
.shop-product-carousel-slide .product-img {
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-product-carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    z-index: 2;
    pointer-events: auto;
}
.shop-product-carousel-dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    appearance: none;
}
.shop-product-carousel-dot.is-active {
    background: var(--accent, #9a6b1f);
    transform: scale(1.15);
}
@media (prefers-reduced-motion: reduce) {
    .shop-product-carousel-track {
        transition: none;
    }
}

.price-text {
    color: var(--accent);
}
.shop-link {
    color: var(--text);
}
.shop-link:hover {
    color: var(--accent);
}

.shop-product-qty {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.shop-qty-btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--accent);
    border-radius: 0;
    line-height: 1;
    box-shadow: none;
    transition: color 0.15s, opacity 0.15s;
}
.shop-qty-btn i {
    font-size: 1.15rem;
}
.shop-qty-btn:hover,
.shop-qty-btn:focus-visible {
    border: none;
    color: var(--accent-hover, var(--accent));
    opacity: 0.85;
    box-shadow: none;
}
.shop-qty-btn:active {
    opacity: 0.7;
}
.shop-product-qty-input {
    width: 4.25rem;
    max-width: 4.25rem;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 600;
    border-radius: 12px;
    border-color: var(--border);
    background: var(--bg-card);
    color: var(--text);
}
/* Hide native number spinners — +/- buttons control quantity */
.shop-product-qty-input::-webkit-outer-spin-button,
.shop-product-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shop-product-qty-input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.cart-badge {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
}
.border-gold {
    border: 1px solid var(--border) !important;
}

/* —— Pagination —— */
.pagination .page-link {
    background: var(--bg-card);
    border-color: var(--border);
    color: var(--accent);
}
.pagination .page-link:hover {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}
.pagination .page-item.active .page-link {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--on-accent);
}
.pagination .page-item.disabled .page-link {
    background: var(--bg);
    border-color: var(--border);
    color: var(--text-muted);
}

/* —— Forms —— */
.form-control,
.form-select {
    background-color: var(--bg);
    border-color: var(--border);
    color: var(--text);
}
.form-control::placeholder {
    color: var(--text-muted);
}
.form-control:focus,
.form-select:focus {
    background-color: var(--bg);
    border-color: var(--accent);
    color: var(--text);
    box-shadow: 0 0 0 0.2rem rgba(154, 107, 31, 0.18);
}
.form-check-input {
    background-color: var(--bg);
    border-color: var(--border);
}
.form-check-input:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}
.form-check-label {
    color: var(--text);
}

/* —— Tables —— */
.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--text);
    --bs-table-border-color: var(--border);
    --bs-table-striped-bg: var(--accent-soft);
    --bs-table-hover-bg: var(--accent-soft);
}

/* —— Breadcrumb —— */
.breadcrumb {
    --bs-breadcrumb-divider-color: var(--text-muted);
}
.breadcrumb-item a {
    color: var(--accent);
}
.breadcrumb-item.active {
    color: var(--text-muted);
}

/* —— Offcanvas & drawers —— */
.offcanvas {
    background: var(--bg-card);
    color: var(--text);
    border-left: 1px solid var(--border);
}
.offcanvas-header {
    border-bottom: 1px solid var(--border);
}
.offcanvas-title {
    color: var(--accent);
    letter-spacing: 0.06em;
}
.offcanvas .border-top {
    border-color: var(--border) !important;
}

.shop-offcanvas {
    background: var(--bg-card);
}
.shop-offcanvas .nav-link {
    color: var(--text) !important;
}
.shop-offcanvas .nav-link:hover,
.shop-offcanvas .nav-link.active {
    color: var(--accent) !important;
}
.shop-offcanvas .nav-link.active {
    font-weight: 600;
}

/* —— Misc Bootstrap overrides —— */
.card {
    background: var(--bg-card);
    border-color: var(--border);
    color: var(--text);
}
.card .border-top {
    border-color: var(--border) !important;
}

.navbar-toggler {
    border-color: var(--border);
}

.product-detail-img {
    background: var(--img-bg);
    border-color: var(--border) !important;
}

.shop-block-product-description {
    line-height: 1.6;
}

.shop-block-product-description img {
    max-width: 100%;
    height: auto;
}

.shop-block-product-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0;
}

.shop-block-product-description th,
.shop-block-product-description td {
    border: 1px solid var(--border);
    padding: 0.4rem 0.6rem;
}

.badge.bg-secondary {
    background-color: var(--text-muted) !important;
    color: var(--on-accent) !important;
}
.badge.bg-success {
    background-color: #2e7d32 !important;
}

.text-danger {
    color: #c0392b !important;
}

.text-success {
    color: #2e7d32 !important;
}

.btn-outline-danger {
    color: #c0392b;
    border-color: rgba(192, 57, 43, 0.5);
}
.btn-outline-danger:hover {
    background: rgba(192, 57, 43, 0.15);
    border-color: #c0392b;
    color: #c0392b;
}

/* —— Header & search —— */
.shop-header {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
}
.shop-header-top {
    border-bottom: 1px solid var(--border);
}
.shop-header-welcome {
    text-align: center;
    min-width: 0;
}
.shop-welcome-text {
    font-size: 0.92rem;
    color: var(--text);
    line-height: 1.4;
}
.shop-welcome-phone {
    display: inline-block;
    margin-top: 0.15rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.02em;
}
.shop-welcome-phone:hover {
    color: var(--accent-hover);
}
.shop-header-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}
.shop-header-links a:hover,
.shop-header-links a.active {
    color: var(--accent);
}
.shop-header-links a.active {
    font-weight: 600;
}
.navbar-toggler-icon-inline {
    font-size: 1.1rem;
    line-height: 1;
}

/* —— Page layout (sidebar + main) ——
   Layout hooks: see README.md / AGENTS.md (#shop-header, #shop-main, .shop-block-*)
—— */
.shop-page-row {
    min-height: 50vh;
}
.shop-sidebar-col {
    border-right: 1px solid var(--border);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.shop-main {
    padding-left: 1.25rem !important;
}

.shop-sidebar {
    padding-right: 0.75rem;
}
.shop-sidebar-nav {
    transition: opacity 0.2s;
}
.shop-catalog-btn {
    text-decoration: none;
}
.shop-catalog-btn-inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.9;
}

.shop-catalog-dropdown-wrap {
    position: relative;
}
.shop-catalog-mobile-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.45);
}
.shop-catalog-mobile-backdrop.show {
    display: block;
}
.shop-catalog-mobile-panel {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    flex-direction: column;
    background: var(--bg-card);
    border-top: 1px solid var(--border);
}
.shop-catalog-mobile-panel.show {
    display: flex;
}
.shop-catalog-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}
.shop-catalog-mobile-title {
    font-size: 1.1rem;
    color: var(--accent);
}
.shop-catalog-mobile-close {
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0;
    line-height: 1;
    font-size: 1.5rem;
}
.shop-catalog-mobile-body {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 1rem 1.25rem;
}
body.shop-catalog-open {
    overflow: hidden;
}

.shop-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.shop-sidebar-toggle-icon {
    display: inline-block;
    transition: transform 0.2s;
    font-size: 1.1rem;
    color: var(--accent);
}
.shop-sidebar-toggle[aria-expanded="true"] .shop-sidebar-toggle-icon {
    transform: rotate(90deg);
}
.shop-sidebar-toggle[aria-expanded="false"] .shop-sidebar-toggle-icon {
    transform: rotate(0deg);
}

.shop-cat-tree {
    font-size: 0.92rem;
}
.shop-cat-item {
    margin-bottom: 0.15rem;
}
.shop-cat-row {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}
.shop-cat-spacer {
    width: 1.25rem;
    flex-shrink: 0;
}
.shop-cat-toggle {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: var(--accent);
    padding: 0;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
}
.shop-cat-toggle::before {
    content: "▸";
    display: block;
    transition: transform 0.15s;
}
.shop-cat-toggle.expanded::before {
    transform: rotate(90deg);
}
.shop-cat-link {
    color: var(--text);
    text-decoration: none;
    line-height: 1.35;
    padding: 0.15rem 0;
    display: block;
}
.shop-cat-link:hover,
.shop-cat-link.active {
    color: var(--accent);
}
.shop-cat-item.active > .shop-cat-row > .shop-cat-link {
    color: var(--accent);
    font-weight: 600;
}
.shop-cat-children {
    list-style: none;
    padding-left: 0.75rem;
    margin: 0.15rem 0 0.35rem;
    border-left: 1px solid var(--border);
    display: none;
}
.shop-cat-children.show {
    display: block;
}

.shop-home-about {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

/* —— Checkout minimal layout —— */
.shop-checkout-body {
    margin-bottom: 0;
}
.shop-checkout-header {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
}
.shop-checkout-header .shop-brand {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
}
.shop-checkout-header .shop-brand-logo {
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .shop-sidebar-col {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding-bottom: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .shop-main {
        padding-left: 0.75rem !important;
    }
    .shop-header-welcome {
        order: 3;
        flex: 1 1 100%;
        text-align: center;
    }
}

/* —— Fly-to-cart animation —— */
.cart-fly-dot {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(154, 107, 31, 0.45);
    border: 2px solid rgba(154, 107, 31, 0.75);
    box-shadow: 0 0 16px rgba(154, 107, 31, 0.35);
    pointer-events: none;
    z-index: 10000;
    will-change: transform;
    transform-origin: center center;
    animation: cart-fly 100ms linear forwards;
}

@keyframes cart-fly {
    from {
        transform: translate(var(--fly-x0), var(--fly-y0)) translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(calc(var(--fly-x0) + var(--fly-dx)), calc(var(--fly-y0) + var(--fly-dy))) translate(-50%, -50%) scale(0.12);
    }
}

.cart-nav-btn.cart-nav-pulse {
    animation: cart-nav-pulse 0.45s ease;
}

@keyframes cart-nav-pulse {
    0%, 100% { transform: scale(1); }
    40% { transform: scale(1.06); }
}

.cart-badge.cart-badge-pop {
    animation: cart-badge-pop 0.45s ease;
}

@keyframes cart-badge-pop {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.45); }
}

@media (max-width: 991px) {
    .shop-offcanvas {
        background: var(--bg-card);
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

/* —— Prayer events —— */
.prayer-nav-badge {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    vertical-align: middle;
    font-size: 0.75rem;
}

.shop-prayer-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg);
}

.shop-prayer-photo-large,
.shop-prayer-photo {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    display: block;
}

.shop-block-prayer-event {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--bg-card);
}

.shop-prayer-event-media-link {
    display: block;
}

.shop-prayer-photo-placeholder {
    width: 100%;
    aspect-ratio: 1;
    background: var(--accent-soft, #f5f0e6);
    border-radius: 4px;
}

.shop-prayer-card-current {
    border-color: var(--accent);
}

.shop-prayer-card-finished {
    opacity: 0.85;
}

.shop-prayer-video {
    max-height: 360px;
}

.shop-prayer-youtube-open .fa {
    margin-right: 0.35rem;
}

.shop-prayer-youtube-modal-content {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e0d5c0);
}

.shop-prayer-youtube-frame iframe {
    border: 0;
}

.shop-prayer-live-dot {
    display: inline-block;
    width: 0.55em;
    height: 0.55em;
    border-radius: 50%;
    background: #dc3545;
    vertical-align: middle;
    margin-right: 0.35em;
    animation: shop-prayer-live-blink 1.2s ease-in-out infinite;
}

.shop-prayer-live-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0.15rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.08);
    border: 1px solid rgba(220, 53, 69, 0.35);
    border-radius: 999px;
    white-space: nowrap;
}

.shop-prayer-live-open {
    color: #dc3545;
    border-color: #dc3545;
    font-weight: 600;
}

.shop-prayer-live-open:hover,
.shop-prayer-live-open:focus {
    color: #fff;
    background: #dc3545;
    border-color: #dc3545;
}

.shop-prayer-live-open:hover .shop-prayer-live-dot,
.shop-prayer-live-open:focus .shop-prayer-live-dot {
    background: #fff;
}

@keyframes shop-prayer-live-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.25; }
}

.prayer-submit-challenge {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 4px;
    user-select: none;
    margin-inline: auto;
}

.shop-prayer-request-form {
    background: var(--bg-card);
    border-radius: 4px;
}

.shop-block-prayer-names {
    height: 100%;
    border-radius: 6px;
    border: 1px solid transparent;
    background: var(--bg-card, #fff);
}

.shop-prayer-names-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.shop-prayer-names-health {
    border-color: #dc3545;
}

.shop-prayer-names-health .shop-prayer-names-title {
    color: #b02a37;
}

.shop-prayer-names-repose {
    border-color: #0d6efd;
}

.shop-prayer-names-repose .shop-prayer-names-title {
    color: #0a58ca;
}

.prayer-validation-summary ul {
    margin-bottom: 0;
    padding-left: 1.1rem;
}

.prayer-validation-summary,
.prayer-validation-summary li {
    color: inherit;
}
