/*
  Theme Name: GoodNews Communication
  Theme URI: https://goodnewscommunication.ee/
  Version: 1.0.0
  Template: Divi
  Author: GoodNews
  Author URI: https://goodnewscommunication.ee/
  Text Domain: goodnews-communication
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/

.print-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #111;
  border: 2px solid #D3AD67;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 9999;
  transition: all 0.2s ease;
}

.print-button:hover {
  background: #D3AD67;
  color: #fff;
}

.print-button .print-icon {
  font-size: 16px;
  line-height: 1;
}


@media print {
  .print-button {
    display: none !important;
  }
}
