.imv-ldt{
    display:flex;
    align-items:center;
    gap:9px;
    width:100%;
    min-width:0;
    box-sizing:border-box;
}
.imv-ldt *{box-sizing:border-box;}
.imv-ldt__date{
    width:41px;
    height:41px;
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#0687B8;
    color:#fff;
    border-radius:7px;
    line-height:1;
    text-align:center;
}
.imv-ldt__day{
    display:block;
    font-family:inherit;
    font-size:18px;
    font-weight:700;
    line-height:1;
}
.imv-ldt__month{
    display:block;
    margin-top:2px;
    font-family:inherit;
    font-size:9px;
    font-weight:500;
    line-height:1;
    text-transform:uppercase;
}
.imv-ldt__time{
    color:#fff;
    font-family:inherit;
    font-size:20px;
    font-weight:700;
    line-height:1;
    letter-spacing:1.5px;
    white-space:nowrap;
}
