/* xl - DESKTOP STYLES */ 
.working-hours-widget {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center; 
  gap: 12px; 
}

.working-hours-icon {
  display: flex;
  align-items: center;
  height: 22px; 
}

.working-hours-content {
  display: flex;
  flex-direction: column;
}

.working-hours-title {
  font-size: 16px;
  font-weight: 400;
  color: #060606; 
  line-height: 2em; 
}

.working-hours-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff; 
  line-height: 2em; 
}

