/*!
Theme Name: Darwin
Description: One framework for all your website needs.
Author: Darwin
Template: uicore-pro
Version: 0.2.42
Text Domain: darwin
*/

:root {
    --popup-scrollbar-gutter: 10px;
}

article.type-page { margin: 0!important; }

.dialog-lightbox-message::before {
    content: '';
    position: absolute;
    background: #f8faff;            
    border-radius: 18px;           
    z-index: 0;
    pointer-events: none;
    top: 0; height: 100%;
    left:0; width: calc(100% - var(--popup-scrollbar-gutter));
}

.dialog-lightbox-message{
    scrollbar-width: thin;
    scrollbar-color: #f8faff transparent;
}

.dialog-lightbox-message::-webkit-scrollbar{
    width: var(--popup-scrollbar-gutter);
    height: 10px;
}

.dialog-lightbox-message::-webkit-scrollbar-track{
    background: transparent;
}

.dialog-lightbox-message::-webkit-scrollbar-thumb{
    background-color: #f8faff;
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: content-box;
    transition: background-color .3s ease;
}