.vrop-view {
    padding-left: 120px;
    padding-right: 120px;
    background: #fff;
}
.vrop-view__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.vrop-view__blob--1 {
    right: 30px;
    top: 80px;
    width: 136px;
    height: 93px;
}
.vrop-view__blob--2 {
    left: 175px;
    top: 732px;
    width: 136px;
    height: 93px;
}
.vrop-view__title {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
.vrop-view__mockup {
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(46,46,74,0.14);
    margin: 32px auto 0;
    max-width: 840px;
    position: relative;
    z-index: 1;
}
.vrop-view__mockup-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 13px;
    background: #f8faff;
    border-bottom: 1px solid #edf1f8;
}
.vrop-view__mockup-title {
    font-size: 12px;
    color: #8787ab;
    padding-left: 8px;
    line-height: normal;
}
.vrop-view__call-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid #e8eaea;
}
.vrop-view__phone {
    font-weight: 700;
    font-size: 18px;
    color: #1b2a30;
    display: block;
    line-height: 22px;
}
.vrop-view__date {
    display: block;
    font-size: 12px;
    color: #767f83;
    margin-top: 2px;
    line-height: normal;
}
.vrop-view__call-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vrop-view__ctrl-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    color: #495559;
    cursor: default;
}
.vrop-view__duration {
    padding: 5px 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    color: #1b2a30;
    line-height: 22px;
}
.vrop-view__tabs {
    display: flex;
    align-items: flex-start;
    padding: 0 12px;
    background: #fff;
    border-bottom: 1px solid #e8eaea;
}
.vrop-view__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #495559;
    line-height: 16px;
    cursor: default;
    border-bottom: 2px solid transparent;
}
.vrop-view__tab-icon {
    flex-shrink: 0;
}
.vrop-view__tab--active {
    color: #0069e5;
    border-bottom-color: #0069e5;
}
.vrop-view__content {
    display: flex;
}
.vrop-view__transcript {
    width: 454px;
    flex-shrink: 0;
    background: #f4f4f5;
    padding: 20px;
    position: relative;
}
.vrop-view__transcript-heading {
    font-weight: 700;
    font-size: 16px;
    color: #1b2a30;
    margin-bottom: 6px;
    line-height: normal;
}
.vrop-view__transcript-hint {
    font-size: 14px;
    color: #767f83;
    line-height: 16px;
    margin: 0 0 32px;
}
.vrop-view__msg {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    max-width: 100%;
}
.vrop-view__msg--client {
    justify-content: flex-end;
}
.vrop-view__msg-avatar {
    width: 24px;
    height: 24px;
    background: #26a4f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-view__msg-bubble {
    position: relative;
    padding: 8px 12px;
    border-radius: 6px;
    max-width: 290px;
}
.vrop-view__msg-bubble p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.vrop-view__msg-bubble--op {
    background: #fff;
    border: 1px solid #e8eaea;
    color: #767f83;
    border-top-left-radius: 2px;
}
.vrop-view__msg-bubble--client {
    background: #0084d4;
    color: #fff;
    border-top-right-radius: 2px;
}
.vrop-view__msg-time {
    position: absolute;
    font-size: 10px;
    color: #a4aaac;
    line-height: 10px;
    white-space: nowrap;
    bottom: -14px;
}
.vrop-view__msg--op .vrop-view__msg-time {
    left: 0;
}
.vrop-view__msg--client .vrop-view__msg-time {
    right: 0;
}
.vrop-view__hl {
    padding: 0 2px;
    border-radius: 2px;
}
.vrop-view__hl--orange {
    background: #ffd8a8;
    color: #0f181b;
}
.vrop-view__hl--red {
    background: #ffcecd;
    color: #0f181b;
}
.vrop-view__transcript::-webkit-scrollbar {
    width: 6px;
}
.vrop-view__transcript::-webkit-scrollbar-track {
    background: transparent;
}
.vrop-view__transcript::-webkit-scrollbar-thumb {
    background: rgba(27,42,48,0.2);
    border-radius: 4px;
}
.vrop-view__sidebar {
    flex: 1;
    padding: 20px 12px;
    background: #f8f9f9;
    border-left: 1px solid #e8eaea;
    display: flex;
    flex-direction: column;
}
.vrop-view__sidebar-label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #1b2a30;
    line-height: 12px;
    margin-bottom: 16px;
}
.vrop-view__tag {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: #1b2a30;
    line-height: 1.554;
    margin-bottom: 8px;
    clear: both;
    width: fit-content;
}
.vrop-view__tag--red {
    background: #ffcecd;
}
.vrop-view__tag--cyan {
    background: #99e9f2;
}
.vrop-view__mockup-body {
    background: #f6f8fd;
}
.vrop-view__tips {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vrop-view__tip {
    --left-color: #FF4F00;
    position: relative;
    background: #fff;
    border: 1px solid #e8eaea;
    border-radius: 10px;
    padding: 12px 12px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 4px 0 0 0 var(--left-color) inset;
}
.vrop-view__tip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 10px 0 0 10px;
}
.vrop-view__tip--critical {
    --left-color: #FF4F00;
}
.vrop-view__tip--nextstep {
    --left-color: #e49825;
}
.vrop-view__tip--rejected {
    --left-color: #66c400;
}
.vrop-view__tip--auto {
    --left-color: #2589FF;
}
.vrop-view__tip-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.vrop-view__tip-status {
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    flex-shrink: 0;
}
.vrop-view__tip-status--waiting {
    background: #eff6ff;
    color: #0069e5;
}
.vrop-view__tip-status--rejected {
    background: #f4f4f5;
    color: #767f83;
}
.vrop-view__tip-status--rejected span {
    color: #495559;
}
.vrop-view__tip-status--auto {
    background: #f1fee3;
    color: #458400;
}
.vrop-view__tip-meta {
    font-size: 12px;
    color: #767f83;
    line-height: 16px;
    text-align: right;
}
.vrop-view__tip-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #1b2a30;
    line-height: 20px;
}
.vrop-view__tip-title--dimmed {
    opacity: 0.7;
}
.vrop-view__tip-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1;
}
.vrop-view__tip-icon--warn {
    color: #ff4f00;
}
.vrop-view__tip-icon--orange {
    color: #e49826;
}
.vrop-view__tip-icon--green {
    color: #66c400;
}
.vrop-view__tip-text {
    font-size: 12px;
    line-height: 16px;
    color: #1b2a30;
    margin: 0;
}
.vrop-view__tip-actions {
    display: flex;
    gap: 12px;
}
.vrop-view__tip-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #d1d4d6;
    border-radius: 4px;
    font-size: 14px;
    color: #0069e5;
    line-height: 16px;
}
.vrop-view__tip-btn-icon {
    flex-shrink: 0;
}
.vrop-view__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 72px;
}
.vrop-view__cta-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #474766;
    text-align: center;
    margin: 0;
}
.vrop-view__cta-text--blue {
    color: #258bff;
}
.vrop-view__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border: 1px solid #258bff;
    border-radius: 6px;
    font-size: 18px;
    line-height: 20px;
    color: #258bff;
    background: transparent;
    cursor: pointer;
    transition: all .15s;
    text-decoration: none;
}
.vrop-view__cta-btn:hover {
    background: #258bff;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .vrop-view {
        padding-left: 40px;
        padding-right: 40px;
    }
    .vrop-view__title {
        font-size: 34px;
        padding-top: 0;
    }
    .vrop-view__mockup {
        max-width: 100%;
    }
    .vrop-view__transcript {
        width: 55%;
    }
}
@media screen and (max-width: 750px) {
    .vrop-view {
        padding-left: 16px;
        padding-right: 16px;
    }
    .vrop-view__title {
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
        padding-top: 0;
    }
    .vrop-view__blob {
        display: none;
    }
    .vrop-view__content {
        flex-direction: column;
    }
    .vrop-view__transcript {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 48px 12px 12px;
        overflow-y: visible;
    }
    .vrop-view__sidebar {
        border-left: none;
        border-top: 1px solid #e8eaea;
    }
    .vrop-view__call-bar {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .vrop-view__call-actions {
        width: 100%;
        flex-wrap: wrap;
    }
    .vrop-view__tip-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .vrop-view__tip-meta {
        text-align: left;
    }
    .vrop-view__cta {
        margin-top: 48px;
        gap: 24px;
    }
    .vrop-view__cta-text {
        font-size: 16px;
        text-align: left;
    }
    .vrop-view__cta-btn {
        padding: 14px 32px;
        font-size: 16px;
        width: 100%;
    }
}
