/*
Theme Name: PrintSpace - Child
Theme URI: https://harutheme.com/printspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of PrintSpace
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/
#buton_design {
  background-color: #ff9900 !important; /* culoare portocalie vibrantă */
  color: #fff !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 28px;
  box-shadow: 0 4px 15px rgba(255, 153, 0, 0.4);
  transition: all 0.3s ease-in-out;
  transform: scale(1.03);
}

#buton_design:hover {
  background-color: #e67e00 !important;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 153, 0, 0.6);
}

