/****************
 * DEFAULT COUPON STYLES
 ***************/

.cp-container {
	background-color: white;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.cp-header {
    margin: 0;
    padding: 20px;
    padding-bottom: 15px;
    min-height: 72px;
    background-color: #E6E6E6; /*var(--secondary-light-grey);*/
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
}

.cp-header-container{
	font-size: 1em; /* 24px */
	font-weight: normal;
}

.cp-body {
	flex-grow: 1;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	margin-bottom:  10px;
}

.cp-dealer-sig {
    display: table;
    width: 100%;
    margin: 33px 0;
    padding: 0 20px 0 20px;
}


.cp-body-table {
	width: 100%;
	display: table; 
	float: left;
}

.cp-body-table-cell {
	display: inline-block;
	text-align: left;
	width: 100%;
}

.cp-price-container {
	display: inline-block;
	font-size: 2.4375em; /* 39px */
	margin-bottom : 10px;
	font-weight: bold;
	text-align: center;
}

.cp-text,
.cp-text-small {
	font-size: 1.125em;
	line-height: 1.5; /* was 1.15 to 20.7px */
}

.cp-text-small ul,
.cp-text-small li{
	font-size: 16px;
	line-height: 1.25;
}
.cp-text-small li{
	margin-bottom: 8px;
}


.cp-show-disclaimer-table-cell {
	display: inline-block;
	width: 100%; 
	text-align: center; 
	height: 15px; 
	vertical-align: bottom;
	cursor: pointer;
    margin-top: 11px;
}

.cp-disclaimer-table {
    margin-bottom: 33px;
}

.cp-show-disclaimer {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
	text-align: left;
	color: #3F3F38;
}

.cp-disclaimer-table-cell {
	text-align: center;
	padding: 10px;	
	vertical-align: bottom;
}

.cp-disclaimer {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.see_details{
	width: 100%;
}

.cp-disclaimer-pad {
	text-align: left; 
	margin: 0px auto;
}

.cp-buttons-row {
	width: 100%;
	display: inline-block;
}

.cp-button {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	/*background: #fff;*/
	text-align: center;
	width: 100%;
	max-width: 390px; 
	margin: 0 auto;
    margin-bottom: 9px;
    align-items: center;
}

.cp-button.redeem-offer .cp-button-pad {
	color: #2B2B2B;
}

.cp-button.redeem-offer:hover .cp-button-pad {
	color: #fff;
	background-color: #2B2B2B;
}

.cp-button a {
	color: #fff;
	text-decoration: none;
}

.cp-button a:hover {
	text-decoration: underline;
}


.cp-button-pad {
	padding: 8px;
	text-transform: uppercase;
}


.cp-dealer-name {
	width: 50%;
    display: table-cell;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
}

.make-logo-coupon {
	text-align: right
}

.make-logo-coupon img {
	max-width: 179px;
	display: inline-block !important;
    vertical-align: middle;
}

.see_details{
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
    padding-left: 0;
}

.tooltip{
    padding-top: 40px;
    pointer-events: none;
    transition: opacity .2s linear;
}

.tooltip_visible .tooltip{
 opacity: 1;
}

.cp-disclaimer-table-cell{
	font-weight: normal;
	background-color: white;
	border: 1px solid grey;
	max-width: 80%;
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.33);
}


/*@media  (max-width: 768px) { 
	.cp-button {	    
	    width: auto; why was 100% squashed	    
	}
}*/

@media  (max-width: 500px) { 
	.cp-button {	    
	   	max-width: calc(100% - 20px);	    
	}
}

/* If we use ems, this is how coupons can scale uniformly */
	.cp-container {	    
	    font-size: 16px;	    
	}

	#modalCoupon .cp-container{
		font-size: 14px;
	}

@media  (max-width: 500px) { 
	.cp-container {	    
	    font-size: 14px;	    
	}
}

@media  (max-width: 400px) { 
	.cp-container {	    
	    font-size: 12px;	    
	}
}
