.landing-rendered {
    min-height: 100vh;
}

.landing-rendered .landing-builder-root {
    min-height: 100vh;
}

.landing-rendered img {
    height: auto;
    max-width: 100%;
}

.landing-rendered .editor-section {
    padding: 0 13% 0 27%;
}

.landing-rendered .editor-section__inner {
    font-size: 25px;
    margin: 0;
    max-width: none;
    padding: 15% 2.5%;
    text-align: justify;
}

.landing-rendered .editor-section__inner > p {
    font-family: Arial, Helvetica, sans-serif;
}

.landing-rendered .editor-columns {
    display: flex;
    gap: 1.5rem;
}

.landing-rendered .editor-column {
    flex: 1 1 0;
    min-height: 80px;
}

.landing-rendered .editor-button-link {
    background: #164587;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: .8rem 1.2rem;
}

.landing-rendered .editor-feature-card,
.landing-rendered .editor-price-card {
    background: #fff;
    border-radius: 15px;
    color: #172033;
    padding: 2rem;
}

.landing-rendered .landing-empty-state {
    color: #59647a;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1rem;
    text-align: center;
}

.landing-rendered [hidden] {
    display: none !important;
}

@media (max-width: 750px) {
    .landing-rendered .editor-section {
        padding: 0;
    }

    .landing-rendered .editor-section__inner {
        font-size: 20px;
        padding-bottom: 30%;
    }

    .landing-rendered .editor-columns {
        flex-direction: column;
    }
}
