.ef-flow-connect-call-root {
    position: fixed;
    top: 78px;
    right: 18px;
    z-index: 1086;
    width: min(390px, calc(100vw - 36px));
    max-height: calc(100vh - 100px);
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, .18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(23, 43, 77, .24);
}

.ef-flow-connect-call-root[hidden] {
    display: none !important;
}

.ef-flow-connect-call-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-bottom: 1px solid #e4ebf2;
    background: #f4f8fc;
}

.ef-flow-connect-call-title {
    min-width: 0;
    color: #1f2d3d;
    font-weight: 700;
}

.ef-flow-connect-call-title .fa-phone-volume {
    margin-right: 5px;
    color: #007bff;
}

.ef-flow-connect-call-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 5px;
    padding: 0 6px;
    border-radius: 999px;
    background: #007bff;
    color: #fff;
    font-size: 12px;
}

.ef-flow-connect-sound-toggle {
    flex: 0 0 auto;
    padding: 4px 8px;
    border: 1px solid #ced4da;
    border-radius: 7px;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    font-size: 12px;
}

.ef-flow-connect-sound-toggle.is-active {
    border-color: #83c99f;
    background: #edf9f1;
    color: #0b6b2f;
}

.ef-flow-connect-call-list {
    max-height: calc(100vh - 155px);
    overflow-y: auto;
}

.ef-flow-connect-call-card {
    padding: 14px;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
}

.ef-flow-connect-call-card:last-child {
    border-bottom: 0;
}

.ef-flow-connect-call-kicker {
    margin-bottom: 3px;
    color: #007bff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ef-flow-connect-call-contact {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.ef-flow-connect-call-context {
    margin-top: 4px;
    color: #5f6b76;
    font-size: 13px;
}

.ef-flow-connect-call-timer {
    display: none;
}

.ef-flow-connect-call-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 11px;
}

@media (max-width: 575.98px) {
    .ef-flow-connect-call-root {
        top: 68px;
        right: 10px;
        left: 10px;
        width: auto;
        max-height: calc(100vh - 82px);
    }

    .ef-flow-connect-call-list {
        max-height: calc(100vh - 140px);
    }

    .ef-flow-connect-call-actions {
        justify-content: stretch;
    }

    .ef-flow-connect-call-actions .btn {
        flex: 1 1 0;
    }
}
