.elementor-6927 .elementor-element.elementor-element-7c0b67a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6927 .elementor-element.elementor-element-d680ba1{text-align:center;}.elementor-6927 .elementor-element.elementor-element-d680ba1 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6927 .elementor-element.elementor-element-f47607e{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-b66bc43 .elementor-counter .elementor-counter-number-wrapper {justify-content:flex-start;}.elementor-6927 .elementor-element.elementor-element-988ca57 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-6927 .elementor-element.elementor-element-988ca57.elementor-element{--align-self:center;}.elementor-6927 .elementor-element.elementor-element-22c8c68 .elementor-counter .elementor-counter-number-wrapper {justify-content:flex-start;}.elementor-6927 .elementor-element.elementor-element-cd55703.elementor-element{--align-self:center;}.elementor-6927 .elementor-element.elementor-element-3e769ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6927 .elementor-element.elementor-element-0b197bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6927 .elementor-element.elementor-element-ba8fb95{text-align:center;}.elementor-6927 .elementor-element.elementor-element-6a23c66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-6927 .elementor-element.elementor-element-6a23c66:not(.elementor-motion-effects-element-type-background), .elementor-6927 .elementor-element.elementor-element-6a23c66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBC6A4;}.elementor-6927 .elementor-element.elementor-element-a66611b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6927 .elementor-element.elementor-element-d31f5ff{text-align:center;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6927 .elementor-element.elementor-element-084fdb6{--display:flex;}@media(max-width:1440px){.elementor-6927 .elementor-element.elementor-element-f47607e{--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-6927 .elementor-element.elementor-element-f47607e{--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-6927 .elementor-element.elementor-element-f47607e{--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--grid-auto-flow:row;}}@media(max-width:880px){.elementor-6927 .elementor-element.elementor-element-f47607e{--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-6927 .elementor-element.elementor-element-f47607e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6927 .elementor-element.elementor-element-2a69fc9{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS */body{background-color: #F6F0EA !important;}
/* Apply styles to your venue table */
.venue-milestones{
    border: 2px solid #cfbb9f;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 30px;
  border: 2px solid #cfbb9f;
}

/* Table header row with light beige background */
table th,
table th h3 {
  background-color: #e5daca;
  text-align: left;
}

/* Normal table header cells (Type, Area, etc.) */
table .table-header {
  background-color: #e5daca;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 2px solid #cfbb9f;
  font-weight: bold;
}

/* Table body cells */
table .table-cell {
  padding: 8px 12px;
  border-bottom: 1px solid #cfbb9f;
}

/* Remove bottom border on last row */
table tr:last-child .table-cell {
  border-bottom: none;
}
.cheader {
  background-color: #e5daca;
}
/* Responsive behavior */
@media (max-width: 768px) {
  table {
    font-size: 0.9rem;
  }

  table th,
  table .table-header,
  table .table-cell {
    padding: 6px 8px;
  }
}

@media (max-width: 480px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  table tr th,
  table tr .table-header,
  table tr .table-cell {
    min-width: 140px;
  }
}/* End custom CSS */