.hcsh-schedule-wrapper{
    background:#fff;
    border:1px solid #ccd0d4;
    border-radius:6px;
    padding:10px 20px;
    max-width:650px;
}

.hcsh-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #eee;
}

.hcsh-row:last-child{
    border-bottom:none;
}

.hcsh-day{
    width:110px;
    font-weight:600;
}

.hcsh-time{
    display:flex;
    align-items:center;
    gap:8px;
}

.hcsh-time input{
    width:120px;
}

.hcsh-toggle{
    width:90px;
}
