/* ==========================================================================
   GS Venue Blocks — extras.css
   Extras/add-ons block (gs_block_extras → v3_extras repeater).
   Towel hire, re-entry, cabin hire, locker deposits, etc. Rendered only when
   the repeater has at least one populated row. Inherits .wp-block-table base
   styling from hours.css.
   ========================================================================== */

/* Extras table — 3 cols (Item / Amount / Notes).
   Same amount-column treatment as Prices/Members so the three tables read
   as a consistent family. */
.gs-venue__body .gs-venue__extras-table { margin: 0 0 8px; }
.gs-venue__body .gs-venue__extras-table table { table-layout: auto; }
.gs-venue__body .gs-venue__extras-table td:nth-child(2) {
    font-weight: 600;
    white-space: nowrap;
    color: #000;
}
.gs-venue__body .gs-venue__extras-table th:nth-child(2) {
    width: 120px;
}

@media (max-width: 640px) {
    .gs-venue__body .gs-venue__extras-table th:nth-child(2) { width: auto; }
}
