﻿.article-content-list {
    position: absolute;
    left: 0;
    right: 0;
    background: none;
}

.article-content-list__panel {
    position: absolute;
    width: 100%;
    padding: 15px !important;
    background: var(--theme-color-10);
    margin-top: calc(var(--theme-spacing-2xl) - 15px);
}

.article-content .c-section:not(.c-section--padding-none-bottom) .c-content :last-child {
    margin-bottom: 0;
}