/*
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
*/
#terms-modal {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#terms-modal h2 {
  margin-top: 0;
  font-size: 24px;
  color: #333;
}

#terms-modal .popup-content {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}
