/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0.0
*/
.site-main {
    border-top: none !important;
}
.kt-row-column-wrap {
    border-top: none !important;
    border-bottom: none !important;
}
.kb-row-layout-id30_0efe0c-43 > .kt-row-column-wrap {
    border-top: none !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    .kb-row-layout-id30_0efe0c-43 > .kt-row-column-wrap {
        border-top: none !important;
        background: transparent !important;
    }
}
.entry-hero {
    max-height: 350px;
    overflow: hidden;
}
.guides-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 767px) {
    .guides-grid {
        grid-template-columns: 1fr;
    }
}
.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 767px) {
    .pros-cons-grid {
        grid-template-columns: 1fr;
    }
}