@charset "UTF-8";
/**
 * Learning Materials and Learning Articles route CSS.
 *
 * Extracted into route owner CSS in P15.172 and loaded only on
 * Learning Materials resources through core/elements/chunks/tsRouteStyles.tpl.
 */

/* ==================== LEARNING MATERIALS (Sprint 9) ==================== */

.material-block {
    transition: all 0.3s ease;
}

.material-block.block-completed {
    background-color: var(--color-bg-page);
    border-left: 4px solid var(--color-success);
}

.block-text {
    line-height: 1.8;
    font-size: 1.05rem;
}

.block-image img,
.block-video iframe,
.block-video video {
    border-radius: var(--radius-btn);
}

.rich-text-editor {
    font-family: 'Courier New', monospace;
}
