/* Statamic page layout — complements WP theme + block library */

/* Page name (h1) — match WP vivir theme (main.css .entry-header + style.css h1) */
.site-main .entry-header {
    margin: 80px auto 60px;
    text-align: left;
}

.site-main .entry-header.wrapper {
    max-width: 1180px;
    padding-inline: 16px;
    box-sizing: border-box;
}

.site-main .entry-header h1,
.site-main .entry-header .entry-title {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2em;
    margin: 0;
    color: var(--textColor);
}

@media screen and (max-width: 800px) {
    .site-main .entry-header h1,
    .site-main .entry-header .entry-title {
        font-size: 1.75em;
    }
}

.entry-content .wp-block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content .wp-block-heading {
    margin: 1rem 0 0.75rem;
}

.entry-content .rich-text p,
.entry-content > p {
    margin: 0 0 1.25rem;
}

.entry-content > .rich-text:first-child {
    margin-bottom: 2rem;
}

.entry-content .rich-text p:empty {
    display: none;
    margin: 0;
}

.get-started-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
}

.get-started-steps .feature-card {
    margin: 0 auto;
    width: 100%;
}

.entry-content .media-text .wp-block-heading {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.entry-content .wp-block-list {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
}

.entry-content .wp-block-list li {
    margin-bottom: 0.35rem;
}

.footer-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-logo img {
    max-height: 2.5rem;
    width: auto;
}

.footer-slogan {
    margin: 0;
    opacity: 0.85;
}

.site-main {
    padding-top: 0;
}

.header--subpage + .site-main,
body:not(.home) .site-main {
    padding-top: 0;
}
