.elementor-kit-6{--e-global-color-primary:#02013F;--e-global-color-secondary:#FFD937;--e-global-color-text:#1E1E1E;--e-global-color-accent:#1A6CB5;--e-global-color-e5552a6:#1E1E1E80;--e-global-color-3c748c3:#757575;--e-global-color-1948c57:#FFFFFF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-9e498a7-font-family:"Lato";--e-global-typography-9e498a7-font-size:32px;--e-global-typography-9e498a7-font-weight:600;--e-global-typography-9e498a7-line-height:1.3em;--e-global-typography-c7fdc8f-font-family:"Lato";--e-global-typography-c7fdc8f-font-size:28px;--e-global-typography-c7fdc8f-font-weight:600;--e-global-typography-c7fdc8f-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-9e498a7-font-size:28px;--e-global-typography-c7fdc8f-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-9e498a7-font-size:24px;--e-global-typography-c7fdc8f-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Base table styling */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;  /* Use a clean, legible font */
}

/* 2. Table borders and cell padding */
th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

/* 3. Header row style */
th {
  background-color: #f0f0f0;       /* Light gray header background */
  font-weight: bold;
}

/* 4. Zebra striping for rows */
tr:nth-child(even) {
  background-color: #f9f9f9;      /* Every second row gets a light background:contentReference[oaicite:3]{index=3} */
}

/* 5. Hover effect for rows */
tr:hover {
  background-color: #eef7fd;      /* Highlight the row on hover (pale blue):contentReference[oaicite:4]{index=4} */
}

/* 6. Text color classes for "Spaces" column values */
.spaces-good {
  color: green;    /* "Good" = green */
  font-weight: bold;
}
.spaces-limited {
  color: goldenrod; /* "Limited" = yellow/gold for readability */
  font-weight: bold;
}
.spaces-full {
  color: red;      /* "Full" = red */
  font-weight: bold;
}/* End custom CSS */