.msd-schichtplan-form {
    background: #fff;
    padding: 16px;
    border: 1px solid #ccd0d4;
    margin: 16px 0;
    max-width: 900px;
}

.msd-admin-toggle {
    margin: 12px 0 20px;
}

.msd-admin-toggle > summary {
    display: inline-block;
    cursor: pointer;
    color: #2271b1;
    text-decoration: underline;
}

.msd-inline-form {
    display: inline-block;
    margin-left: 8px;
}

.msd-shortcode-hint {
    margin-top: 16px;
}

.msd-schichtplan-shortcode {
    scroll-behavior: smooth;
}

.msd-month-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    padding: 12px 14px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.msd-month-nav__title {
    font-weight: 700;
    color: #444;
}

.msd-month-nav a {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.msd-month-nav a:hover,
.msd-month-nav a:focus {
    background: transparent;
    text-decoration: underline;
}

.msd-month-nav__sep {
    color: #8a8a8a;
}

.msd-schichtplan-filter-wrap {
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.msd-schichtplan-filter-label {
    font-weight: 600;
    color: #444;
}

.msd-schichtplan-filter {
    min-width: 220px;
    padding: 6px 10px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background: #fff;
    color: #222;
}

.msd-month-heading {
    scroll-margin-top: 26px;
}

.msd-shift-separator {
    opacity: 0.8;
}
