/*
Theme Name: gambling-child
Template: gambling
*/
@media screen and (max-width: 768px) {
  .wp-block-myplugin-section .wp-block-myplugin-bit-button {
      margin: 0 0 20px 0 !important;
  }
}
@media screen and (min-width: 600px) {
header .rowBg {
	position: relative;
	z-index: 1;
}
}
.topBg {
	position: absolute;
    top: 0;
    right: 0;
	margin: 0;
	pointer-events: none;
}
.bgIcon {
	position: absolute;
    bottom: 0;
    right: 0;
	margin: 0;
	pointer-events: none;
}
.bgBlue {
position: absolute;
    left: 0;
    top: 0;
	pointer-events: none;
	margin: 0;
}
.wp-block-columns {
	position: relative;
	z-index: 1;
}
.wp-block-table {
	border: 1px solid #989ed2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.wp-block-table td, .wp-block-table th {
	border: none;
}
.wp-block-table table th {
    background: #56629f;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #fff;
    padding: 24.5px 50px;
    line-height: 1.234;
}
.wp-block-table table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
}
.wp-block-table table tr:nth-child(odd) td {
    background: #444f87;
}
.wp-block-table table td {
    color: #fff;
    padding: 11px 50px;
    line-height: 1.2;
}
.wp-block-table table tr:nth-child(even) td {
    background: #374173;
}
.features-item {
	display: flex;
	align-items: baseline;
    gap: 4px;
	margin-bottom: 10px;
}
.features-item .dots {
	flex-grow: 1;
	border-bottom: 1px dotted #bdc1de;
}
.features-item .bold {
	font-weight: 600;
}
.reviewsText {
	color: #9ca3af;
	font-size: 14px
}