.support-chat__header > img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-right: 11px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    object-fit: cover;
}

.support-chat__header > div {
    flex: 1;
}

.support-chat__message--manager {
    position: relative;
    margin-left: 42px;
}

.support-chat__message--manager::before {
    position: absolute;
    left: -42px;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('/src/img/support/manager-avatar.png') center/cover;
    content: '';
}

.support-chat__contact-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.support-chat__contact-card label {
    color: #5f6368;
    font-size: 12px;
}

.support-chat__contact-card input {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 9px 2px;
    border: 0;
    border-bottom: 1px solid #c9cdd5;
    border-radius: 0;
    outline: none;
}

.support-chat__contact-card input:focus {
    border-color: #263f72;
}

.support-chat__contact-card small {
    color: #8a8f98;
    font-size: 10px;
    line-height: 1.35;
}

.support-chat__contact-card button {
    padding: 10px;
    border: 0;
    border-radius: 9px;
    background: #263f72;
    color: #fff;
    cursor: pointer;
}

.support-chat__contact-card .support-chat__skip {
    background: transparent;
    color: #737780;
}
