/*!
Theme Name: Pricesavers
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
:root {
	--global-palette-ps-red: #E82649;
}   

h1, h2, h3, .balance {
  text-wrap: balance;
}
/**Auction Nudge Text Styling**/

/* The title link */
.auction-nudge-items .an-title a {
  font-size: 1.125em;
}
/* The price */
.auction-nudge-items .an-price {
  color: var(--global-palette1);
  font-size: 1.125em;
  font-weight: 700;
}
/* Time left label */
.auction-nudge-items .an-ends .an-label {
  color: #777777;
  font-size:0.75em;
}
/* Time left */
.auction-nudge-items .an-ends .an-time {
  color: #555555;
  font-size:0.75em;
}
/* View item link */
.auction-nudge-items .an-view a {
  color: var(--global-palette-ps-red);
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

