:root {
  --warning: #FC712C;
  --error: #d83b33;
}

.warning-row {
    background-color: var(--error); 
    color: #fff;
    padding: 32px;
}

.doc-middle-content a, .editor-styles-wrapper a {
    color: #0d6efd !important;
    text-decoration: underline !important;
    font-weight: 300 !important;
}

.doc-middle-content a:hover, a:focus, .editor-styles-wrapper a:hover, a:focus, {
    text-decoration: none !important;
    outline: none !important;
    color: var(--brand_color) !important;
}

h4 {
font-size: 20px !important;
}

.full-width-doc .doc-middle-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shortcode_info h1, .shortcode_info h2, .shortcode_info h3, .shortcode_info h4, .shortcode_info h5, .shortcode_info h6, .blog_single_item h1, .blog_single_item h2, .blog_single_item h3, .blog_single_item h4, .blog_single_item h5, .blog_single_item h6 {
    margin-bottom: 16px !important;
}

.body_wrapper {
    /*margin-bottom: -27px;*/
}

.doc-main-content img {
    border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    max-width: 900px;
    /*margin-bottom: 32px;*/
}

.still-stuck h6 {
    display: none;
}

li ul {
    line-height: 1.5;
}

li {
    line-height: 1.5;
}	

.wp-caption .wp-caption-text {
    margin: -24px 0 .5em;
    font-size: 14px;
}

.pointing_img_two {
    position: relative;
    margin-bottom: 0px;
}

b, strong {
    font-weight: 600 !important;
}

.wp-block-column:not(:last-child) {
    padding-right: 32px;
}				