.flatpickr-day.marius-dispo-complet,
.flatpickr-day.marius-dispo-complet.flatpickr-disabled {
    position: relative;
    color: #b02a2a;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #fdeaea;
    opacity: 1;
}

.flatpickr-day.marius-dispo-complet::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d63636;
}

.marius-dispo-message {
    margin-top: 8px;
    padding: 10px 12px;
    border-left: 3px solid #d63636;
    border-radius: 4px;
    background: #fdeaea;
    color: #7a1f1f;
    font-size: 0.9em;
    line-height: 1.4;
}

.marius-dispo-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: inherit;
    font-size: 0.8em;
    opacity: 0.8;
}

.marius-dispo-legend__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fdeaea;
    box-shadow: inset 0 0 0 1px #d63636;
}
