html[data-theme="dark"] .custom-ceremonies-list> :not([hidden])~ :not([hidden]) {
    border-color: #fff;
}

html[data-theme="dark"] .custom-ceremonies-list.divide-black {
    :where(& > :not(:last-child)) {
        border-color: #fff;
    }
}