.vrop-day {
  background: #f7f9fd;
}
.vrop-day__container {
    margin: 0 auto;
}
.vrop-day__title {
    max-width: 920px;
    margin: 0 auto;
}
.vrop-day__window {
    position: relative;
    max-width: 880px;
    margin: 56px auto 0;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    box-shadow: 0 26px 64px rgba(46,46,74,0.12);
    overflow: hidden;
}
.vrop-day__window-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 20px 15px;
    border-bottom: 1px solid #edf1f8;
    background: #f8faff;
}
.vrop-day__window-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}
.vrop-day__dot {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
}
.vrop-day__dot--red {
    background: #ff5f57;
}
.vrop-day__dot--yellow {
    background: #febc2e;
}
.vrop-day__dot--green {
    background: #28c840;
}
.vrop-day__window-title {
    padding-left: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #8787ab;
    line-height: normal;
}
.vrop-day__window-badge {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    background: #e5edfd;
    border-radius: 99px;
    font-weight: 600;
    font-size: 11px;
    color: #258bff;
    line-height: normal;
}
.vrop-day__timeline {
    position: relative;
    padding: 36px 42px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
}
.vrop-day__item {
    display: flex;
    gap: 6px;
    align-items: stretch;
}
.vrop-day__time {
    width: 96px;
    flex-shrink: 0;
    padding-top: 22px;
    display: flex;
    justify-content: flex-end;
}
.vrop-day__time-value {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.3px;
    color: #474766;
    line-height: normal;
    white-space: nowrap;
}
.vrop-day__time-value--blue {
    color: #258bff;
}
.vrop-day__time-value--purple {
    color: #7a52ec;
}
.vrop-day__time-value--green {
    color: #149960;
    font-size: 13px;
    line-height: 17.55px;
}
.vrop-day__connector {
    width: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    position: relative;
}
.vrop-day__dot-mod {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: rgba(255,255,255,0);
    box-shadow: 0 0 0 4px #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.vrop-day__dot-mod--blue {
    border-color: #258bff;
}
.vrop-day__dot-mod--purple {
    border-color: #7a52ec;
}
.vrop-day__dot-mod--green {
    border-color: #1fb573;
}
.vrop-day__line {
    position: absolute;
    top: 44px;
    bottom: -38px;
    width: 2px;
    background: url("/img/features/virtual-rop/day-line.svg") repeat-y;
    background-size: 2px auto;
}
.vrop-day__card {
    flex: 1;
    min-width: 0;
    padding: 24px 30px 24px 34px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.vrop-day__card--blue {
    background: linear-gradient(163.62deg, #eff3fd 0%, #e7ecfc 100%);
    border-left: 4px solid #258bff;
}
.vrop-day__card--purple {
    background: linear-gradient(159.54deg, #f3f0fc 0%, #ece6fa 100%);
    border-left: 4px solid #7a52ec;
}
.vrop-day__card--green {
    background: linear-gradient(157.42deg, #ecfaf2 0%, #e2f4ea 100%);
    border-left: 4px solid #1fb573;
}
.vrop-day__card-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vrop-day__card-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.vrop-day__card-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}
.vrop-day__card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #474766;
    margin: 0;
}
.vrop-day__card-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    background: #fff;
    border-radius: 99px;
    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #149960;
    line-height: normal;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}
.vrop-day__card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
    margin: 0;
}
.vrop-day__outro {
    max-width: 860px;
    margin: 56px auto 0;
    text-align: center;
    margin: 55px auto;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #474766;
}
.vrop-day__highlight {
    color: #258bff;
}

@media screen and (max-width: 1100px) {
    .vrop-day__container {
        padding: 0 40px;
    }
    .vrop-day__title {
        font-size: 34px;
    }
    .vrop-day__window {
        margin-top: 40px;
    }
}
@media screen and (max-width: 750px) {
    .vrop-day__container {
        padding: 0 16px;
    }
    .vrop-day__title {
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
    }
    .vrop-day__window {
        margin-top: 32px;
        border-radius: 16px;
    }
    .vrop-day__window-header {
        padding: 14px 16px;
        flex-wrap: wrap;
    }
    .vrop-day__window-title {
        font-size: 12px;
    }
    .vrop-day__timeline {
        padding: 24px 16px 32px;
        gap: 20px;
    }
    .vrop-day__item {
        flex-direction: column;
    }
    .vrop-day__time {
        width: fit-content;
        padding-top: 0;
    }
    .vrop-day__time-value {
        font-size: 17px;
    }
    .vrop-day__time-value--green {
        font-size: 12px;
        line-height: 16px;
    }
    .vrop-day__connector {
        display: none;
    }
    .vrop-day__line {
        top: 35px;
        bottom: var(--vrop-day-line-overflow, -20px);
    }
    .vrop-day__dot-mod {
        width: 13px;
        height: 13px;
        box-shadow: 0 0 0 3px #fff;
    }
    .vrop-day__card {
        width: 100%;
        padding: 16px;
    }
    .vrop-day__card-title {
        font-size: 16px;
    }
    .vrop-day__card-text {
        font-size: 14px;
    }
    .vrop-day__outro {
        margin-top: 32px;
        text-align: left;
        font-size: 16px;
    }
}
