/**
* Theme Name: Deeds Child
* Description: This is a child theme of Deeds, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/webinane">Webinane</a>
* Template: deeds
* Version: 9.7.1
*/

.header9 > nav .logo {
    padding: 9px 2px;
    margin: -15px 0;
}
.logo {
    max-width: 108px;
}
.header9 nav > .container > ul > li > a {
    padding: 36px 20px;
}

.page-top {
    padding-top: 170px;
}
.page-top:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.40)
}
.page-top ul {
    display: none;
}

.announcement_excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.page-numbers > li:first-child a, .page-numbers > li:last-child a {
    line-height: initial;
    margin: initial;
    padding: 12px 7px;
}
.page-numbers > li:first-child a {
    background: url(../deeds/images/arrows2.png) no-repeat scroll 1px -29px #adadad;
}
.page-numbers > li:last-child a {
    background: url(../deeds/images/arrows2.png) no-repeat scroll -81px -29px #adadad;
}
.page-numbers > li span.current {
    background: #777;
    color: #fff;
}

@media (max-width:1024px) {
    header {
        display: none;
    }
}

/* --- Custom YouTube Lightbox Styles --- */
.youtube-lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideIn {
    from { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.youtube-lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    height: 75%;
    max-height: 600px;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: slideIn 0.4s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}
.youtube-lightbox-header {
    flex: 0 0 50px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(135deg, #ff7a5a, #EC644B);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}
.youtube-lightbox-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.youtube-lightbox-title:before {
    content: "\25B6";
    margin-right: 8px;
    font-size: 14px;
}
.youtube-lightbox-close {
    position: relative;
    color: white;
    font-size: 24px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: bold;
}
.youtube-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}
.youtube-lightbox-player-container {
    flex: 1 1 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 0 0 12px 12px;
    overflow: visible;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.youtube-lightbox-iframe {
    flex: 1 1 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 0 12px 12px;
    display: block;
}
.youtube-lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.youtube-lightbox-loading:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ff0000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.youtube-lightbox-overlay * {
    box-sizing: border-box;
}
body.youtube-lightbox-open {
    overflow: hidden;
}
@media (max-width: 768px) {
    .youtube-lightbox-content {
        width: 95%;
        height: 65%;
        max-height: 450px;
    }
    .youtube-lightbox-header {
        flex: 0 0 40px;
        height: 40px;
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .youtube-lightbox-content {
        width: 98%;
        height: 55%;
        max-height: 350px;
    }
}

.video_image {
    cursor: pointer;
}

/* Modern Photo Card Gallery Styles */
.photo-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.07);
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.photo-card:hover {
    box-shadow: 0 4px 16px rgba(60,60,60,0.13);
}
.photo-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.photo-card-link:hover {
    text-decoration: none;
    color: inherit;
}
.photo-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}
/* Video / photo album grids: no-cover tile matches real thumbnail height (180px) */
.photo-card-img--video-placeholder,
.photo-card-img--photo-placeholder {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    background: #f0f0f0 !important;
    box-sizing: border-box;
}
.photo-card-img--photo-placeholder-svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
}
.photo-card-img--video-placeholder-icon {
    font-size: 42px;
    color: #ff0000;
    line-height: 1;
}
.photo-card-body {
    padding: 16px 14px 12px 14px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.photo-card-title {
    font-size: 1.08em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photo-card-date {
    font-size: 0.9em;
    color: #666;
    line-height: 1.2;
}

/* Collage Masonry Gallery - 8 columns version */
.mas-gallery-collage {
    column-count: 8;
    column-gap: 16px;
}
@media (max-width: 1600px) {
    .mas-gallery-collage { column-count: 6; }
}
@media (max-width: 1200px) {
    .mas-gallery-collage { column-count: 4; }
}
@media (max-width: 900px) {
    .mas-gallery-collage { column-count: 2; }
}
@media (max-width: 600px) {
    .mas-gallery-collage { column-count: 1; }
}
.mas-gallery-collage a {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.collage-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.07);
    transition: box-shadow 0.2s;
}
.collage-img:hover {
    box-shadow: 0 4px 16px rgba(60,60,60,0.13);
}

/* --- Photos template (tpl-photos.php): copy protection + pagination --- */

/* Disable download and save options for photos and videos */
.photo-card-img,
.photo-card-link img,
.video-thumbnail,
.video-thumbnail img,
.mas-gallery img,
.mas-gallery-collage img,
.photo-card,
.video-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}

/* Prevent right-click context menu on images and videos */
.photo-card-img,
.photo-card-link img,
.video-thumbnail,
.video-thumbnail img,
.mas-gallery img,
.mas-gallery-collage img,
.photo-card,
.video-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Disable text selection on album titles and descriptions */
.photo-card-title,
.photo-card-date,
.video-title,
.video-date,
.album-title,
.album-description {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Protect lightbox/popup content */
.lb-outerContainer,
.lb-dataContainer,
.lb-image,
.lb-nav,
.lb-prev,
.lb-next,
.lb-close,
.lb-data,
.lb-caption,
.lb-number,
.lb-details,
.lb-closeContainer {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

/* Lightbox2 specific protection */
.lb-outerContainer img,
.lb-dataContainer img,
.lb-image img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    pointer-events: none !important;
}

/* Filters: avoid Bootstrap .row negative margins (clips inputs when parent uses overflow) */
.photos-filters-wrap {
    margin-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
}
.photos-filters-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

/* Album grid: clearfix so pager clears floated cols */
.mas-gallery::after {
    content: "";
    display: table;
    clear: both;
}
.mas-gallery {
    clear: both;
    width: 100%;
}

/* Pagination: center + override theme arrow sprites on .page-numbers */
.photos-pagination {
    clear: both;
    width: 100%;
    margin-top: 24px;
    text-align: center;
}
.photos-pagination .photos-pagination-nav {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0;
    border: 0;
    background: transparent;
    text-align: center;
}
/* Deeds applies header nav rules to ANY nav>ul>li>a — kills red hover line on pagination */
.photos-pagination .photos-pagination-nav ul li {
    float: none !important;
    margin-left: 0 !important;
    position: static;
}
.photos-pagination .photos-pagination-nav ul li a {
    float: none !important;
    width: auto !important;
    position: relative;
    font-family: inherit;
    font-weight: 500;
}
.photos-pagination .photos-pagination-nav ul li a::before,
.photos-pagination .photos-pagination-nav ul li:hover > a::before,
.photos-pagination .photos-pagination-nav ul li a::after,
.photos-pagination .photos-pagination-nav ul li:hover a::after,
.photos-pagination .photos-pagination-nav ul li::after,
.photos-pagination .photos-pagination-nav ul li:hover::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
.photos-pagination ul.page-numbers {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
}
/* Flex items so dots, numbers, and prev/next share one vertical center line */
.photos-pagination .page-numbers > li {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    vertical-align: middle;
    line-height: 0;
}
.photos-pagination .page-numbers > li > a,
.photos-pagination .page-numbers > li > span:not(.dots) {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    width: auto;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0 10px !important;
    font-size: 15px !important;
    color: #333 !important;
    background: #f5f5f5 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1 !important;
    white-space: nowrap;
}
.photos-pagination .page-numbers > li > a.prev,
.photos-pagination .page-numbers > li > a.next,
.photos-pagination .page-numbers > li > span.prev,
.photos-pagination .page-numbers > li > span.next {
    min-width: auto;
    padding: 0 12px !important;
    background-image: none !important;
}
.photos-pagination .page-numbers > li > span.current {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}
.photos-pagination .page-numbers > li > a:hover {
    background: #ebebeb !important;
}
/* Ellipsis: no box/border — aligned with flex row on <li> */
.photos-pagination .page-numbers > li > span.dots {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: auto;
    width: auto;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0 6px !important;
    margin: 0;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #444 !important;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0.12em;
    box-sizing: border-box;
    vertical-align: middle;
}
.photos-pagination .page-numbers > li > span.prev,
.photos-pagination .page-numbers > li > span.next {
    opacity: 0.42;
    cursor: default;
}

/* Default bottom footer: community (hero) → logo + parish → legal */
.bottom-footer .footer-bottom-default {
    text-align: center;
    color: #f5f5f5;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.bottom-footer .footer-bottom-default__community {
    margin-bottom: 1.35rem;
}
.bottom-footer .footer-bottom-default__community-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    max-width: min(32rem, 94vw);
    padding: 1.15rem 1.5rem 1.05rem;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.bottom-footer .footer-bottom-default__community-line {
    display: block;
    text-transform: uppercase;
}
.bottom-footer .footer-bottom-default__community-line--1 {
    font-size: clamp(1.75rem, 5.2vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: 0.03em;
}
.bottom-footer .footer-bottom-default__community-line--2 {
    font-size: clamp(1.05rem, 3.1vw, 1.55rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 0.1rem;
}
.bottom-footer .footer-bottom-default__community-line--3 {
    font-size: clamp(0.82rem, 2.1vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.16em;
    color: #333;
    margin-top: 0.2rem;
}
.bottom-footer .footer-bottom-default__community-link:hover,
.bottom-footer .footer-bottom-default__community-link:focus {
    color: #1a1a1a;
    opacity: 0.96;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);
    outline: none;
    transform: translateY(-1px);
}
.bottom-footer .footer-bottom-default__community-link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 3px;
}
/* Deeds theme-option social icons: footer + [smtc_social] shortcode */
.smtc-deeds-social {
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-bottom-default__social.smtc-deeds-social {
    margin: 0 0 1.15rem;
}
.smtc-deeds-social:not(.footer-bottom-default__social) {
    margin: 0.75rem 0;
}
.smtc-deeds-social.smtc-deeds-social--align-left {
    justify-content: flex-start;
}
.smtc-deeds-social.smtc-deeds-social--align-left .social-media {
    justify-content: flex-start;
}
.smtc-deeds-social .social-media {
    float: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}
.smtc-deeds-social .social-media li {
    float: none;
    margin: 0;
}
.smtc-deeds-social .social-media li a {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    min-width: 3.06rem;
    min-height: 3.06rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    font-size: 2.925rem;
}
.smtc-deeds-social--dark .social-media li a {
    color: #fff;
}
.smtc-deeds-social--light .social-media li a {
    color: #3a3a3a;
}
.smtc-deeds-social .social-media li a i {
    font-size: 2.925rem;
    line-height: 1;
    width: 1em;
    text-align: center;
}
.smtc-deeds-social .social-media li a:hover,
.smtc-deeds-social .social-media li a:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 0.88;
}
.smtc-deeds-social--dark .social-media li a:hover,
.smtc-deeds-social--dark .social-media li a:focus {
    color: #fff;
}
.smtc-deeds-social--light .social-media li a:hover,
.smtc-deeds-social--light .social-media li a:focus {
    color: #2a2a2a;
}
.smtc-deeds-social .social-media li a:hover i,
.smtc-deeds-social .social-media li a:focus i {
    filter: brightness(1.12);
}
.bottom-footer .footer-bottom-default__parish {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}
.bottom-footer .footer-main-church__logo {
    flex-shrink: 0;
    display: inline-block;
    text-decoration: none;
    line-height: 0;
    border-radius: 4px;
    opacity: 0.92;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.bottom-footer .footer-main-church__logo:hover {
    opacity: 0.92;
}
.bottom-footer .footer-main-church__logo:focus {
    outline: none;
}
.bottom-footer .footer-main-church__logo:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 4px;
}
.bottom-footer .footer-main-church__logo-placeholder {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px dashed rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.bottom-footer .footer-main-church__logo img {
    display: block;
    max-height: 44px;
    width: auto;
    height: auto;
}
.bottom-footer .footer-bottom-default__legal {
    margin: 0;
    font-size: clamp(0.98rem, 2.4vw, 1.12rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

/* Team cards: .member-detail is position:absolute with only left:0, so it shrink-wraps; stretch full width */
.team .member-detail {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.team-img > img.smtc-team-member-avatar-default {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 370 / 403;
    object-fit: cover;
    object-position: center top;
}

.smtc-team-history {
    margin: 1.5rem 0 2rem;
}
.smtc-team-history__term {
    margin-bottom: 2.5rem;
}
.smtc-team-history__term-title {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.smtc-team-history__section-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 1.5rem 0 0.65rem;
    color: #666;
}
.smtc-team-history__cards-grid {
    display: grid;
    gap: 0.75rem;
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
    .smtc-team-history__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .smtc-team-history__cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1200px) {
    .smtc-team-history__cards-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.smtc-team-history__card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 0.85rem;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.smtc-team-history__card:hover {
    background: #fafafa;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.smtc-team-history__card.smtc-team-history__row--clickable:focus {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: 2px;
}
.smtc-team-history__tables-grid {
    display: grid;
    gap: 1rem 1.25rem;
    margin-bottom: 0.5rem;
}
.smtc-team-history__tables-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smtc-team-history__tables-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.smtc-team-history__tables-grid-col {
    min-width: 0;
}
.smtc-team-history__table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem;
}
.smtc-team-history__table-wrap--card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.smtc-team-history__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.125rem;
}
.smtc-team-history__table th,
.smtc-team-history__table td {
    padding: 0.75rem 0.9rem;
    text-align: left;
    vertical-align: middle;
}
.smtc-team-history__table thead th {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #3a3a3a, #555);
    border-bottom: none;
}
.smtc-team-history__table thead th:first-child {
    border-radius: 9px 0 0 0;
}
.smtc-team-history__table thead th:last-child {
    border-radius: 0 9px 0 0;
}
.smtc-team-history__table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: background-color 0.15s ease;
}
.smtc-team-history__table tbody tr:last-child {
    border-bottom: none;
}
.smtc-team-history__table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.018);
}
.smtc-team-history__table tbody tr:hover {
    background: rgba(0, 0, 0, 0.04);
}
.smtc-team-history__table--compact {
    font-size: 1.125rem;
}
.smtc-team-history__table--compact th,
.smtc-team-history__table--compact td {
    padding: 0.65rem 0.8rem;
}
.smtc-team-history__row--clickable {
    cursor: pointer;
}
.smtc-team-history__row--clickable:focus {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: -2px;
}
.smtc-team-history__member {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}
.smtc-team-history__member-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}
.smtc-team-history__member-name {
    font-size: 1.44rem;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
}
.smtc-team-history__member-position {
    font-size: 1.09rem;
    font-weight: 500;
    color: #666;
    line-height: 1.35;
}
.smtc-team-history__avatar {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.smtc-team-history__avatar--lg {
    width: 56px;
    height: 56px;
}
.smtc-team-history__avatar--initials {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #888, #aaa);
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.smtc-team-history__avatar--photo {
    background: #eee;
    border: 2px solid #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
}
.smtc-team-history__avatar--default .smtc-team-history__avatar-img {
    object-fit: cover;
    object-position: center top;
}
.smtc-team-history__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.smtc-team-history__table--has-photos .smtc-team-history__avatar--initials {
    opacity: 0.92;
}
.smtc-team-history__col-description {
    color: #555;
    min-width: 10rem;
    vertical-align: top;
    line-height: 1.45;
    font-size: 0.86rem;
}
.smtc-team-history__table td.smtc-team-history__col-description {
    vertical-align: top;
}
.smtc-team-history__empty {
    color: #666;
    font-style: italic;
}

/* Committee / team-history portable blocks — paste on any page (WPBakery, shortcodes) */
.smtc-committee-section {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 2rem;
    box-sizing: border-box;
}
.smtc-committee-section .title7,
.smtc-team-history-page .title7,
.wpb_text_column .title7,
.wpb_wrapper .title7 {
    margin-bottom: 0.75rem;
    clear: both;
    float: none;
    width: 100%;
}
.smtc-committee-intro,
.smtc-team-history-page__intro,
.wpb_wrapper .smtc-committee-intro,
.wpb_wrapper .smtc-team-history-page__intro {
    margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 17px;
    color: #444;
    clear: both;
    float: none;
}
.smtc-committee-lead,
.smtc-team-history-page__lead,
.wpb_wrapper .smtc-committee-lead,
.wpb_wrapper .smtc-team-history-page__lead {
    margin: 0 0 0.75rem;
    line-height: 1.65;
    font-size: 17px;
    color: #444;
    clear: both;
    float: none;
}
.smtc-committee-callout,
.smtc-team-page__archive-intro,
.smtc-team-history-page__current-intro,
.wpb_wrapper .smtc-committee-callout,
.wpb_wrapper .smtc-team-page__archive-intro,
.wpb_wrapper .smtc-team-history-page__current-intro {
    display: block;
    box-sizing: border-box;
    clear: both;
    float: none;
    width: 100%;
    margin: 1.35rem 0 0.65rem;
    padding: 1rem 1.15rem 0.95rem;
    line-height: 1.65;
    font-size: 1.05rem;
    color: #444;
    background: rgba(0, 0, 0, 0.04);
    border-left: 4px solid rgba(180, 50, 45, 0.75);
    border-radius: 0 8px 8px 0;
}
.smtc-committee-callout__text,
.smtc-team-page__archive-intro-text,
.smtc-team-history-page__current-intro-text,
.smtc-committee-callout > p:first-child {
    margin: 0;
}
.smtc-committee-callout strong,
.smtc-team-page__archive-intro strong,
.smtc-team-history-page__current-intro strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.38rem;
    font-weight: 700;
    color: #222;
}
.smtc-committee-crosslink,
.smtc-team-page__crosslink,
.smtc-team-history-page__crosslink,
.smtc-committee-callout .smtc-committee-crosslink,
.smtc-team-page__archive-intro .smtc-team-page__crosslink,
.smtc-team-history-page__current-intro .smtc-team-history-page__crosslink {
    margin: 0.75rem 0 0;
    font-size: 1.28rem;
    line-height: 1.5;
    clear: both;
    float: none;
}
.smtc-committee-crosslink a,
.smtc-team-history-page__crosslink a,
.smtc-team-page__archive-intro .smtc-team-page__crosslink a,
.smtc-team-history-page__current-intro .smtc-team-history-page__crosslink a {
    font-weight: 600;
    text-decoration: none;
}
.smtc-committee-crosslink a:hover,
.smtc-team-history-page__crosslink a:hover,
.smtc-team-page__archive-intro .smtc-team-page__crosslink a:hover,
.smtc-team-history-page__current-intro .smtc-team-history-page__crosslink a:hover {
    text-decoration: underline;
}
.smtc-committee-verse,
.smtc-team-history-page__verse,
.wpb_wrapper .smtc-committee-verse,
.wpb_wrapper .smtc-team-history-page__verse {
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    clear: both;
    float: none;
    width: 100%;
}
.smtc-committee-verse__en,
.smtc-committee-verse__ta,
.smtc-team-history-page__verse-en,
.smtc-team-history-page__verse-ta {
    margin: 0;
    padding: 0.75rem 1rem;
    line-height: 1.6;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0 6px 6px 0;
    clear: both;
    float: none;
}
.smtc-committee-verse__en,
.smtc-team-history-page__verse-en {
    border-left: 4px solid rgba(180, 50, 45, 0.75);
}
.smtc-committee-verse__ta,
.smtc-team-history-page__verse-ta {
    border-left: 4px solid rgba(45, 100, 160, 0.75);
    color: #444;
}
.smtc-committee-section .vc_single_image,
.smtc-team-history-page .vc_single_image,
.wpb_text_column .vc_single_image,
.wpb_wrapper .vc_single_image {
    margin: 0.75rem 0 1.25rem;
    clear: both;
    float: none;
}
.wpb_wrapper .smtc-team-history,
.vc_column_container .smtc-team-history {
    clear: both;
    float: none;
    width: 100%;
}
@media (max-width: 992px) {
    .smtc-team-history__tables-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .smtc-team-history__tables-grid--2,
    .smtc-team-history__tables-grid--3 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .smtc-team-history__table thead {
        display: none;
    }
    .smtc-team-history__table-wrap--card {
        border-radius: 8px;
    }
    .smtc-team-history__table tbody tr {
        display: block;
        padding: 0.75rem 0.85rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .smtc-team-history__table tbody tr:nth-child(even),
    .smtc-team-history__table tbody tr:hover {
        background: transparent;
    }
    .smtc-team-history__table td {
        display: block;
        padding: 0.15rem 0;
        border: none;
    }
    .smtc-team-history__col-member {
        margin-bottom: 0;
    }
    .smtc-team-history__col-description {
        font-size: 0.84rem;
        color: #666;
    }
    .smtc-team-history__col-description::before {
        content: attr(data-label) ": ";
        font-weight: 600;
        color: #888;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
}

/* Team history member detail modal */
body.smtc-team-history-modal-open {
    overflow: hidden;
}
.smtc-team-history-modal[hidden] {
    display: none !important;
}
.smtc-team-history-modal {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}
.smtc-team-history-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.smtc-team-history-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(500px, 100%);
    max-height: min(90vh, 720px);
    overflow: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    animation: smtc-team-history-modal-in 0.22s ease-out;
}
@keyframes smtc-team-history-modal-in {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.smtc-team-history-modal__close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.smtc-team-history-modal__close:hover {
    background: #fff;
    color: #000;
}
.smtc-team-history-modal__photo-wrap {
    background: linear-gradient(135deg, #f3f3f3, #e8e8e8);
    border-radius: 14px 14px 0 0;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.smtc-team-history-modal--has-photo .smtc-team-history-modal__photo-wrap {
    min-height: 0;
}
.smtc-team-history-modal__photo {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    display: block;
}
.smtc-team-history-modal__photo[hidden] {
    display: none !important;
}
.smtc-team-history-modal__initials {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #888, #aaa);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.smtc-team-history-modal__initials[hidden] {
    display: none !important;
}
.smtc-team-history-modal__body {
    padding: 1.35rem 1.5rem 1.5rem;
    text-align: center;
}
.smtc-team-history-modal__type {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}
.smtc-team-history-modal__type[hidden] {
    display: none;
}
.smtc-team-history-modal__name {
    margin: 0 0 0.55rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: #222;
    line-height: 1.15;
}
.smtc-team-history-modal__position {
    margin: 0 0 0.65rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #666;
    line-height: 1.4;
}
.smtc-team-history-modal__position[hidden] {
    display: none;
}
.smtc-team-history-modal__term {
    margin: 0 0 0.85rem;
    font-size: 1.125rem;
    color: #777;
}
.smtc-team-history-modal__term[hidden] {
    display: none;
}
.smtc-team-history-modal__description {
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 1.125rem;
    line-height: 1.65;
    color: #444;
    text-align: left;
}
.smtc-team-history-modal__description[hidden] {
    display: none;
}
@media (max-width: 480px) {
    .smtc-team-history-modal {
        padding: 0.75rem;
    }
    .smtc-team-history-modal__dialog {
        border-radius: 12px;
    }
    .smtc-team-history-modal__photo-wrap {
        min-height: 180px;
        border-radius: 12px 12px 0 0;
    }
}

/* Sermons — inline media icons after date (listing page + homepage widget) */
.latest-sermons .hover-in,
.latest-sermons .sermon-hover-in {
    display: none !important;
}
.smtc-sermons-list .smtc-sermon-card__meta,
.latest-sermons .smtc-sermon-card__meta {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    float: none !important;
    clear: both;
    width: 100%;
    margin: 0 0 0.5rem;
    line-height: 1.6;
}
.smtc-sermons-list .smtc-sermon-card__date,
.latest-sermons .smtc-sermon-card__date {
    flex: 0 0 auto;
    float: none !important;
    width: auto !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}
.smtc-sermons-list .smtc-sermon-card__date i,
.latest-sermons .smtc-sermon-card__date i {
    margin-right: 10px;
    color: #888;
}
.smtc-sermons-list .smtc-sermon-card__meta .smtc-sermon-media-inline,
.latest-sermons .smtc-sermon-card__meta .smtc-sermon-media-inline,
.latest-sermons .new-sermon-content .smtc-sermon-media-inline {
    display: inline-flex !important;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 0.45rem;
    float: none !important;
    width: auto !important;
    margin: 0 0 0 1rem !important;
    padding: 0 0 0 1rem !important;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}
.smtc-sermons-list .smtc-sermon-card__meta .smtc-sermon-media-inline__item,
.latest-sermons .smtc-sermon-card__meta .smtc-sermon-media-inline__item,
.latest-sermons .new-sermon-content .smtc-sermon-media-inline__item {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    flex-shrink: 0;
}
.smtc-sermon-media-inline__item.lightbox {
    display: inline-flex !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    left: auto !important;
    z-index: auto !important;
}
.smtc-sermon-media-inline a.smtc-sermon-media-inline__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.85rem !important;
    height: 2.85rem !important;
    min-width: 2.85rem !important;
    min-height: 2.85rem !important;
    max-width: none !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: 1px solid rgba(149, 39, 26, 0.55);
    border-radius: 50% !important;
    background: rgba(149, 39, 26, 0.12);
    color: #95271a;
    text-decoration: none;
    float: none !important;
    position: static !important;
    left: auto !important;
    z-index: auto !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: inherit !important;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.smtc-sermon-media-inline a.smtc-sermon-media-inline__link i,
.smtc-sermon-media-inline a.smtc-sermon-media-inline__link i.fa {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: inherit;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.smtc-sermon-media-inline a.smtc-sermon-media-inline__link:hover,
.smtc-sermon-media-inline a.smtc-sermon-media-inline__link:focus {
    background: #95271a;
    border-color: #95271a;
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}
.smtc-sermon-media-inline .audioplayer {
    position: fixed;
}
.latest-sermons .sermons-new .new-sermon-content > span:not(.smtc-sermon-media-inline):not(.smtc-sermon-card__date) {
    display: none;
}
.latest-sermons .new-sermon-content .smtc-sermon-card__meta {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
}
@media (max-width: 575px) {
    .smtc-sermons-list .smtc-sermon-card__meta,
    .latest-sermons .smtc-sermon-card__meta {
        flex-wrap: wrap;
        row-gap: 0.45rem;
    }
    .smtc-sermons-list .smtc-sermon-card__meta .smtc-sermon-media-inline,
    .latest-sermons .smtc-sermon-card__meta .smtc-sermon-media-inline {
        margin-left: 0 !important;
        padding-left: 0 !important;
        border-left: none;
    }
}

/* Today at SMTC — [smtc_today] band + floating wishes (Option B+ v4) */
/* No background / padding / margin here on purpose — the surrounding
   WPBakery row owns the band's spacing and colour. */
.smtc-today {
    box-sizing: border-box;
    overflow: visible;
}
.smtc-today__inner {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
/* Parent theme absolutely positions bare <header> elements — keep this band in flow. */
.smtc-today header,
.smtc-today__header {
    position: static;
    float: none;
    width: auto;
    z-index: auto;
}
.smtc-today__header {
    text-align: center;
    margin-bottom: 1.75rem;
}
.smtc-today__title {
    margin: 0 0 0.45rem;
    line-height: 1.25;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.75rem;
}
.smtc-today__title-primary {
    color: #95271a;
    font-size: 5.2rem;
    font-weight: 700;
    order: 2;
}
.smtc-today__title-flourish {
    width: 148px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.95;
}
.smtc-today__title-flourish--left {
    order: 1;
    background-image: url("assets/img/smtc-title-flourish-left.svg");
}
.smtc-today__title-flourish--right {
    order: 3;
    background-image: url("assets/img/smtc-title-flourish-right.svg");
}
.smtc-today__title-secondary {
    display: block;
    width: 100%;
    order: 4;
    color: #777;
    font-size: 3.1rem;
    font-weight: 500;
    margin-top: 0.15rem;
}
.smtc-today__subtitle {
    color: #666;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;
}
.smtc-today__row1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: stretch;
}
.smtc-today__row2 {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    gap: 1rem;
    align-items: stretch;
}
.smtc-today__card {
    background: #fffdf8;
    border: 1px solid #ebe4d6;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(40, 24, 8, 0.08);
    padding: 1.5rem 1.65rem 1.45rem;
    min-height: 0;
}
.smtc-today__card--reference {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
    gap: 0;
}
.smtc-today__card--saint {
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    align-items: stretch;
    padding: 0;
}
.smtc-today__reference-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.9rem;
    margin: 0.35rem 0 0;
    width: 100%;
}
.smtc-today__reference-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    text-align: left;
}
.smtc-today__reference-label {
    font-size: 1.15rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.01em;
    margin-top: 0.15rem;
}
.smtc-today__card-title {
    color: #95271a;
    font-size: 0.92rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #b8860b;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.smtc-today__card-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #f3ead6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.smtc-today__card-icon i {
    color: #b8860b;
    font-size: 3.34rem;
    line-height: 1;
}
.smtc-today__reference {
    color: #a67c00;
    font-size: 2rem;
    font-weight: 700;
    margin: 0.45rem 0 0;
    line-height: 1.3;
}
.smtc-today__reference-divider {
    position: relative;
    height: 32px;
    width: 100%;
    margin: 1.6rem 0 0;
    background: url("assets/img/smtc-ornament-divider.svg") center / contain no-repeat;
}
.smtc-today__reference-divider::after {
    content: none;
}
.smtc-today__reference-meta {
    margin: 0.85rem 1.15rem 0.15rem;
}
.smtc-today__meta-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.55rem;
    margin: 2.2rem 0 0;
    font-size: 1.08rem;
    color: #555;
    line-height: 1.4;
    text-align: left;
}
.smtc-today__meta-line:first-child {
    margin-top: 2.2rem;
}
.smtc-today__meta-label {
    color: #444;
    font-weight: 600;
}
.smtc-today__meta-icon {
    width: 1.15em;
    flex-shrink: 0;
    margin-top: 0.2rem;
    background: transparent;
    text-align: center;
}
.smtc-today__meta-icon i {
    color: #b8860b;
    font-size: 0.95em;
    line-height: 1;
}
.smtc-today__saint-label {
    margin: 4.5rem 0 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.01em;
    flex-shrink: 0;
    width: 100%;
}
.smtc-today__saint-meta {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 1.15rem 1.1rem 1.15rem 1.35rem;
}
.smtc-today__saint-mid {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
}
.smtc-today__saint-divider {
    position: relative;
    height: 28px;
    width: 80%;
    margin: 1.4rem auto;
    background: url("assets/img/smtc-ornament-divider.svg") center / contain no-repeat;
    max-width: 16rem;
}
.smtc-today__saint-divider::after {
    content: none;
}
.smtc-today__saint-image-wrap {
    min-width: 0;
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f6f1e6;
}
.smtc-today__saint-image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.smtc-today__saint-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.smtc-today__saint-name {
    font-weight: 700;
    margin: 0;
    color: #95271a;
    font-size: 1.5rem;
    line-height: 1.4;
}
.smtc-today__saint-caption,
.smtc-today__saint-video {
    margin: 0;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.5;
}
.smtc-today__saint-video a {
    color: #95271a;
    font-weight: 600;
}
.smtc-today__gospel-image-wrap {
    background: #fff;
    border: 1px solid #ebe4d6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    min-height: 320px;
    max-height: min(72vh, 900px);
    display: flex;
    align-items: stretch;
}
.smtc-today__gospel-image-wrap a {
    display: block;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}
.smtc-today__gospel-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: min(72vh, 900px);
    object-fit: cover;
    object-position: center top;
    background: #faf9f7;
}
.smtc-today__row2-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 320px;
    max-height: min(72vh, 900px);
    min-width: 0;
}
.smtc-today__row2-stack--father-empty .smtc-today__panel--gospel {
    flex: 1 1 100%;
}
.smtc-today__panel {
    background: #fff;
    border: 1px solid #ebe4d6;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(40, 24, 8, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
    /* Clips the square-cornered head so the card reads as rounded. */
    overflow: hidden;
}
.smtc-today__panel--gospel {
    flex: 3 1 0;
    min-height: 180px;
}
.smtc-today__panel--father {
    flex: 1 1 0;
    min-height: 120px;
    background: #f7f1e4;
}
.smtc-today__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #e8e4df;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
    background: #fff;
}
.smtc-today__panel-title {
    margin: 0;
    font-size: 2.02rem;
    color: #95271a;
    font-weight: 700;
    line-height: 1.35;
    flex: 1 1 auto;
    min-width: 0;
}
.smtc-today__listen {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #95271a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.3;
    white-space: nowrap;
}
.smtc-today__listen-icon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}
.smtc-today__listen:hover,
.smtc-today__listen.is-playing {
    background: #7a1f15;
}
.smtc-today__panel-body--scroll {
    overflow-y: auto;
    padding: 1.1rem 1.25rem 1.25rem;
    min-height: 0;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
}
.smtc-today__text {
    font-size: 0.76rem;
    line-height: 1.7;
    color: #333;
}
.smtc-today__text p {
    margin: 0 0 0.8rem;
}
.smtc-today__text p:last-child {
    margin-bottom: 0;
}
.smtc-today__text strong {
    color: #95271a;
    font-weight: 700;
}
.smtc-today__text ul,
.smtc-today__text ol {
    margin: 0 0 0.8rem;
    padding-left: 1.4rem;
}
.smtc-today__text li {
    margin-bottom: 0.35rem;
}
.smtc-today__text blockquote {
    margin: 0 0 0.8rem;
    padding: 0.35rem 0 0.35rem 0.9rem;
    border-left: 3px solid #b8860b;
    color: #555;
}
.smtc-today__text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.smtc-today__player {
    flex-shrink: 0;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #e8e4df;
    background: #f3f3f3;
}
.smtc-today__player[hidden] {
    display: none !important;
}
.smtc-today__player-ui {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 36px;
}
.smtc-today__player-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #d8d8d8;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.smtc-today__player-toggle:hover {
    background: #c8c8c8;
}
.smtc-today__player-toggle-icon {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #111;
    position: relative;
    left: 2px;
}
.smtc-today__player.is-playing .smtc-today__player-toggle-icon {
    width: 10px;
    height: 12px;
    border: none;
    left: 0;
    background: linear-gradient(to right, #111 0 3px, transparent 3px 7px, #111 7px 10px);
}
.smtc-today__player-time {
    flex-shrink: 0;
    font-size: 0.82rem !important;
    line-height: 1 !important;
    color: #333 !important;
    font-family: inherit !important;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.smtc-today__player-seek {
    flex: 1 1 auto;
    min-width: 0;
    height: 4px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: #c5c5c5;
    border-radius: 999px;
    cursor: pointer;
}
.smtc-today__player-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #111;
    border: none;
    cursor: pointer;
}
.smtc-today__player-seek::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #111;
    border: none;
    cursor: pointer;
}
.smtc-today__player-mute {
    flex-shrink: 0;
    width: 22px;
    height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.smtc-today__player-mute::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #111;
    position: absolute;
    left: 1px;
    top: 5px;
}
.smtc-today__player-mute::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #111;
    position: absolute;
    left: 6px;
    top: 3px;
}
.smtc-today__player.is-muted .smtc-today__player-mute {
    opacity: 0.4;
}
.smtc-today__player-download {
    flex-shrink: 0;
    font-size: 0.78rem !important;
    line-height: 1 !important;
    color: #95271a !important;
    font-family: inherit !important;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}
.smtc-today__player-download:hover {
    color: #7a1f15 !important;
}
.smtc-today__body {
    position: relative;
    overflow: visible;
}
.smtc-today__wishes {
    width: 340px;
    max-width: 340px;
    height: auto;
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #ebe4d6;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(40, 24, 8, 0.12);
    padding: 1rem 1.2rem 1.15rem;
    box-sizing: border-box;
    overflow: hidden;
}
.smtc-today__wishes-title {
    margin: 0 0 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid #b8860b;
    color: #95271a;
    font-size: 2.21rem;
    font-weight: 700;
    line-height: 1.3;
}
.smtc-today__wishes-body {
    color: #333;
}
.smtc-today-wishes-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: none;
    border: none;
    border-radius: 0;
    margin-right: 0.4rem;
    color: #95271a;
    vertical-align: middle;
}
.smtc-today-wishes-icon i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #95271a !important;
    font-size: 1.05em;
    line-height: 1;
}

.smtc-today-admin .smtc-today-media-field {
    margin-bottom: 1rem;
}

/* Typography lock-in for the Today band.
   The parent theme styles bare elements (p, li, a, h2, h3, button, ul) directly.
   A value inherited from a container always loses to a rule that matches the
   element itself, so each text element needs its own selector here — raising
   specificity on the wrappers alone has no effect. */
.smtc-today .smtc-today__title-primary {
    font-size: 5.2rem !important;
    line-height: 1.2 !important;
    color: #95271a !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
}
.smtc-today .smtc-today__title-secondary {
    font-size: 3.1rem !important;
    line-height: 1.3 !important;
    color: #777 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
}
.smtc-today p.smtc-today__subtitle {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    color: #666 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0 !important;
}
.smtc-today .smtc-today__reference-label,
.smtc-today p.smtc-today__saint-label {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
    color: #555 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
}
.smtc-today .smtc-today__reference-label {
    margin-top: 0.15rem !important;
}
.smtc-today p.smtc-today__saint-label {
    margin: 4.5rem 0 0 !important;
}
.smtc-today p.smtc-today__reference {
    font-size: 3.15rem !important;
    line-height: 1.25 !important;
    color: #a67c00 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0.45rem 0 0 !important;
}
.smtc-today p.smtc-today__meta-line {
    font-size: 1.55rem !important;
    line-height: 1.5 !important;
    color: #555 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 2.2rem 0 0 !important;
    text-align: left !important;
}
.smtc-today .smtc-today__meta-line span,
.smtc-today .smtc-today__meta-line strong {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}
.smtc-today .smtc-today__meta-label {
    color: #444 !important;
    font-weight: 600 !important;
}
.smtc-today p.smtc-today__saint-name {
    font-size: 2.4rem !important;
    line-height: 1.3 !important;
    color: #95271a !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0 !important;
}
.smtc-today p.smtc-today__saint-caption,
.smtc-today p.smtc-today__saint-video {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    color: #555 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0 !important;
}
.smtc-today .smtc-today__saint-video a {
    font-size: inherit !important;
    color: #95271a !important;
    font-family: inherit !important;
}
.smtc-today h3.smtc-today__panel-title {
    font-size: 2.02rem !important;
    line-height: 1.35 !important;
    color: #95271a !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    text-transform: none !important;
}
.smtc-today .smtc-today__panel-title span {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
}
.smtc-today button.smtc-today__listen {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    color: #fff !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

/* Gospel / Father body copy — single place to tune reading size. */
.smtc-today .smtc-today__text,
.smtc-today .smtc-today__text p,
.smtc-today .smtc-today__text li,
.smtc-today .smtc-today__text blockquote,
.smtc-today .smtc-today__text div {
    font-size: 1.4rem !important;
    line-height: 1.7 !important;
    color: #333 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
}
.smtc-today .smtc-today__text span,
.smtc-today .smtc-today__text strong,
.smtc-today .smtc-today__text em,
.smtc-today .smtc-today__text a {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}
.smtc-today .smtc-today__text p {
    margin: 0 0 0.8rem !important;
}
.smtc-today .smtc-today__text p:last-child {
    margin-bottom: 0 !important;
}
.smtc-today .smtc-today__text strong {
    color: #95271a !important;
}
.smtc-today .smtc-today__text a {
    color: #95271a !important;
}
/* Theme zeroes out list styling globally — restore it inside the band. */
.smtc-today .smtc-today__text ul,
.smtc-today .smtc-today__text ol {
    margin: 0 0 0.8rem !important;
    padding-left: 1.4rem !important;
}
.smtc-today .smtc-today__text ul {
    list-style: disc outside !important;
}
.smtc-today .smtc-today__text ol {
    list-style: decimal outside !important;
}
.smtc-today .smtc-today__text li {
    margin-bottom: 0.35rem !important;
    list-style: inherit !important;
}
.smtc-today .smtc-today__panel--father .smtc-today__text,
.smtc-today .smtc-today__panel--father .smtc-today__text p,
.smtc-today .smtc-today__panel--father .smtc-today__text li,
.smtc-today .smtc-today__panel--father .smtc-today__text blockquote,
.smtc-today .smtc-today__panel--father .smtc-today__text div {
    font-size: 1.12rem !important;
}
/* Theme resets radius/shadow on generic containers — hold the mockup card shape. */
.smtc-today .smtc-today__card,
.smtc-today .smtc-today__card--reference,
.smtc-today .smtc-today__card--saint {
    background: #fffdf8 !important;
    border: 1px solid #ebe4d6 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(40, 24, 8, 0.08) !important;
    overflow: hidden !important;
}
.smtc-today .smtc-today__card--reference {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0 !important;
}
.smtc-today .smtc-today__reference-head {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin: 0.35rem 0 0 !important;
}
.smtc-today p.smtc-today__reference {
    text-align: left !important;
}
.smtc-today .smtc-today__reference-divider {
    width: 100% !important;
    height: 32px !important;
    margin: 1.6rem 0 0 !important;
    max-width: none !important;
    background: url("assets/img/smtc-ornament-divider.svg") center / contain no-repeat !important;
}
.smtc-today .smtc-today__reference-meta {
    margin: 0.85rem 1.15rem 0.15rem !important;
}
.smtc-today .smtc-today__saint-divider {
    width: 80% !important;
    height: 28px !important;
    margin: 1.4rem auto !important;
    max-width: 16rem !important;
    background: url("assets/img/smtc-ornament-divider.svg") center / contain no-repeat !important;
}
.smtc-today p.smtc-today__saint-name,
.smtc-today p.smtc-today__saint-caption,
.smtc-today p.smtc-today__saint-video {
    text-align: center !important;
}
.smtc-today p.smtc-today__meta-line {
    justify-content: flex-start !important;
    text-align: left !important;
}
.smtc-today .smtc-today__card-icon i,
.smtc-today .smtc-today__meta-icon i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #b8860b !important;
    speak: none;
}
.smtc-today .smtc-today__meta-icon {
    background: transparent !important;
}
.smtc-today .smtc-today__card--saint {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%) !important;
}
.smtc-today .smtc-today__saint-meta {
    text-align: center !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
}
.smtc-today .smtc-today__saint-mid {
    flex: 1 1 auto !important;
    justify-content: center !important;
    align-items: center !important;
}
.smtc-today .smtc-today__saint-image-wrap,
.smtc-today .smtc-today__saint-image-wrap a,
.smtc-today .smtc-today__saint-image {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
}
.smtc-today .smtc-today__saint-image {
    object-fit: cover !important;
    max-height: none !important;
    width: 100% !important;
}
.smtc-today .smtc-today__panel {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 28px rgba(40, 24, 8, 0.08) !important;
}
.smtc-today .smtc-today__panel--father {
    border-top: 1px solid #e8e4df !important;
    background: #f7f1e4 !important;
}
.smtc-today .smtc-today__panel--father .smtc-today__panel-head,
.smtc-today .smtc-today__panel--father .smtc-today__player {
    background: #f7f1e4 !important;
}
.smtc-today .smtc-today__panel .smtc-today__panel-head {
    border-radius: 16px 16px 0 0 !important;
}

/* Wishes — always-open right float. Does not sit in the Today grid. */
.smtc-today .smtc-today__wishes {
    height: auto !important;
    display: block !important;
}
@media (min-width: 1200px) {
    .smtc-today--has-wishes .smtc-today__body,
    .smtc-today--has-wishes .smtc-today__main {
        display: block;
        width: 100%;
    }
    .smtc-today .smtc-today__wishes {
        position: fixed !important;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 40;
        width: 340px !important;
        max-width: 340px;
        margin: 0 !important;
        overflow: hidden !important;
    }
    .smtc-today .smtc-today__wishes.is-away {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
.smtc-today h3.smtc-today__wishes-title {
    font-size: 2.21rem !important;
    line-height: 1.3 !important;
    color: #95271a !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    margin: 0 0 0.85rem !important;
    text-transform: none !important;
}
.smtc-today .smtc-today__wishes-body,
.smtc-today .smtc-today__wishes-body p,
.smtc-today .smtc-today__wishes-body li {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
}
.smtc-today .smtc-today__wishes-body span,
.smtc-today .smtc-today__wishes-body strong,
.smtc-today .smtc-today__wishes-body a {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}
.smtc-today .smtc-today__wishes-body p {
    margin: 0 0 0.55rem !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
}
.smtc-today .smtc-today__wishes-body strong {
    color: #95271a !important;
}
.smtc-today .smtc-today__wishes-body ul,
.smtc-today .smtc-today__wishes-body ol {
    list-style: disc outside !important;
    margin: 0 0 1rem !important;
    padding-left: 1.4rem !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
}
.smtc-today .smtc-today__wishes-body li {
    display: list-item !important;
    float: none !important;
    width: auto !important;
    margin-bottom: 0.35rem !important;
    list-style: disc outside !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smtc-today__row1 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
    }
    .smtc-today__row2 {
        grid-template-columns: minmax(0, 38%) minmax(0, 62%);
        align-items: stretch;
    }
    .smtc-today .smtc-today__card--saint {
        grid-template-columns: minmax(0, 56%) minmax(0, 44%) !important;
    }
    .smtc-today .smtc-today__saint-image-wrap,
    .smtc-today .smtc-today__saint-image-wrap a,
    .smtc-today .smtc-today__saint-image {
        height: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
    }
    .smtc-today .smtc-today__saint-image {
        object-fit: cover !important;
        width: 100% !important;
        object-position: center top !important;
    }
    .smtc-today__gospel-image-wrap,
    .smtc-today__row2-stack,
    .smtc-today .smtc-today__row2-stack {
        max-height: min(72vh, 900px) !important;
        min-height: 320px !important;
        height: auto !important;
    }
    .smtc-today .smtc-today__panel,
    .smtc-today .smtc-today__panel--gospel,
    .smtc-today .smtc-today__panel--father {
        overflow: hidden !important;
        height: auto !important;
        max-height: none !important;
    }
    .smtc-today .smtc-today__panel--gospel {
        flex: 3 1 0 !important;
        min-height: 180px !important;
    }
    .smtc-today .smtc-today__panel--father {
        flex: 1 1 0 !important;
        min-height: 120px !important;
    }
    .smtc-today .smtc-today__panel-body--scroll {
        overflow-y: auto !important;
        flex: 1 1 auto !important;
        height: auto !important;
        max-height: none !important;
    }
}
@media (max-width: 1199px) {
    .smtc-today .smtc-today__wishes {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 1rem 0 0 !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
}
@media (max-width: 991px) {
    .smtc-today__title-flourish {
        display: none;
    }
    .smtc-today .smtc-today__title-primary {
        font-size: 3rem !important;
    }
    .smtc-today .smtc-today__title-secondary {
        font-size: 1.8rem !important;
    }
    .smtc-today p.smtc-today__subtitle {
        font-size: 1.15rem !important;
    }
    .smtc-today p.smtc-today__reference {
        font-size: 2.4rem !important;
    }
    .smtc-today .smtc-today__reference-label,
    .smtc-today p.smtc-today__saint-label {
        font-size: 1.45rem !important;
    }
    .smtc-today p.smtc-today__saint-label {
        margin: 1.5rem 0 1.5rem !important;
    }
    .smtc-today .smtc-today__saint-mid {
        flex: none !important;
        justify-content: flex-start !important;
    }
    .smtc-today p.smtc-today__meta-line {
        font-size: 1.25rem !important;
    }
    .smtc-today p.smtc-today__saint-name {
        font-size: 1.9rem !important;
    }
    .smtc-today p.smtc-today__saint-caption,
    .smtc-today p.smtc-today__saint-video {
        font-size: 1.25rem !important;
    }
    .smtc-today h3.smtc-today__panel-title {
        font-size: 1.7rem !important;
    }
    .smtc-today .smtc-today__text,
    .smtc-today .smtc-today__text p,
    .smtc-today .smtc-today__text li,
    .smtc-today .smtc-today__text blockquote,
    .smtc-today .smtc-today__text div {
        font-size: 1.3rem !important;
    }
    .smtc-today__title-primary {
        order: 1;
        width: 100%;
    }
    .smtc-today__title-secondary {
        order: 2;
    }
    .smtc-today__row1,
    .smtc-today__row2 {
        grid-template-columns: 1fr;
    }
    .smtc-today__card--saint,
    .smtc-today .smtc-today__card--saint {
        grid-template-columns: 1fr !important;
    }
    .smtc-today__saint-image-wrap,
    .smtc-today .smtc-today__saint-image-wrap,
    .smtc-today .smtc-today__saint-image-wrap a {
        flex: none;
        max-width: 100%;
        max-height: 420px !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden;
    }
    .smtc-today__saint-image,
    .smtc-today .smtc-today__saint-image {
        width: 100% !important;
        height: auto !important;
        max-height: 420px !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center top !important;
    }
    .smtc-today__gospel-image-wrap,
    .smtc-today__row2-stack,
    .smtc-today .smtc-today__row2-stack {
        max-height: none !important;
        min-height: 0 !important;
        height: auto !important;
    }
    .smtc-today__gospel-image {
        min-height: 0;
        max-height: 420px;
        height: auto;
        object-fit: contain;
    }
    .smtc-today__panel--father,
    .smtc-today .smtc-today__panel--gospel,
    .smtc-today .smtc-today__panel--father,
    .smtc-today .smtc-today__panel {
        max-height: none !important;
        min-height: 0 !important;
        height: auto !important;
        flex: none !important;
        overflow: visible !important;
    }
    .smtc-today__panel-body--scroll,
    .smtc-today .smtc-today__panel-body--scroll {
        max-height: none !important;
        overflow: visible !important;
        flex: none !important;
        height: auto !important;
    }
    .smtc-today .smtc-today__wishes {
        width: 100% !important;
        max-width: none !important;
        margin: 1rem 0 0 !important;
        position: static !important;
    }
}

