<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wp-admin-bar-obituary-newspaper &gt; a:before {
    content: '\f337';
    top: 2px;
    position: relative;
    transition: all .1s ease-in-out;
    color: rgba(240, 245, 250, .6);
}

#wp-admin-bar-delete-obituary &gt; a:before {
    content: '\f182';
    top: 2px;
    position: relative;
    transition: all .1s ease-in-out;
    color: rgba(240, 245, 250, .6);
}

#wp-admin-bar-edit-obituary &gt; a:before {
    content: '\f464';
    top: 2px;
    position: relative;
    transition: all .1s ease-in-out;
    color: rgba(240, 245, 250, .6);
}

.fab_alert_mail {
    bottom: 32px;
    right: 32px;
    display: flex;
    z-index: 10;
    align-items: center;
    height: 56px;
    padding: 16px 24px;
    background: var(--smp-grey-50);
    box-shadow: 0 0 8px var(--smp-shadow);
    border-radius: 72px;
    color: var(--smp-dark-grey-900);
}

.fab_alert_mail:hover {
    background-color: var(--smp-grey-100);
    color: var(--smp-dark-grey-900);
    box-shadow: 0 0 8px var(--smp-shadow);
}

.fab_alert_mail .mail-letter {
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: var(--smp-dark-grey-900);
    margin-right: 8px;
}

.fab_alert_mail .mail-letter-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: none;
}


.modal-container {
    display: flex;
    flex-direction: column;
    margin: 24px 16px;
}

.modal-cross {
    position: fixed;
    top: 24px;
    right: 24px;
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
    fill: currentColor;
    color: #000000;
    max-height: 14px;
    max-width: 14px;
}

.modal-cross:hover {
    background-color: #FFFFFF;
}

.cross {
    font-size: 24px;
}

.notification-active {
    fill: currentColor;
    color: #000000;
    width: 32px;
    height: 32px;
    align-self: center;
}

.modal-container h4 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
}

.modal-container .input-field {
    margin-top: 15px;
    height: 45px;
}

.paddingLeftTenPx {
    padding-left: 10px;
}

.modal-container .helper-text {
    bottom: 9px;
}

.modal-container .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-top: 13px;
}



.toast-mail-alert-success {
    background-color: #B8FFDB;
    padding: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    max-width: 590px;
    max-height: 110px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.toast-mail-alert-failed {
    background-color: #ffb8b8;
    padding: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    max-width: 590px;
    max-height: 110px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

@media only screen and (max-width: 1023px) {
    .open {
        top: 0% !important;
    }
}

.fab_alert_mail_on_scroll {
    bottom: 32px;
    right: 32px;
    display: flex;
    z-index: 10;
    height: 56px;
    padding: 16px 16px;
    background: var(--smp-grey-50);
    box-shadow: 0 0 8px var(--smp-shadow);
    border-radius: 72px;
    width: 56px;
    color: var(--smp-dark-grey-900);
}

.fab_alert_mail_on_scroll:hover {
    background: var(--smp-grey-100);
    box-shadow: 0 0 8px var(--smp-shadow);
}

.positionFixed {
    position: fixed;
}

.positionAbsolute {
    position: absolute;
}
</pre></body></html>