/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enque the file in the assets function in app/setup.php
 */

 @media (max-width: 1023px) {
	.button + .button {
		margin-top: 15px;
	}
}

.cta-button::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('https://www.southernutrv.com/app/uploads/2025/09/medal-gold.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
  }