/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.google-review-button{
  background:#4285F4;
  color:#fff;
  padding:10px 16px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}

.google-review-button:hover{
  background:#3367d6;
}

.link-orange {
  color: #555555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-orange:hover {
  color: #ee5519;
}
