/*
Theme Name: DealsGPT AI
Theme URI: https://dealsgpt.ai
Description: DealsGPT AI Theme
Author: DealsGPT AI
Author URI: https://dealsgpt.ai
Template: wp-coupon
Version: 1.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.price-info {
  display: flex;
  align-items: baseline;
}

.price-info-modal {
  display: flex;
  align-items: baseline;
  padding: 5px 25px;
}

.discounted-price {
  font-size: medium;
  color: #e00034;
  font-weight: bold;
  margin-right: 5px;
}
.original-price {
  color: #8f949b;
  text-decoration: line-through;
  margin-right: 5px;
}
.discount-label {
  color: #35373b;
}
