/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor theme with Accordion URL Hash functionality
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.1
Text Domain: hello-elementor-child
*/

/* ==== Price Display Styles ==== */
.price-display {
  color: #ffff; /* Pink */
  font-size: 17px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
}

.price-display-wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-family: 'tahoma', sans-serif;
  font-size: 1rem;
  color: #ffff;
}

.price-display-wrapper .price-currency {
  font-size: 1em;
  margin-right: 2px;
  font-weight: 500;
  vertical-align: baseline;
}

.price-display-wrapper .price-to-text {
  font-size: 0.75em;
  margin: 0 4px;
  opacity: 0.8;
  text-transform: lowercase;
  vertical-align: middle;
}
