.remote-support-btn a {
    background-color: #0073aa; /* WordPress Blue */
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
}

.remote-support-btn a:hover {
    background-color: #005177; /* Darker Blue */
    color: #ffffff !important;
    text-decoration: none;
}
