.bmsem{font:inherit;color:#17352e}
.bmsem-tools{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:28px}
.bmsem-tools label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.bmsem-select{min-width:220px;padding:13px 42px 13px 16px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.28);color:inherit;font:inherit}
.bmsem-list{display:flex;flex-direction:column;gap:0}
.bmsem-month{margin:28px 0 0;padding:24px 28px;font-size:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:10px 10px 0 0;background:rgba(216,229,221,.78);color:inherit}
.bmsem-day{margin-top:1px;padding:22px 28px;font-weight:700;text-transform:uppercase;border-radius:10px;background:rgba(255,255,255,.28)}
.bmsem-month + .bmsem-day{margin-top:0;border-radius:0 0 10px 10px}
.bmsem-row{display:grid;grid-template-columns:245px 1fr;gap:28px;padding:20px 28px;border-bottom:1px solid rgba(255,255,255,.12)}
.bmsem-time{font-variant-numeric:tabular-nums;opacity:.9}
.bmsem-content strong,.bmsem-row strong{font-weight:500}
.bmsem-desc{margin-top:5px;opacity:.75}
.bmsem-empty{padding:22px 26px;border:1px solid rgba(255,255,255,.12);border-radius:10px}
@media(max-width:767px){
 .bmsem-tools{align-items:flex-start;flex-direction:column}
 .bmsem-select{width:100%;min-width:0}
 .bmsem-month{padding:18px 20px;border-radius:8px 8px 0 0}
 .bmsem-day{padding:18px 20px;border-radius:8px}
 .bmsem-month + .bmsem-day{border-radius:0 0 8px 8px}
 .bmsem-row{grid-template-columns:1fr;gap:5px;padding:17px 20px}
}

/* v1.0.5 — uitgelichte baanbezetting van vandaag */
.bmsem-today{
 margin:0 0 32px;
 padding:28px;
 background:#F5F2EA;
 border-radius:18px;
 color:#17352E;
}
.bmsem-today-head{
 display:flex;
 align-items:baseline;
 justify-content:space-between;
 gap:18px;
 margin-bottom:18px;
}
.bmsem-today-label{
 font-size:12px;
 line-height:1;
 font-weight:700;
 letter-spacing:.12em;
 text-transform:uppercase;
 color:#B76750;
}
.bmsem-today-date{
 font-size:15px;
 line-height:1.35;
 text-align:right;
}
.bmsem-today-list .bmsem-row{
 margin:0;
 padding:16px 0;
 border-top:1px solid rgba(23,53,46,.12);
 border-radius:0;
 background:transparent;
}
.bmsem-today-list .bmsem-row:first-child{border-top:0;padding-top:0;}
.bmsem-today-list .bmsem-row:last-child{padding-bottom:0;}
.bmsem-today-row{border-left:0!important;}
.bmsem-upcoming-title{
 margin:0 0 14px;
 font-size:13px;
 line-height:1.2;
 font-weight:700;
 letter-spacing:.1em;
 text-transform:uppercase;
}
@media(max-width:767px){
 .bmsem-today{padding:20px;margin-bottom:24px;}
 .bmsem-today-head{display:block;}
 .bmsem-today-date{display:block;margin-top:7px;text-align:left;}
}


/* v1.0.6 — Vandaag donkerder + navigatie rustiger */
.bmsem-today{
 background:#19362F;
 color:#F5F2EA;
 border:1px solid rgba(255,255,255,.10);
}
.bmsem-today-list .bmsem-row{
 border-top-color:rgba(255,255,255,.10);
}
.bmsem-today-list .bmsem-row:first-child{border-top:0;}
.bmsem-today-row{
 position:relative;
}
.bmsem-today-row:after{
 content:"";
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:1px;
 background:rgba(183,103,80,.55);
}
.bmsem-today-list .bmsem-row:last-child:after{display:none;}

.bmsem-tools{
 display:block;
 margin-bottom:42px;
}
.bmsem-tools label{
 display:block;
 margin:0 0 10px;
 width:auto;
}
.bmsem-select{
 display:block;
 width:100%;
 max-width:none;
}
@media(max-width:767px){
 .bmsem-tools{margin-bottom:30px;}
 .bmsem-tools label{margin-bottom:8px;}
}
