/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child
Description: Tema child di Hello Elementor.
Author: Il tuo nome
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Gift Cards*/

button#give-as-present {
  display: block;
  margin: 3em auto 0 auto;
  text-align: left;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}

button#give-as-present::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: white;
  margin-right: 10px;
}

.ywgc-physical-gift-card-btn {
  background-color: #918770 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.ywgc-physical-gift-card-btn .arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.ywgc-physical-gift-card-btn:hover .arrow {
  transform: translateX(5px);
}
