  /*
Gutenberg Block Styling
---------------------------------------------------------------------------------------------------- */

/*--BUTTONS--*/

.wp-block-button__link {
    border-radius: 3px;
    background-color: #9d2235;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    width: auto;
}

.small .wp-block-button__link, .wp-block-button__link.small {
    padding: 8px 16px;
}

.education-pro-red a.wp-block-button__link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.education-pro-red a.wp-block-button__link:hover {
    color: #fff;
}

.wp-block-button__link a, a.wp-block-button__link {
    text-decoration: none !important;
}

.wp-block-button__link:hover {
    opacity: .85;
}


/*--Adjusting styling within Block Editor--*/
html :where(.editor-styles-wrapper) {
    color: #222222;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

html :where(.editor-styles-wrapper) p {
    margin: 0 0 15px;
}

/*--ELSE--*/

.wp-block-separator {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: unset;
}