.elementor-kit-9{--e-global-color-primary:#8B1E1E;--e-global-color-secondary:#232323;--e-global-color-text:#232323;--e-global-color-accent:#F6F6F6D1;--e-global-color-4babb62:#FFFFFF;--e-global-color-efcc651:#FBF9F6;--e-global-color-42f426f:#C46A5A;--e-global-color-fce9ce5:#8B5A2B;--e-global-color-ada479d:#C96F4A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Allura";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-efcc651 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-4babb62 );border-radius:12px 12px 12px 12px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-4babb62 );color:#8E2722;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{color:var( --e-global-color-primary );font-family:"Fraunces", Sans-serif;font-size:36px;font-weight:400;}.elementor-kit-9 h2{color:var( --e-global-color-primary );font-family:"Fraunces", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-9 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-9 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-9{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Lato:wght@300;400&display=swap" rel="stylesheet">

<style>
  .hours-wrap {
    font-family: 'Lato', sans-serif;
    padding: 0rem 1.5rem;
    max-width: 560px;
    margin: 0 auto;
  }
  .hours-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #8E2722;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 0 0.4rem 0;
  }
  .hours-sub {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 1.6rem 0;
  }
  .divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.2rem;
  }
  .divider-line {
    flex: 1;
    height: 1px;
    background: #8E2722;
    opacity: 0.3;
  }
  .divider-icon {
    color: #8E2722;
    font-size: 22px;
    opacity: 0.7;
  }
  .hours-table {
    width: 100%;
    border-collapse: collapse;
  }
  .hours-table tr {
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  .hours-table tr:last-child {
    border-bottom: none;
  }
  .hours-table tr.today td {
    background: rgba(142, 39, 34, 0.05);
  }
  .hours-table tr.today .day-name {
    color: #8E2722;
  }
  .hours-table tr.today .dot {
    opacity: 1;
  }
  .hours-table td {
    padding: 11px 10px;
    vertical-align: middle;
  }
  .day-cell {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8E2722;
    opacity: 0;
    flex-shrink: 0;
  }
  .day-name {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0.03em;
  }
  .badge-today {
    font-size: 10px;
    font-weight: 400;
    background: #8E2722;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-left: 4px;
  }
  .slots {
    text-align: right;
  }
  .slot {
    font-size: 13px;
    color: #555;
    font-weight: 300;
  }
  .slot + .slot::before {
    content: ' · ';
    color: #8E2722;
    opacity: 0.6;
  }
  .closed {
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
  }
</style>/* End custom CSS */