.eventmaster-custom-field {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}

.custom-field_label,
.custom-field_select_label {
    display: inline-block;
    width: 100%;
}

.eventmaster-information-label {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}

.custom-field_input,
.custom-field_select,
.custom-field_date,
.custom-field_mobile {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 2px solid #E8E8E8;
    color: #000000;
    border-radius: 5px;
}

.custom-field_textarea {
    width: 100%;
    min-height: 120px;
    padding: 0.75rem 10px;
    border: 2px solid #E8E8E8;
    color: #000000;
    border-radius: 5px;
    resize: vertical;
}

.custom-field_label .commentary {
    display: block;
    margin-top: 0.2rem;
    color: #666666;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
}

.custom-field_checkbox {
    width: 25px;
    margin: 5px;
}

.eventmaster-custom-checkbox-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 1rem 0;
}

.eventmaster-custom-checkbox-field > input {
    flex: 0 0 auto;
    margin: 5px 10px 0 0;
}

.eventmaster-custom-checkbox-field > label {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
}

.eventmaster-custom-checkbox-field > label span {
    display: inline;
}

.hidden {
    display: none;
}
