/* ===================================
   Category Management Page Styles
   =================================== */

/* Notices */
.prebooking-wrap .prebooking-notice {
    margin: 15px 0;
}

/* Layout - two columns */
.prebooking-category-layout {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.prebooking-category-column {
    flex: 1;
}

.prebooking-category-column-left {
    /* No extra padding needed with gap */
}

/* List message */
.prebooking-category-list-message {
    margin: 8px 0 12px 0;
}

/* Table cells alignment */
#category-list tbody td {
    vertical-align: middle;
}

/* Button spacing */
.pb-category-edit {
    margin-right: 8px;
    margin-bottom: 4px;
}
