.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; padding:10px 0; gap:20px; }
.wdt-working-hours-wrapper li:not(:last-child){ border-bottom:1px solid var(--wdtAccentTxtColor); }
.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; display:none; }

.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;}

.wdt-working-hours-wrapper .wdt-working-title{ font-size: clamp(1.25rem, 1.1842rem + 0.2632vw, 1.5rem); /* Min-20 & Max-24 */ font-family:var(--wdtFontTypo_H4); font-style:italic; }

@media(max-width:479px){
    .wdt-working-hours-wrapper li{gap:10px; }
}