/* ======================================================
   SITE CUSTOM CSS — Extracted from repeated inline styles
   ====================================================== */

/* TD slot field labels in EditEvent (was: style="font-weight: bold; margin-bottom: 1px; display: block;") */
.td-field-label {
    font-weight: bold;
    margin-bottom: 1px;
    display: block;
}

/* Action buttons in ViewEvent sidebar (was: style="display: block; margin-bottom: 10px;") */
.view-event-action-btn {
    display: block;
    margin-bottom: 10px;
}

/* TD slot input containers (was: style="text-align: center; margin-right: 10px;") */
.td-slot-field {
    text-align: center;
    margin-right: 10px;
}

/* Compact row spacing used throughout event forms */
.row-compact {
    margin-bottom: 1px;
}
