:root {
    --horizontal-height: 6px;
}
.elementor-toc__body {
    padding: var(--box-padding,20px) !important;
}

.elementor-blockquote--skin-border .elementor-blockquote {
    border-color:#e6e9ec !important;
    border-left:7px #e6e9ec !important;
    border-style:solid !important;
    padding-left:20px !important;
}

.notice {
    background: #fff;
    border: 1px solid #c3c4c7;
    padding: 1px 12px;
    border-width: 0 0 0 4px;
}

.gfield_html .notice p{
    margin: 0.5em 0;
    padding: 2px;
}
.gfield_html .notice-warning {
    border-left-color: #f38334;
    background: #fdede1;
}
.gfield_html .notice-info {
    border-left-color: #3152a0;
    background: #EDF5FF;
}
.gfield_html .notice-success {
    border-left-color: #0ea600;
    background: #dbf2d9;
}

