.offer-modal {
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.offer-modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	width: 80%;
	max-width: 520px;
}

.offer-modal-content .btn{ 
    margin-bottom: 20px;
}

.close-modal {
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

#hp-offer-message {
	margin-top: 10px;
	color: #b81c23;
}

input[type="text"] {
  width: 100%;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  padding: 20px 26px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 64px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 64px;
  -moz-background-clip: padding;
  border-radius: 64px;
  background-clip: padding-box;
  font-family: 'Muli', sans-serif;
  font-family: var(--font-main), sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.hp-business-offers {
	width: 100%;
}

.offer-item {
  font-size: 120%;
  text-align: center;
  padding: 1rem 1.5rem;
  background-color: rgba(0,0,0,.04);
  line-height: 1.7em;
  font-weight: 500;
}

.offer-item:not(:last-of-type)  {
    margin-bottom: 1rem!important;
}

.offer-item a { 
	display: block;
	width: 100%;
}

.inner-wrapper-sticky {
  transform: none !important;
}

.hp-listing__actions a.link {
  color: #E6BF55;
}