.elementor-18118 .elementor-element.elementor-element-23b74083{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}:root{--page-title-display:none;}/* Start custom CSS *//* 1) Nasconde la colonna “A” */
.account-bookings-table th.booking-to,
.account-bookings-table td.booking-to {
  display: none !important;
}

/* 2) Ridistribuisce le larghezze delle rimanenti colonne */
.account-bookings-table th.booking-id,
.account-bookings-table td.booking-id { width: 40%; }
.account-bookings-table th.booking-from,
.account-bookings-table td.booking-from { width: 30%; }
.account-bookings-table th.booking-status,
.account-bookings-table td.booking-status { width: 20%; }
.account-bookings-table th.booking-actions,
.account-bookings-table td.booking-actions { width: 10%; }/* End custom CSS */