/* ===============================
   EasyMaths Mini-Site Header Bar
   =============================== */

.em-lesson-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #0f172a; /* dark navy */
    color: #f9fafb;
    font-size: 0.875rem;
    border-bottom: 2px solid #1e293b;
}

.em-lesson-bar a {
    color: #e5e7eb;
    text-decoration: none;
}

.em-lesson-bar a:hover {
    text-decoration: underline;
}

.em-lesson-bar-left,
.em-lesson-bar-center,
.em-lesson-bar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.em-lesson-user-label,
.em-lesson-sites-label {
    opacity: 0.75;
}

.em-lesson-title {
    color: #facc15; /* gold accent */
    font-weight: 600;
}

.em-lesson-sites {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.em-lesson-sites li a {
    padding: 0.2rem 0.5rem;
    background: #1e293b;
    border-radius: 4px;
    font-size: 0.8rem;
}

.em-lesson-btn {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #22c55e;
    color: #022c22;
    font-weight: 600;
    font-size: 0.8rem;
}

.em-lesson-btn-outline {
    background: transparent;
    border-color: #e5e7eb;
    color: #e5e7eb;
}
