body .wp-site-blocks {
  font-family: "Roboto", sans-serif !important;
}
body .wp-site-blocks * {
  font-family: "Roboto", sans-serif !important;
}
footer.wp-block-template-part {
  margin-block-start: 0;
}


.entry-content  ol:not([class]) {
  counter-reset: my;
}
.entry-content  ol:not([class]) li {
  list-style: none;
  border: 1px dashed #f0efef;
  padding: 4px 8px 4px 10px;
  margin-bottom: 8px;
  position: relative;
  border-radius: 8px;
}
.entry-content  ol:not([class]) li:before {
  counter-increment: my;
  content: counter(my) ". ";
  color: #000;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.wp-block-table th {
  padding: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  border-color: transparent;
  background-color: #f0efef;
  color: #171716;
  font-size: 16px;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table  td {
  font-size: 16px;
  background-color: #fff;
  border-color: #f0efef;
}
.wp-block-table thead th:first-child {
  border-radius: 20px 0 0 0;
}
.wp-block-table thead th:last-child {
  border-radius: 0 20px 0 0;
}



.anchorList ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.anchorList ul li {
  padding: 0 !important;
  border: none !important;
}
.anchorList ul li::before {
  display: none;
}
.anchorList ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #f0efef;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}
.anchorList ul li a:after {
  content: url(/wp-content/themes/gambling/assets/images/arrowDown.svg);
}
.anchorList ul li a:hover {
  opacity: 0.8;
}


.blockWithHeading > .wp-block-column > .wp-block-heading {
  border-radius: 16px 16px 0 0;
  margin-bottom: -25px;
}

.entry-content ul:not([class]) {
  list-style: none;
}
.entry-content ul:not([class]) li {
  margin-bottom: 8px;
  position: relative;
  border-radius: 8px;
  border: 1px dashed #f0efef;
  padding: 4px 8px 4px 32px;
}
.entry-content ul:not([class]) li:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #5ED3FE;
  position: absolute;
  top: 8px;
  left: 10px;
  transform: skewX(-10deg);
}

.promotions .wp-block-column {
  border-radius: 12px;
}
.promotions .label {
  border-radius: 8px;
  background: rgba(33, 33, 33, .8);
  padding: 4px 12px;
  width: fit-content;
  margin-bottom: 4px;
}


.slotsPost .wp-block-post-template .wp-block-post {
  position: relative;
  margin: 0;
}
.slotsPost .wp-block-post-template {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, auto);
}
.slotsPost {
  padding: 0 16px;
}
.slotsPost .wp-block-post-title {
  position: absolute;
  top: 35%;
  width: 100%;
  opacity: 0;
  transform: translateY(-50%);
}
.slotsPost .wp-block-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  transform: translateY(-50%);
  margin-top: 20px;
}
.slotsPost .wp-block-post .wp-block-post-featured-image__overlay {
  opacity: 0;
}
.slotsPost .wp-block-post a:hover {
  color: #fff;
  text-decoration: none;
}
.slotsPost .wp-block-post:hover .wp-block-post-featured-image__overlay {
  opacity: 0.4;
}
.slotsPost .wp-block-post:hover .wp-block-post-title,
.slotsPost .wp-block-post:hover .wp-block-buttons  {
  opacity: 1;
}


.blockBorder .wp-block-column {
  border-radius: 8px;
}
.blockBorder .wp-block-column p a {
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 8px;
  border: 1px dashed #f0efef;
}

.steperBlock .headingStep {
  border-radius: 12px 12px 0 0;
} 
.steperBlock .columnArrow {
  position: relative;
}
.steperBlock .columnArrow:before {
  content: url(/wp-content/themes/gambling/assets/images/download.svg);
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
}
.steperBlock .wp-block-group:last-child .columnArrow:before {
  display: none;
}

body .tabList {
  margin: 0 !important;
  max-width: 100%;
}
.tabList {
  display: flex;
  padding: 1px;
  align-items: center;
  gap: 1px;
  border-radius: 8px;
  background: #e7e6df;
  width: 100%;
  list-style: none;
  margin: 0 !important;
  overflow-x: auto;
}
.tabList li {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: #e7e6df;
}
.tabList li.active {
  border-radius: 8px;
  color: #222;
  background-color: #fff;
}
.tabList li.active a {
  color: #222;
}
.tabList li a {
  color: #4b4b4b;
  text-decoration: none;
  padding: 11px 12px;
  display: block;
  width: 100%;
  text-align: center;
}

.wp-block-details summary {
  font-size: 20px;
  color: #000;
  list-style: none;
  position: relative;
  /* background: url(/wp-content/themes/gambling/assets/images/arrow.svg) no-repeat right center; */
}
.wp-block-details summary:after {
  content: url(/wp-content/themes/gambling/assets/images/arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  margin-top: 3px;
  display: inline-block;
}
/* .wp-block-details summary::after{
  content: url(/wp-content/themes/gambling/assets/images/arrow.svg);
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
} */
.wp-block-details {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f0efef;
}
.wp-block-details[open] summary {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0efef;
}
.wp-block-details[open] summary:after {
  transform: rotate(180deg);
  margin-top: 6px;
}

.single-post .wp-block-post-featured-image img {
  object-position: top;
}

.wp-block-group a {
  text-decoration: none;
}


.schema-faq-section {
    padding: 16px;
    border-radius: 12px;
	position: relative;
    border: 1px solid #f0efef;
	margin-bottom: 15px;
}
.schema-faq-question {
	cursor: pointer;
	display: block;
	font-size: 20px;
	color: #000;
}
.schema-faq-question.open:after {
	transform: rotate(180deg);
    margin-top: 6px;
}
.schema-faq-question.open {
	padding-bottom: 16px;
    border-bottom: 1px solid #f0efef;
}
.schema-faq-answer {
	display: none;
	margin-bottom: 0;
}
.schema-faq-question:after {
  content: url(/wp-content/themes/gambling/assets/images/arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  margin-top: 3px;
  display: inline-block;
}
#button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px !important;
  height: 50px;
  background-color: #1f1f56;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 9999;
}
#button:hover {
  cursor: pointer;
  opacity: 0.9;
}
#button:active {
  background-color: #555;
}
#button.show {
  display: flex;
  visibility: visible;
}


@media screen and (max-width: 930px) {
  .blockWithHeading > .wp-block-column > .wp-block-heading {
    margin-bottom: -12px;
  }
  .slotsPost .wp-block-post-template {
    grid-template-columns: repeat(3, auto);
  }
	.wp-block-navigation__responsive-container-open {
		padding: 11px;
	}
}
@media screen and (max-width: 480px) {
  .blockWithHeading > .wp-block-column > .wp-block-heading {
    margin-bottom: -15px;
    padding-bottom: 30px !important;
  }
  .single-post .wp-block-post-featured-image {
    height: auto !important;
  }
  .slotsPost .wp-block-post-template {
    grid-template-columns: repeat(2, auto);
  }
}