.one-column-grid-layout-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.grid-container {
    padding: 0 !important;
}
.two-column-grid-layout-container,
.three-column-grid-layout-container {
    align-items: unset !important;
}
.two-column-grid-layout-content-container,
.three-column-grid-layout-container .three-column-grid-layout-content-container {
    justify-content: unset !important;
    align-items: unset !important;
}
.one-column-grid-layout-content .editorial-content-card-layout-desktop-1,
.one-column-grid-layout-content .editorial-content-card-layout-large,
.three-column-grid-layout-content .editorial-content-card-layout-desktop-1,
.three-column-grid-layout-content .editorial-content-card-layout-large,
.right-sidebar-grid-layout-content-1 .editorial-content-card-layout-desktop-1,
.right-sidebar-grid-layout-content-1 .editorial-content-card-layout-large,
.right-sidebar-grid-layout-content-2 .editorial-content-card-layout-large,
.right-sidebar-grid-layout-content-2 .editorial-content-card-layout-desktop-1 {
    /* max-width: 548px; */
    width: 100% !important;
}

.two-column-grid-layout-content,
.three-column-grid-layout-content,
.right-sidebar-grid-layout-content-1,
.right-sidebar-grid-layout-content-2 {
    container-type: inline-size;
    /* max-width: 900px; */
}

@container (width < 640px) {
    .editorial-content-grid-desktop-3,
    .editorial-content-grid-desktop-1 {
        flex-direction: column !important;
        align-items: center;
    }

    .editorial-content-card-layout-desktop-3-column { 
        width: 100% !important;
    }

    .editorial-content-card-layout-large {
        width: 100% !important;
    }

    .two-column-grid-layout-content .editorial-content-card-layout-desktop-1,
    .two-column-grid-layout-content .editorial-content-card-layout-large {
        width: 100% !important;
    }
}

@container (width > 640px) and (width < 727px) {
    .editorial-content-grid-desktop-1 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-6);
    }
    .editorial-content-card-layout-desktop-1,
    .editorial-content-card-layout-large {
        width: 100%;
    }

    .editorial-content-grid-desktop-3 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-6, 24px);
        justify-items: center;
        align-items: stretch;
    }

    .editorial-content-grid-desktop-3 > .editorial-content-card-layout-desktop-3-column:only-child,
    .editorial-content-grid-desktop-3 > .editorial-content-card-layout-desktop-3-column:last-child:nth-child(odd),
    .editorial-content-grid-desktop-1 > .editorial-content-card-layout-desktop-1:only-child,
    .editorial-content-grid-desktop-1 > .editorial-content-card-layout-large:only-child,
    .editorial-content-grid-desktop-1 > .editorial-content-card-layout-large:last-child:nth-child(odd),
    .editorial-content-grid-desktop-1 > .editorial-content-card-layout-desktop-1:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .editorial-content-card-layout-desktop-3-column { 
        width: 100% !important;
    }
}
