red, .red, red a, .red a, red a:hover, .red a:hover {
    color: #DF0006 !important;
}

.dark-theme red, .dark-theme .red, .dark-theme red a, .dark-theme .red a, .dark-theme red a:hover, .dark-theme .red a:hover {
    color: #BBB529 !important;
}

.bg-red {
    background-color: #DF0006;
}

.video-responsive {
    position: relative;
    padding-bottom: 43.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
}

.news-list {
    list-style: disc;
    padding-left: 16px;
    margin-left: 0;
}

.dark-theme .news-text-dark {
    color: #e0e0e0 !important;
}

.dark-theme .news-text-dark a {
    color: #BBB529 !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-image: none !important;
    color: transparent;
    height: 1.4em;
    margin-left: -0.7em;
    margin-top: -0.7em;
    text-indent: 0;
    width: 1.4em;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
    color: #444;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev span::before {
    content: '‹';
}

.ui-datepicker .ui-datepicker-next span::before {
    content: '›';
}

.calendar-content-wrap {
    position: relative;
}

.calendar-content-wrap #calendar-content {
    transition: opacity 120ms ease;
}

.calendar-content-wrap.is-loading #calendar-content {
    opacity: 0.45;
}

.calendar-loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 0.25rem;
    display: flex;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    z-index: 5;
}

.calendar-loading-overlay img {
    height: 64px;
    width: 64px;
}

.dark-theme #calendar-section .card {
    background-color: #343434;
    border-color: #555;
    color: #d7dde5;
}

.dark-theme #calendar-section .card-header {
    background-color: #3f3f3f;
    border-bottom-color: #555;
    color: #e3e7ed;
}

.dark-theme #calendar-section .text-muted {
    color: #aeb7c2 !important;
}

.dark-theme #calendar-section .text-secondary {
    color: #c4cad2 !important;
}

.dark-theme #calendar-section .text-danger {
    color: #BBB529 !important;
}

.dark-theme #calendar-section .btn-outline-secondary {
    border-color: #69717c;
    color: #d7dde5;
}

.dark-theme #calendar-section .btn-outline-secondary:hover {
    background-color: #4b5561;
    border-color: #7d8793;
    color: #fff;
}

.dark-theme #calendar-section #cal-date-picker {
    background-color: #343434 !important;
    border-color: #69717c;
    color: #e3e7ed !important;
}

.dark-theme #calendar-section #cal-date-picker:focus {
    border-color: #8a95a3;
    box-shadow: 0 0 0 0.2rem rgba(169, 183, 198, 0.18);
}

.dark-theme .calendar-loading-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.cal-readings-block {
    background: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.35rem;
    margin-top: 0.75rem;
    padding: 0.5rem 0.65rem;
}

.cal-readings-block .cal-service:last-child {
    margin-bottom: 0 !important;
}

.dark-theme .cal-readings-block {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.cal-events-block {
    margin-bottom: 0.75rem;
    min-height: 8.4rem;
}

.cal-events-toggle {
    color: #212529 !important;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
}

.cal-events-toggle:focus,
.cal-events-toggle:active,
.cal-events-toggle:visited {
    color: #212529 !important;
}

.cal-events-toggle:hover {
    color: #5f6368 !important;
    text-decoration: underline;
}

.dark-theme .cal-events-toggle {
    color: #d7dde5 !important;
}

.dark-theme .cal-events-toggle:focus,
.dark-theme .cal-events-toggle:active,
.dark-theme .cal-events-toggle:visited {
    color: #d7dde5 !important;
}

.dark-theme .cal-events-toggle:hover {
    color: #aeb7c2 !important;
}
