/**
 * KORA Public Styles
 *
 * Main stylesheet for the KORA platform frontend.
 * Compiled from Tailwind CSS during the build process.
 *
 * @package KORA
 */

/* Placeholder — full styles will be generated from Tailwind CSS build output. */
.kora-assessment {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.kora-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.kora-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
