.rambukk-schedule {
    width: 100%;
    border-collapse: collapse;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
}

.rambukk-schedule th,
.rambukk-schedule td {
    border: 1px solid #e0e0e0;
    vertical-align: top;
    padding: 8px;
}

.rambukk-schedule th {
    background: #f7f7f7;
    text-align: center;
    font-weight: 600;
}

.class-block {
    margin-bottom: 6px;
    padding: 6px 8px;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
}

.class-time {
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}

.class-title {
    font-weight: 600;
    display: block;
}

.class-room {
    font-size: 11px;
    opacity: 0.9;
    display: block;
}

/* Farger pr. kategori */
.class--bjj { background: #47647E; }
.class--bjjkids { background: #7DA4C2; }
.class--thai { background: #6C5A63; }
.class--thaikids { background: #A8929A; }
.class--crosstrain { background: #3E6F77; }
.class--yoga { background: #6FA878; }
.class--sw { background: #647E79; }
.class--other { background: #8E989E; }
