.remote-support-button{display:inline-flex;align-items:center;padding:8px 25px 8px 8px;border:2px solid #555;border-radius:100px;background-color:#fff;color:#333;text-decoration:none;font-family:Arial,'Microsoft YaHei',sans-serif;cursor:pointer;transition:all .3s ease}.remote-support-button:hover{background-color:#f5f5f5;border-color:#000}.remote-support-button .icon{border-radius:50%;border:2px solid #555;margin-right:15px;flex-shrink:0}.remote-support-button .text-content{display:flex;flex-direction:column;justify-content:center;line-height:1.4}@media (max-width:767px){.remote-support-button{flex-direction:column;padding:15px;align-items:center;border:none;border-radius:0}.remote-support-button .icon{margin-right:0;margin-bottom:10px}.remote-support-button .text-content{align-items:center;text-align:center}}