/* Settings page */
#mfis_options_table {

    input[type=number] {
        max-width: 80px;
    }

    textarea {
        min-width: 500px;
        min-height: 100px;
    }

}

/* Custom post types */
#mfis_custom_posts_options_table {

    display: none;

    >tbody>tr>th,
    >tbody>tr>td {
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: top;
    }

    textarea {
        min-height: 70px;
    }

    td th,
    td td {
        vertical-align: top;
    }

    input[type=number] {
        max-width: 80px;
    }
}

.form-table td th,
.form-table td td {
    padding: 0 20px 0 0;
    width: 200px;
}



/* Error message */
.mfis_error {
    display: block;
    font-size: 1rem;
}

span.mfis_icon {
    display: inline-block;
    color: #FFF;
    background: #008ec2;
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 15px;
    font-size: 1rem;
    vertical-align: middle;
}

span.mfis_error_message {
    display: inline-block;
    width: 70%;
    width: calc(100% - 50px);
    vertical-align: middle;
    line-height: 1.3;
    text-align: left;
}

.mfis_publishing_disabled,
.mfis_publishing_disabled_block_editor {

    padding: 15px;
    background: #008ec2;
    color: #FFF;

    >span.mfis_icon {
        margin-right: 20px;
        color: #008ec2;
        background: #FFF;
        font-size: 1.3rem;
    }

}

.mfis-notice-error {
    border-left-color: #0e8dc2;
}

.mfis_footer {

    margin-top: 50px;

    p {
        font-size: 0.7rem;
    }

    .dashicons {
        font-size: 1rem;
    }

    .dashicons-heart {
        color: #ca4a20;
    }

    .dashicons-heart span {
        display: none;
    }

}