.opening_hour span{align-items:center;display:flex}.opening_hour .opening_string{font-weight:700;margin-top:4px}.opening_hour .opening_string:before{border-radius:50%;content:"";height:10px;margin-right:10px;width:10px}.opening_hour .opening_string.open{color:green}.opening_hour .opening_string.open:before{animation:pulse-green 2s infinite;background:green;box-shadow:0 0 0 0 #0f0}.opening_hour .opening_string.closed{color:#b72926}.opening_hour .opening_string.closed:before{animation:pulse-red 2s infinite;background:#b72926;box-shadow:0 0 0 0 #b72926}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(0,255,0,.7);transform:scale(.95)}70%{box-shadow:0 0 0 10px rgba(0,255,0,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(0,255,0,0);transform:scale(.95)}}@keyframes pulse-red{0%{box-shadow:0 0 0 0 rgba(183,41,38,.7);transform:scale(.95)}70%{box-shadow:0 0 0 10px rgba(183,41,38,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(183,41,38,0);transform:scale(.95)}}