/*
 * Elatum Downloads List Widget CSS
 * Loaded only when [elatum_list] shortcode is rendered.
 * Requires elatum-shared.css.
 */

.amel-list-root {
    width:      100%;
    box-sizing: border-box;
}

.amel-list-wrap {
    display:        flex;
    flex-direction: column;
    gap:            8px;
    width:          100%;
}
