/*
Theme Name: Real Followers
Description: Editor styles for Real Followers theme
*/

/* Import the same Google Fonts used in the frontend */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Oswald:wght@400&display=swap');

/* Base styles for the editor */
body.block-editor-block-preview__container,
.block-editor-block-preview__content {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/* Style the block container */
.wp-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Style the feature boxes */
.wpb_column {
    margin-bottom: 30px;
}

.mkdf-iwt {
    text-align: center;
}

.mkdf-iwt-icon-holder {
    margin-bottom: 20px;
}

.mkdf-iwt-icon-holder img {
    max-width: 100%;
    height: auto;
}

.mkdf-iwt-title-holder h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #545454;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.mkdf-iwt-text-holder p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

/* Ensure proper spacing */
.vc_empty_space {
    height: 40px;
}

/* @media (max-width: 767px) { */
    .wpb_column {
        flex: 0 0 100%;
        max-width: 100%;
    }
/* } */
