.recurrence-container {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.recurrence-display {
    margin-bottom: 10px;
    font-weight: bold;
}

.recurrence-options {
    display: flex;
    flex-direction: column;
}

.recurrence-options label {
    margin-top: 5px;
    margin-right: 10px;
}

.recurrence-options select,
.recurrence-options input {
    margin-bottom: 10px;
}
#recurrence_options{
    display: none;
}
