body{
    a {
        color: var(--e-global-color-primary);
        &:hover{
            color: var(--e-global-color-secondary);
        }
    }

    &.wp-child-theme-hectoria .dialog-widget-content {
        overflow: hidden;
    }

    .dialog-lightbox-message {
        -ms-overflow-style: none;
        scrollbar-width: none;

        &::-webkit-scrollbar {
            display: none;
        }
    }

    .modal-close-btn-bg .dialog-close-button {
        width: 58px;
        height: 58px;
        top: 0;
        right: 0;
        justify-content: center;
        align-items: center;
        background-color: inherit;
        border-bottom-left-radius: 16px;
    }

    .cpel-switcher__flag {
        display: flex;
    }
}