@media ( max-width: 768px ) {
	body .lotto-history tbody .result-row:after {
		top: 22px;
	}
	body .lotto-history .result-row:first-child div span {
    display: grid;
    text-align: center;
    justify-content: center;
	}
}
.casino-row2 {
	box-shadow: 0 2px 8px 0 rgba(33,36,38,.1);
	border: 1px solid #e5e5e5;
	border-radius: 15px;
    background-color: #fff;;
	margin: 15px 0;
	display: grid;
grid-template-columns: 1fr .9fr 3fr .5fr;
	align-items: center;
    justify-content: space-between;
	position: relative;
	padding: 15px 20px;
}
.casino-row2 > div {
	 display: flex;
   background: #fff;
   align-items: center;
}
.casino-row2 > div.bonus {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.casino-row2 > .bonus > div:before {
	content: '✓';
	color: #2e7d32;
	position: relative;
	left: -5px
}
.casino-row2 .name .logo {
	padding: 5px;
}
.casino-row2 .name img {
	width: 150px;
}
.casino-row2 > div.btn-holder {
	justify-content: end;
}
.casino-row2 .btn {
	  background: #0077a8;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
}

.casino-row2 .rating-holder {
   background: #e4fbff4a; 
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #000;
	max-width: 100px
}
.casino-row2 .rating-holder .rating {
	text-align: center;
}
.casino-row2 .rating-holder b {
	font-size: 20px
}
.rating span {
  font-size: 14px;
}
.home .line {
  height: 3px;
  width: 100%;
  background: #00bd00;
  position: relative;
  top: -27px;
}
.home .custom-h2 {
text-transform: uppercase;
  font-size: 20px;
	font-weight: 800;
  position: relative;
  z-index: 99;
  color: #282b2d;
  padding: 0 15px 0 0;
  background: #fff;
  display: inline-block;
  letter-spacing: 0;
	margin-top: 10px;
}
@media ( max-width: 768px ) {
table {
	display: block;
	overflow: scroll;
}
	.visible-xs {
  padding: 0px 10px;
}
	.casino-row2 {
		display: block;
	}
	.casino-row2 > div {
    justify-content: center;
	}
	.casino-row2 .rating-holder {
		    max-width: 100%;
    margin: 10px 0;
	}
.casino-row2 > div.btn-holder {
    justify-content: center;
    margin-top: 20px;
}
.casino-row2 > div.bonus {
	display: block;
	padding: 0 5px;
}
}


.faq-row {
  background: #87919933;
  margin-bottom: 10px;
  font-family: arial;
  color: #4d4d4d !important;
}
h3.question {
  font-weight: bold;
  background: #879199;
  padding: 10px;
  color: #fff;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
.answer {
    padding: 10px;
}
.top-single {
  display: grid;
  grid-template-columns: .3fr 2fr;
	margin-bottom: 20px;
  box-shadow: 0px 20px 15px -15px #e3e3e3;
  list-style: none;
  background: linear-gradient(180deg,rgba(255,255,255,1) 0%,rgb(249, 249, 249) 100%);
  padding: 20px 20px 10px 20px;
  border-width: 1px;
  border-style: solid;
  margin-top: 20px;
  border-image: linear-gradient(to bottom,#fff,#f9f9f9) 1;
}
.top-single .left-content a {
	padding: 10px;
	  background-color: #999999;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
}
.top-single .right-content h2 a {
	font-weight: 900;
	color: #000;
}
.top-single .right-content p {
	font-size: 16px;
}
.top-single .right-content .box-sub-title {
	font-weight: 600;
	position: relative;
	margin: 1em 0;
}
.top-single .right-content .box-sub-title:before {
	content: '';
	width: 10%;
	height: 3px;
	background: #FAD201;;
	display: inline-block;
	position: absolute;
	bottom: -6px;
}
.right-content p:last-of-type {
  background: #fff;
  padding: 10px;
  margin-top: -5px;
  border: solid 1px #fad201;
}
.right-content ul {	
	margin: 0 0 1.5em 1.5em;
}
.right-content ul li  {
	list-style: none;
	text-indent: -23px;
	margin: 0;
}
.tcb-ad-content ul li {
	list-style: none;	
}
.right-content ul li::before, .tcb-ad-content ul li::before {
  content: "\2611";
	color: #00bd00;
	padding-right: 5px;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.comparison-table th{
	background: #e8e8e8;
  font-weight: 700;
	border-bottom: solid #fad201;
	color: #000;
}
.comparison-table tbody td {
  background: #fff;
}
.comparison-table tbody tr:nth-child(2n) td {
  background: #f9f9f9;
}
.bonus-table th {
  border-bottom: solid #00A3E0;
  background: #00a3e033;
  font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.bonus-table a {	
	text-transform: uppercase;
	color: #006b94;
}
.bonus-table tbody td {
  background: #fff !important;
	border-bottom: solid 1px #d9d9d9;
}
.payments-table th {
  border-bottom: solid #20603D36;
  background: #20603DC4;
  font-weight: 700;
  color: #fff;
}
.payments-table tbody td {
  background: #fff;
	border-bottom: solid 1px #d9d9d9;
}
.mobile-table {
	border: solid 1px #eee;
}
.mobile-table th {
  border: solid 1px #eee;
  font-weight: 700;
  color: #000;
}
.mobile-table tbody td {
  background: #fff !important;
	border-bottom: solid 1px #fff;
	box-shadow: 0px 0px 5px #eee;
}
.mobile-table tr td:first-child {
  font-weight: 700;
}
.esports-table {
	border-spacing: 1px;
	background: #4377792b;
}
.esports-table th {
  background: #437779;
  font-weight: 700;
  color: #fff;
}
.esports-table tbody td {
  background: #fff;
	border-bottom: solid 1px #d9d9d9;
}
.esports-table tr td:last-child {
  font-weight: 700;
	color: #000;
}
.casino-table {
	border-spacing: 1px;
	background: #4377792b;
}
.casino-table th {
  background: #000;
  font-weight: 700;
  color: #f00;
}
.casino-table tbody td {
  background: #fff;
	border-bottom: solid 1px #d9d9d9;
}
.casino-table tr td:first-child {
  font-weight: 700;
	color: #333;
}
.virtual-table {
	border-spacing: 1px;
	background: #4377792b;
}
.virtual-table th {
  background: #514762;
  font-weight: 700;
  color: #fff;
}
.virtual-table tbody td {
  background: #fff;
	border-bottom: solid 1px #d9d9d9;
}
.casino-bonus-table {
  background: #f7f7f7;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.casino-bonus-table tr th {
	background: #000;
	color: #fff;
}
.casino-bonus-table tbody td {
  background: #000;
	border-bottom: solid 1px #fff;
}
.casino-bonus-table tr td:first-child {
  font-weight: 700;
	color: #000;
}
.casino-bonus-table tbody td {
  background: #FFD60052 !important;
}
.tcb-ad-row {
  background: #f9f9f9;
  padding: 15px 20px 20px 20px;
  margin-bottom: 10px;
  border: solid 1px #fad201;
}
.tcb-ad-row p {
	display: flex;
	margin: 0;
}
.tcb-ad-box-title {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.tcb-ad-content ul {
	padding: revert;
	margin: 10px 0 0 30px;
}
.tcb-ad-content ul li {
	margin: 0;
}
.tcb-icon::before {
  content: url("https://betrwanda.com/wp-content/uploads/2025/02/important-icon.svg");
  display: block;
	height: 40px;
  width: 40px;
}
.tcb-icon {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 10px 5px #eee;
    display: flex;
    float: left;
    margin-right: 20px;
  }
.tcb-icon img {
  padding: 10px;
}
.entry-content h2 {
	line-height: 1.5em;
}
.table-wrapper {
  margin-bottom: 20px;
}
@media( max-width: 768px) {
	.top-single {
		display: block;
		padding: 20px 20px 0 20px;
		border-image: linear-gradient(to bottom, #fad303, #ffffff) 1;
	}
	.top-single .left-content {
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.right-content h2 {
  text-align: center;
  padding-top: 10px;
}
	.tcb-ad-content ul {
  padding: 10px;
  margin: 20px 0 0 0;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  background: #fff;
}
	.tcb-icon::before {
  content: url("https://betrwanda.com/wp-content/uploads/2025/02/important-icon.svg");
  display: block;
	height: 40px;
  width: 40px;
}
.tcb-icon {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 10px 5px #eee;
    display: flex;
    float: left;
    margin-right: 20px;
  }
}

.visible-xs {
	display: none;
}
@media ( max-width: 768px ) {
	.visible-xs {
		display: block;
		text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
}
.casino-row {
	background-color: #f9f9f9;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1.1fr .9fr 1.2fr 1fr;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  border: solid 1px #eee;
}
.casino-row > div {
/* 	text-align: center; */
	    display: flex;
    color: #000;
    align-items: center;
}
.casino-row > span {
position: absolute;
  background: #fae88c;
  top: -10px;
  padding: 3px 8px;
  left: -10px;
  border-radius: 0;
  color: #333;
  font-size: 12px;
  z-index: 2;
  min-width: 30px !important;
  text-align: center;
}
.casino-row .name {
	display: flex;
    align-items: center;
}
.casino-row .name a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
  font-weight: 600;
  color: #000;
	text-align: center;
}
.casino-row .logo {
margin-right: 15px;
  overflow: hidden;
  width: 140px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-row .logo img {
  width: 150px;
  max-height: 100px;
  padding: 25px 15px;
  vertical-align: middle;
}
.casino-row .bonus {
  padding-right: 20px;
  text-align: center;
}
.casino-row .bonus strong {
	color: #f9423a;
}
.casino-row .bonus h4 {
    font-size: 18px;
	  line-height: 15px;
    font-weight: 600;
    color: #404040;
    margin: 5px auto;
}
.casino-row .bonus {
  font-size: 15px;
  color: #20603D;
  text-decoration: none;
  font-weight: 600;
  line-height: 20px;
}
.casino-row .btn-holder {
	text-align: center;
	flex-direction: row-reverse;
}
.casino-row .btn:not(.review-link) {
  text-align: center;
  display: inline-block;
  background-color: #fad201;
  border-radius: 5px;
  color: #000;
  padding: 6px 30px;
  letter-spacing: .6px;
  text-decoration: none;
  font-weight: bold; 
}
.entry-content .button {
  text-align: center;
  display: inline-block;
  background-color: #2b6f94;
  border-radius: 28px;
  color: #fff;
  padding: 8px 30px;
  font-weight: 400;
  letter-spacing: .6px;
  text-decoration: none !important;
	max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.casino-row .btn.review-link {
	color: #595959;
}
.casino-row .btn.review-link {
    font-size: 14px;
	display: block;
	margin-right: 10px;
}
.casino-row .rating {
	position: relative;
  width: 90px;
  height: 15px;
	display: inline-block;
	margin-right: 10px;
}
b {
	font-size: 14px;	
}
.right-content b {
	color: #000;
}
.bonus span {
  color: #000;
  margin-right: 10px;
  text-transform: uppercase;
}
.rating-holder {
  background: #8a8a8a1f;
  max-width: 167px;
  padding: 3px 8px;
  border-radius: 50px;
  border: solid 1px #c6c6c642;
}
.casino-row .rating .empty-icon {
	width: 100%;
	height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjM7ZmlsbDojRkZDQzAwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjUsMC4zbDIuNiw2LjNsNi43LDAuNmMwLjUsMCwwLjcsMC42LDAuMywwLjlMMTYsMTIuN2wxLjUsNi43YzAuMSwwLjUtMC40LDAuOC0wLjgsMC42TDExLDE2LjRsLTUuNywzLjUKCWMtMC40LDAuMi0wLjktMC4xLTAuOC0wLjZMNiwxMi43TDAuOSw4LjJDMC42LDcuOSwwLjgsNy4zLDEuMiw3LjJsNi43LTAuNmwyLjYtNi4zQzEwLjctMC4xLDExLjMtMC4xLDExLjUsMC4zeiIvPgo8L3N2Zz4K) 0/18px 100%;
filter: grayscale(100%) invert(20%) saturate(10%);
}
.casino-row .rating .rated-icon {
		width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZDQzAwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjUsMC4zbDIuNiw2LjNsNi43LDAuNmMwLjUsMCwwLjcsMC42LDAuMywwLjlMMTYsMTIuN2wxLjUsNi43YzAuMSwwLjUtMC40LDAuOC0wLjgsMC42TDExLDE2LjRsLTUuNywzLjUKCWMtMC40LDAuMi0wLjktMC4xLTAuOC0wLjZMNiwxMi43TDAuOSw4LjJDMC42LDcuOSwwLjgsNy4zLDEuMiw3LjJsNi43LTAuNmwyLjYtNi4zQzEwLjctMC4xLDExLjMtMC4xLDExLjUsMC4zeiIvPgo8L3N2Zz4K) 0/18px 100%;
}
.casino-row .stars {
	position: relative;
	margin-right: 8px;
	display: inline-block;
	height: 16px;
}
.casino-row .stars span,
.casino-row .mobile-rating span{
		background: #ffdd6d;
    height: 16px;
    position: absolute;
    z-index: 1;
    bottom: 1px;
}
.casino-row .stars img {
    width: 16px;
    height: 16px;
	position: relative;
	top: -5px;
	z-index: 2;
}
.casino-row .btn img {
	width: 32px;
}
@media ( min-width: 768px ) {
	.casino-row .rating img {
		display: none;
	}
	.casino-row .mobile-rating > span {
		display: none;
	}
}
@media ( max-width: 768px ) {
	.hidden-xs {
		display: none;
	}
	.casino-list {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.casino-row {
		display: block;
		margin-top: 30px;
		margin-bottom: 0;
		padding: 20px 5px;
	}
	.casino-row > div {
		border: none !important;
		justify-content: center;
	}
	.casino-row > span {
		left: auto;
		right: 20px;
	}
	.casino-row .name {
    padding-bottom: 5px;
}
.casino-row .logo {
	margin-bottom: 15px;
	margin-right: 0;
	width: auto;
}
.casino-row .name a{
    display: block;
	  margin: 10px auto -10px auto;
}
.casino-row .name {
    display: block;
}
.casino-row .rating-holder {
        align-items: center;
        display: flex;
        margin-top: 10px;
}
	.casino-row .bonus {
		background-position-y: center;
		text-align: center;
		padding: 15px;
		background: #fff;
    margin: 10px 0 20px 0;
		display: grid;
    grid-gap: 5px;
	}

	.casino-row .bonus h4 {
		font-size: 16px;
		margin: 5px auto;
	}

	.casino-row .btn {
		display: inline-block !important;
		margin-right: 10px;
	}
	.rating-holder {
		max-width: none;
		padding: 5px 0;
		background: none;
	}
}


#main {
	padding: 10px!important;

}
#cb-row--header-bottom {
	display: none!important;
}
#masthead-inner .header-main-inner .customify-container {
	height: 50px!important;
}
	.hidden-xs img, .visible-xs img {
		margin-top: 10px!important;
	}
@media screen and (min-width: 1000px) {
  .mobad {
   display: none!important;
  }

}
@media screen and (max-width: 1000px) {
  .webad {
   display: none!important;
  }
}

.visible-xs {
	display: none;
}

@media ( max-width: 768px) {
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}
#site-footer .widget-title {
  font-size: 1.1em;
  margin: 0 0 0.5em;
  font-weight: 600;
}
#site-footer .wp-block-media-text {
  width: 100%!important;
  max-width: 100%!important;
  display: block!important;
  margin: 0px!important;
  text-align: center!important;
}
#site-footer .has-large-font-size {
  margin: 0px auto!important;
  text-align: center!important;
}
.footer-bottom-inner {
	margin: 0px!important;
	padding: 0px 0px 20px 0px!important;
}

.entry-content ol > li::marker {
  content: counter(list-item) " ".;
  color: #0077a8;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
.entry-content li, .entry-content li {
  margin: 10px 0;
}
a {
  color: #1a4fd0;
  text-decoration: none;
  font-weight: bold;
}
[class*="customify-grid-"] > [class*="customify-col-3"], [class*="customify-grid_"] > [class*="customify-col-3"], [class~="customify-grid"] > [class*="customify-col-3"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="customify-grid-"] > [class*="customify-col-9"], [class*="customify-grid_"] > [class*="customify-col-9"], [class~="customify-grid"] > [class*="customify-col-9"] {
  flex-basis: 80%;
  max-width: 80%;
}