/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wp-embed-manual {
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;                      
    line-height: 1.5;
    color: #82878c;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    /* Clearfix */
    overflow: auto;
    zoom: 1;
    margin-bottom: 15px;
}

