/* Cache-safe additions for the expanded monthly recurrence controls. */

.sec-calendar .sec-monthly-weekday-options {
    margin-top: 1.25rem;
    padding: 1.25rem;
    background: #fff;
    border-left: .35rem solid var(--sec-accent);
}

.sec-calendar .sec-monthly-weekday-options > .sec-field {
    max-width: 22rem;
}

.sec-calendar .sec-monthly-weekday-options > .sec-field select {
    width: 100%;
}

.sec-calendar .sec-monthly-ordinal-options {
    margin: 1rem 0 !important;
    background: var(--sec-pale);
}

.sec-calendar fieldset.sec-monthly-ordinal-options.sec-field-error {
    border-color: #d4351c !important;
}

@media (max-width: 700px) {
    .sec-calendar .sec-monthly-weekday-options {
        padding: 1rem;
    }
}

@media (forced-colors: active) {
    .sec-calendar .sec-monthly-weekday-options {
        border-left-color: CanvasText;
    }
}
