.codicts-events-repeater .repeater-field-wrapper .item-head {
    display: flex;
    flex-wrap: nowrap;
}
.codicts-events-repeater .repeater-field-wrapper .item-head input {
    width: 100%;
}
.codicts-events-repeater .repeater-field-wrapper .item-head input:first-child {
    margin-right: 0;
}
.codicts-events-repeater {
    margin-top: 20px;
}
.codicts-events-repeater > input[type="button"] {
    margin-top: 15px;
    float: none !important;
    background: rgba(0, 0, 0, 0.03);
    padding: 12px;
    font-size: 14px !important;
    border-right: 3px;
    color: #242429 !important;
    transition: 0.2s ease;
}
.codicts-events-repeater > input[type="button"]:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #242429 !important;
}
.codicts-events-repeater .repeater-field-wrapper .delete-repeater-item.mlerf-delete-btn {
    width: auto !important;
    border-radius: 6px;
    display: flex;
    line-height: 1;
    align-items: center;
    transition: 0.2s ease;
    padding: 0 10px !important;
}
.codicts-events-repeater .repeater-field-wrapper .delete-repeater-item.mlerf-delete-btn:hover {
    background: #f2f2f2;
    color: #242429 !important;
}

.codicts-events-repeater .codicts-repeater-date-init {
    width: 100%;
    margin: 0;
}

.codicts-events-repeater .codicts-repeater-date-init .single-date {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 14px;
}
.codicts-events-repeater .codicts-repeater-date-init .single-date .datepicker-wrapper:before,
.codicts-events-repeater .codicts-repeater-date-init .single-date .date-empty .datepicker-wrapper:before {
    content: "" !important;
}
.codicts-events-repeater .codicts-rec-er-select-options {
    flex: 1;
    margin: 0 5px;
}
.codicts-events-repeater .codicts-rec-er-select-options:first-child {
    margin-left: 0;
}
.codicts-events-repeater .codicts-rec-er-select-options:last-child {
    margin-right: 0;
}
.codicts-events-repeater .codicts-rec-er-select-options .select2-container {
    border-bottom: 1.5px solid rgba(0,0,0,.2);
    height: 47px;
}
.codicts-events-repeater .codicts-rec-er-select-options .select2-container .select2-selection__rendered {
    font-weight: normal;
}


@media (max-width: 768px) {
    .codicts-events-repeater .form-group-rf-row {
        flex-wrap: wrap !important;
    }
    .codicts-events-repeater .codicts-rec-er-select-options {
        flex: 0 0 100%;
        margin: 0 !important;
    }
}

.codicts-events-repeater-info-block .codicts-events-repeater-date-block {
    padding-bottom: 0 !important;
    margin-bottom: 5px;
}
.codicts-events-repeater-info-block .codicts-events-repeater-inner-block {
    padding-top: 0 !important;
}
.codicts-events-repeater-info-block .codicts-events-repeater-inner-block h5,
.codicts-events-repeater-info-block .codicts-events-repeater-inner-block p {
    margin: 0;
    font-weight: normal;
}
.codicts-events-repeater-info-block .codicts-events-repeater-inner-block h5 a {
    color: var(--accent);
    text-decoration: underline;
}
.codicts-events-repeater-info-block .event-dates-timeline .upcoming-event-date:first-child h5 {
    font-weight: 600;
    font-size: 16px;
}

.codicts-events-repeater-info-block .codicts-events-repeater-inner-block p.codicts-events-repeater-description-block {
    margin-top: 5px;
}

/* .codicts-events-repeater-date-block {
    font-weight: 600;
    font-size: 16px;
} */
