/*
 * Phase 2 of the legacy WPCode CSS migration.
 * This file is loaded only when the training_content_spacing feature flag is
 * enabled, and only for training single pages.
 */
body.single-trainings .trng_content ol:last-child,
body.single-trainings .trng_content ul:last-child {
    margin-bottom: 0;
}

body.single-trainings .trng_content ol:not(:last-child),
body.single-trainings .trng_content ul:not(:last-child) {
    margin-bottom: 30px;
}
