.avp-teamviewer-qs {
    display: inline-block;
    margin: 5px 0;
}

.avp-teamviewer-qs__main-button {
    display: inline-block;
    padding: 13px 22px;
    color: #ffffff !important;
    background: #0e8ee9;
    border: 0;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.avp-teamviewer-qs__main-button:hover,
.avp-teamviewer-qs__main-button:focus {
    color: #ffffff !important;
    background: #0874c2;
    transform: translateY(-1px);
}

@media screen and (max-width: 480px) {
    .avp-teamviewer-qs {
        display: block;
    }

    .avp-teamviewer-qs__main-button {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
