body .redactor-content img {
    height: auto !important;
    max-width: 100%;
}

body .redactor-content .fluid-vids {
    display: inline;
}

body .redactor-toolbar {
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .05);
    border: 1px solid #dadada;
    border-bottom: 0;
}

body .redactor-box .redactor-toolbar > li > a {
    color: #555;
    height: auto;
    min-height: 36px;
    padding: 10px;
}

body .redactor-toolbar > li > a:hover {
    background-color: var(--color-primary);
    color: #fff;
    text-decoration: none;
}

body .redactor-layer {
    border-color: #dadada;
}

body .redactor-styles {
    font-family: var(--font-family), sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 !important;
    min-height: 80px;
    outline: none;
    overflow: auto;
    padding: 20px;
    position: relative;
    white-space: normal;
}

body .redactor-content .text-center {
    text-align: center;
}

body .redactor-content .text-right {
    text-align: right;
}

body .redactor-content .text-justify {
    text-align: justify;
}
