/* CSS Document */
.akn-obf-link, .btn-wbukplay {
    cursor: pointer;
}
#offers-oc {
		margin: 0.75rem auto 0.75rem auto;	
		display: block;
	}
#offers-oc .button {
	  font-size: 1.15rem;
	  font-weight: 900;
	  letter-spacing: 0.2rem;
	  padding: 1rem 1.5rem 1rem;
	  outline: 0;
	  border: 0.1rem solid black;
	  cursor: pointer;
	  position: relative;
	  background-color: #ffe54c;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  text-align: center;
	  color: black;
      line-height: 1.25rem;
	  width: 100%;
	  text-transform: capitalize;
	  height: auto;
	  z-index: 1;
}
#offers-oc .button:hover:after {
   top: 0px;
   left: 0px;
}
#offers-oc .min-deposit {
		font-size: 0.75rem;
		background-color: #F4F4F4;
		margin: 1rem 1rem 0.25rem 1rem;
		padding: 0.25rem 0.75rem 0.25rem 0.25rem;
		border: thin solid #000000;
}
#offers-oc .offers-text {
	width: 100%;
	text-align: center;
}
#offers-oc .offers-image img {
	max-width: 100%;
}
#offers-oc .offers-image, #offers-oc .approved {
	text-align: center;
	padding: 1rem;
}
#offers-oc .offers-button {
	padding: 1rem;
}
#offers-oc p {
		margin: 0;
		padding: 0.25rem;
		font-size: 1rem;
		font-weight: 200;
		line-height: 1.75rem;
}
#offers-oc ul {
	font-size: 1rem;
}
#offers-oc .terms {
		font-size: 0.65rem;
		background-color: #F4F4F4;
		border: thin solid #000000;
		line-height: 0.75rem;
	}
#offers-oc .tcs {
	padding: 0.25rem;
}
#offers-oc .star {
	background: gold;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
}
#offers-oc .star-grey {
	background: grey;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
}
#offers-oc .review-summary {
		border-left: thin solid #000000;
		border-right: thin solid #000000;
}
#offers-oc .flex-table {
		display: block;
		border-top: thin solid #000000;
		border-left: thin solid #000000;
		border-right: thin solid #000000;
	}
@media (min-width: 768px) {
	#offers-oc .offers-image {
	text-align: left;
	padding: 0rem;
	}	
	#offers-oc .min-deposit {
		margin: 0.25rem 0.25rem 0.25rem 0rem;
		display: inline;
		padding: 0.25rem 0.25rem 0.25rem 0.25rem;
	}
 	#offers-oc .button {
    padding: 1rem 3.5rem 1rem;
	margin: 0.25rem 0.5rem 0rem 0rem;
  	}
	#offers-oc .stars-container {
		width: 100%;
		padding: 1rem 0 0 0;
	}
  	#offers-oc .approved {
	text-align: center;
	padding: 0.5rem 0 0 0;
	}
	#offers-oc .offers-image img {
		max-width: 80%;
		max-height: 12rem;
	}
	#offers-oc .offers-text {
		width: 100%;
	}
	#offers-oc .offers-text {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#offers-oc .flex-table {
		display: flex;
		width: 100%;
		border-top: thin solid #000000;
		border-left: thin solid #000000;
		border-right: thin solid #000000;
	}
	#offers-oc .additional-bonus {
		padding: 0 0.5rem 0.5rem 0;
		font-size: 1.25rem;
		font-weight: 600;
	}
}