.cpamma-feed {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
}

body.cpamma-feed-active #main-content .cpamma-feed-redundant-footer,
body.cpamma-feed-active #main-content .cpamma-reviews--compact {
    display: none !important;
}

.cpamma-feed__page {
    width: 100%;
    background: #fff;
}

.cpamma-feed__frame-shell {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #f4f4f4;
}

.cpamma-feed__loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 16px;
}

.cpamma-feed__frame {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 180ms ease;
}

.cpamma-feed__frame-shell.is-loaded .cpamma-feed__frame {
    opacity: 1;
}

.cpamma-feed__frame-shell.is-loaded .cpamma-feed__loading {
    display: none;
}

.cpamma-feed__sentinel {
    height: 1px;
}

@media (max-width: 782px) {
    .cpamma-feed__frame-shell,
    .cpamma-feed__frame {
        min-height: 600px;
    }
}
