.wdt-working-hours-wrapper ul{ list-style:none; padding:0; margin:0; }

.wdt-working-hours-wrapper li{ display:flex; align-items:center; justify-content:space-between; }

.wdt-title-holder{ display:flex; align-items:center; gap:8px; }

.wdt-separator{ flex:1; }

.wdt-day-closed { opacity: 0.6; }

.wdt-day-closed .wdt-hours { color: #ff4a4a; font-weight: var(--wdtFontWeight_Alt); }

.wdt-working-separator { 
    width: 100%; color: var(--wdtHeadAltColor); margin: 0 16px; border-color: var(--wdtHeadAltColor); 
    border-width: 1px; border-bottom: none !important; }

.wdt-working-day-title{ white-space: nowrap; color: var(--wdtHeadAltColor); display: flex; align-items: center; gap: 8px; }

.wdt-working-hours{ white-space: nowrap; color: var(--wdtHeadAltColor); }

.wdt-working-icon{display: flex; align-items: center;}