/* ==========================================================================
   Submit a Deal Layout overrides
   ========================================================================== */
.page-template-page-submit-deal #page,
.page-template-page-submit-deal .site {
	padding-right: 0 !important;
}

/* Allow submit-deal.css to handle hero bleed */

/* Remove max-width from primary so the hero spans the full available width */
.page-template-page-submit-deal #primary {
	max-width: none !important;
}

/* Fix header overflow caused by global right-sidebar offset */
.page-template-page-submit-deal .validcoupon-header {
	width: 100% !important;
}

/* Hide the right sidebar completely so it doesn't take up space in the flex container */
.page-template-page-submit-deal .validcoupon-sidebar-right {
	display: none !important;
}
