/**** WIDGET HEADER ****/

.business-hour-widget-container{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.business-hour-item.carrefour,
.business-hour-item.gallerie{
    padding: 0.3125rem; /* 5px / 16px */
   font-family: "Roboto", Sans-serif;
   font-size: 0.9375rem; /* 15px / 16px */
   font-weight: 600;
   color: var(--e-global-color-primary);
   width:35%; 
}

.week,
.sunday {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.week span,
.sunday span {
    color: var(--e-global-color-primary);
    padding: 0.625rem 0.9375rem; /* 10px 15px / 16px */
    font-family: "Roboto", Sans-serif;
    font-size: 1.25rem; /* 20px / 16px */
    font-weight: 400;
}

.led-box {
    height: 30px;
    width: 30%;
    float: left;
  }
  
  .led-box p {
    font-size: 12px;
    text-align: center;
    margin: 1em;
  }
  
  .led-red {
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #f6305b9e;
    border-radius: 50%;
    box-shadow:  rgba(95, 8, 8, 0.2)0 -1px 2px 1px, inset #ca3838 0 -1px 11px, rgba(238, 59, 59, 0.5) 0 2px 8px;
 
  }
  
  .led-green {
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #38f7046c;
    border-radius: 50%;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; */
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #476904 0 -1px 11px, #89ff00b0 0 2px 8px;
  }
  
  .carrefour-hours img,
  .gallerie-hours img {
    width: 50px;
}