/* Style Sample */
@media(max-width:520px){
	.loop-vendors{
		display: grid;
		grid-template-columns: repeat(2, 1fr)!important;
		gap: 20px;
		max-width: 100%;
	}
	.vendor-item h2{
		font-size:20px!important;
	}
	.single-affcoups_vendor .affcoups-coupon.affcoups-coupon--style-standard{
		display:flex!important;
		flex-direction:column!important;
	}
	.single-affcoups_vendor .affcoups-coupon__footer{
		width:100%!important;
	}
	.vendor-img-single{
		height:auto!important;
	}
/* 	img.affcoups-coupon__image {
		min-width: 140px !important;
		
	}*/
		
	
	
}

.vendor-img{
	max-width:130px!important;
	margin-bottom: 10px;
  	border-radius: 4px;
}
button.mfp-close, button.mfp-close:hover {
    font-size: 30px;
	color:#000!important;
    padding: 15px!important;
}


.vendor-item{
	border: solid 2px #ccc !important;
	padding: 15px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 20px;
	transition: transform 0.2s ease;
	display: block; 
	text-decoration: none; 
	color: inherit;
	
}
.loop-vendors{
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 20px;
  	max-width: 100%;
}
.vendor-item:hover {
  transform: translateY(-4px);
}
.loop-vendors-single{
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 10px;
  	max-width: 100%;
}
.vendor-item-single{
	border: solid 2px #ccc !important;
	padding: 8px 15px 8px 15px;
	text-align:center;
	border-radius:12px;
	text-decoration: none; 
	color: inherit;
}
.youcom-vendor-info ul{
	text-decoration:none;
	list-style:none;
	padding:0px;
}
.youcom-vendor-info-title{
	font-size:30px;
}
.vendor-img-single{
	border-radius:50%!important;
	width:150px;
	height:150px;
	object-fit:contain;
	border: solid 2px #ccc !important;
}
.vendor-item img{
	border-radius:50%!important;
	width:130px;
	height:130px!important;
	object-fit:contain;
	border: solid 2px #ccc !important;
}
.affcoups-coupon{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text, .affcoups a.affcoups-coupon__button, .affcoups a.affcoups-coupon__button:hover{
	background:#0149AF!important;
	border-radius:30px!important;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text:after{
	border-left: 0px solid #0149AF!important;
}
.affcoups a.affcoups-coupon__button, .affcoups a.affcoups-coupon__button:hover {
	color:#fff!important;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-code, .affcoups .affcoups-clipboard{
	background:#ccc!important;
	border-radius:30px!important;
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text{
	width:calc(100% - 10px)!important;
	
}
.affcoups a.affcoups-coupon__button--code-reveal .affcoups-coupon__button-text:hover{
	width:calc(100% - 60px)!important;
}
a.affcoups-toggle-desc{
	color:#0149AF!important;
}

.affcoups .affcoups-coupons-list .affcoups-coupon{
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0), 0px 1px 1px 0px rgba(0, 0, 0, 0), 0px 2px 1px -1px rgba(0, 0, 0, 0)!important;
	border: solid 1px #ccc !important;
	border-radius: 20px;
    padding: 25px !important;
}
.status-publish{
	min-height:100vh!important;
}
.affcoups .affcoups-coupons-grid .affcoups-coupon__discount{
	top: -50px!important;
}
.affcoups .affcoups-coupon__discount{
	border-radius:3px!important;
}

.affcoups-coupon{
	border: solid 1px #ccc !important;
	border-radius:20px!important;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0), 0px 1px 1px 0px rgba(0, 0, 0, 0), 0px 2px 1px -1px rgba(0, 0, 0, 0)!important;
}
