/* OASIS Landing Widgets CSS - Only applies when landing widgets are present on the page */

.oasis-landing-widgets #banner-load.blue-text-banner {
    margin-bottom: 0 !important;
}

/* Card Grid: Page Builder wraps each widget in data-content-type="html"; display:contents
   lets the inner .half-card-grid-item participate in the grid so cell sizing is correct */
.oasis-landing-widgets .grid-card-list > [data-content-type="html"] {
    display: contents;
}
