.video-one__title {
    line-height: 0.85;
    color: #f6d468;
}

.preloader__image {
    background-size: 200px auto;
}


@media (max-width: 767px) {
    .video-one__title {
        display: unset;
        letter-spacing: 0;
        line-height: 0.95;
        font-size: 50px;
    }
}

.donation-card .donation-card__image img {
    border: 1px solid #ab96b4;
}

.events-list-page.section-space {
    padding-top: 0px;
}

.events-three__card__title {
    font-size: 20px;

}

.volunteer-details__designation {
    line-height: 1.5;
}

.align-text-center {
    text-align: center;
}

/* Missing Cleenhearts asset — use existing title shape (block-title__decor unused in templates) */
.block-title__decor {
    background-image: url(../images/shapes/title-shape-1-1.png);
}

/* Main nav hover — purple on white header (default theme yellow is low contrast) */
.main-menu--three .main-menu__list > li.current > a,
.main-menu--three .main-menu__list > li:hover > a,
.main-menu-two--three .main-menu__list > li.current > a,
.main-menu-two--three .main-menu__list > li:hover > a {
    color: #965995;
}

.main-menu--three .main-menu__list li ul li.current > a,
.main-menu--three .main-menu__list li ul li:hover > a,
.main-menu-two--three .main-menu__list li ul li.current > a,
.main-menu-two--three .main-menu__list li ul li:hover > a {
    background-color: #965995;
    color: #fff;
}

.event-details__speaker__text p {
    margin-bottom: 1em;
}

.event-details__speaker__text p:last-child {
    margin-bottom: 0;
}

.volunteer-details__fee-note p {
    margin-bottom: 1em;
}

.volunteer-details__fee-note p:last-child {
    margin-bottom: 0;
}

.event-details__text__inner p {
    margin-bottom: 1em;
}

.event-details__text__inner p:last-child {
    margin-bottom: 0;
}

/* Conference pages: tighter section rhythm than theme-default .section-space (130px) */
body.single-nr_conference .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

body.single-nr_conference .section-space-top {
    padding-top: 70px;
}

body.single-nr_conference .section-space-bottom {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    body.single-nr_conference .section-space {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    body.single-nr_conference .section-space-top {
        padding-top: 55px;
    }

    body.single-nr_conference .section-space-bottom {
        padding-bottom: 55px;
    }
}

@media (max-width: 575px) {
    body.single-nr_conference .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body.single-nr_conference .section-space-top {
        padding-top: 40px;
    }

    body.single-nr_conference .section-space-bottom {
        padding-bottom: 40px;
    }
}

/* Stacked conference sections each use .section-space; drop duplicate top padding */
section.event-details.section-space + section.event-details.section-space {
    padding-top: 0;
}

section.event-details.section-space + section.events-list-page.section-space {
    padding-top: 0;
}

/* Bio should never inherit the speaker card grid if markup was pasted into the editor */
.event-details__speaker__text .event-details__speaker__info {
    display: block;
    padding: 0;
    border: 0;
    grid-template-columns: none;
}

.event-details__speaker__text .event-details__speaker__content__inner {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/* Conference agenda table — cart-page__table is built for checkout columns */
.nr-conf-agenda-table-wrap .nr-conf-agenda-table {
    table-layout: fixed;
    width: 100%;
    min-width: 0;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table col.nr-conf-agenda-table__col-time {
    width: 10%;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table col.nr-conf-agenda-table__col-event {
    width: 18%;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table col.nr-conf-agenda-table__col-duration {
    width: 16%;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table col.nr-conf-agenda-table__col-details {
    width: 46%;
}

@media (max-width: 1199px) {
    .nr-conf-agenda-table-wrap .nr-conf-agenda-table {
        min-width: 900px;
    }
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th,
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td {
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:first-child,
.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:last-child,
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td:first-child,
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td:last-child {
    padding-left: 16px;
    padding-right: 16px;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:nth-child(1),
.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:nth-child(2),
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td.nr-conf-agenda-table__time {
    width: 10%;
    white-space: nowrap;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:nth-child(3),
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td.nr-conf-agenda-table__event {
    width: 18%;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:nth-child(4) {
    width: 16%;
    white-space: normal;
    line-height: 1.35;
    word-break: break-word;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td.nr-conf-agenda-table__duration {
    width: 16%;
    white-space: nowrap;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th:nth-child(5),
.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td.nr-conf-agenda-table__details {
    width: 46%;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr {
    background-color: var(--cleenhearts-purple, #965995);
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table thead tr th {
    color: var(--cleenhearts-white, #fff);
}

.nr-conf-agenda-table-wrap .nr-conf-agenda-table tbody tr td {
    padding-top: 22px;
    padding-bottom: 22px;
    color: var(--cleenhearts-black, #000);
}

.nr-conf-agenda-download-wrap {
    margin-top: 8px;
}

.nr-impressum {
    text-align: left;
}

.nr-impressum__intro {
    color: #646970;
    margin-bottom: 1rem;
}

.nr-impressum p {
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.nr-impressum__divider {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #d7d3cb;
}

.nr-impressum__lang + .nr-impressum__lang {
    margin-top: 0.5rem;
}
