body .record-view .page-info {
    display: block;
    margin: 0;
}
body .record-view  .page-info .img-holder {
    position: relative;
}
body .record-view  .page-info .img-holder > img {
    max-width: 100%;
    width: 200px;
    padding: 20px;
    background: #ffffffb8;
}
body .page-info .rating-badge {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    padding: 3px 15px;
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 15px;
}
body .page-info .rating-badge img {
    border: none;
    margin: 0;
    padding: 0;
}
body .record-view .banner-modal {
	padding: 30px 20px;
	margin: 0;
	border-left: 10px solid #fff;
}
body .record-view .banner-modal .extra img {
	width: 15%;
	margin: 5px;
}

body .record-view .main-info-row {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

body .record-view .main-info-row span {
	font-size: 0.8rem;
	display: block;
	color: #5b5b5b;
	margin-bottom: 10px;
}
body .record-view .main-info-row:before {
	content: '';
	background: #3c5bf7;
	position: absolute;
	top: 0;
    bottom: 0;
    width: 10px;
    left: 0;
}
body .record-view .main-info-row b {
	height: 40px;
	display: block;
}
body .pros,
body .cons {
	margin: 20px 0;
	padding: 0 15px 0 0;
	list-style-type: none;

}
body .pros li,
body .cons li {
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 15px 15px 15px 40px;
    border: 1px solid #4CAF50;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
}
body .pros li {
	background: #d3f3e7;
}
body .pros li:before {
	content: url(../img/check-icon.webp);
}
body .cons li {
	background: #ffe8ec;
    border: 1px solid #F91139;
}
body .cons li:before {
    content: url(../img/x-icon.webp);
}
body .pros li:before,
body .cons li:before {
	position: absolute;
    left: 15px;
    top: 17px;
}
body .fixed-review-info {
	display: none;
	position: fixed;
	bottom: 0;
	margin-bottom: 5px;
    z-index: 999;
    border: none;
    padding-left: 0;
    padding-right: 30px;
}
body .fixed-review-info .banner-modal {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 20px;
}
body .fixed-review-info .banner-modal img {
    max-width: 85px;
}
body .fixed-review-info .banner-modal h2 {
    font-size: 1.4rem;
}
body .fixed-review-info .banner-modal .col-sm-4 {
    text-align: right;
}
body .fixed-review-info .banner-modal a {
    margin: 0;
    max-width: 200px;
    font-size: 1rem;
    display: inline-block;
}
body .similar-casinos {
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 1px 5px 0px #80808045;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
body .similar-casinos:before {
    display: none;
}
body .similar-casinos .block {
    display: inline-block;
}
body .similar-casinos .block:nth-child(2) {
    border-left: 1px solid #80808045;
    border-right: 1px solid #80808045;
}
body .similar-casinos .block-row {
    width: 100%;
    padding: 8px 10px;
}
body .similar-casinos .block-row:nth-child(odd) {
    background: #f6f6fb;
}
body .similar-casinos h4 {
    font-size: 1.2rem;
    font-weight: 600;
}
body .similar-casinos .img-holder img {
    border-radius: 20px;
    height: 80px;
    margin: 10px 0;
}
body .similar-casinos .play-btn {
    display: inline-block;
    width: auto;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 1.1rem;
}

body .similar-casinos .rating-badge {
    border-radius: 50px;
    border: 1px solid #FFC107;
    background: #ffc1073b;
    padding: 4px 15px;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}
body .similar-casinos .rating-badge img {
    top: -2px;
    position: relative;
    width: 30px;
}
body .similar-casinos a {
    text-decoration: underline;
    font-weight: 700;
}
body .similar-casinos h3 {
    font-size: 1.2rem;
}
body .similar-casinos p {
    font-size: 1rem;
    font-weight: 600;
    margin: 9px 0;
    color: #5a5a5a;
}

.draw-table,
.draw-table-history {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.draw-table-history thead {
    background: #ffe195;
}
.draw-table-history thead th {
    padding: 10px;
}
.draw-table-history tbody tr,
.draw-table tbody tr {
    background: #ffc10726;
}

.draw-table-history td,
.draw-table td {
  padding: 16px 12px;
  vertical-align: middle;
  color: #000;
  border: none;
}

.draw-table-history td a,
.draw-table td a {
    color: #000;
    cursor: pointer;
}

.draw-table tr td:first-child {
    text-align: right;
    font-weight: 700;
}
.draw-table tr td:last-child {
    text-align: left;
}

/* Numbers cell */
.draw-table-history span.num,
.draw-table span.num {
  background: #ffffff;
  color: #1e1b2a;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.3);
  margin-left: 6px;
}

.draw-table-history b.num .num,
.draw-table b.num .num {
  background: #facc15;
  color: #1e1b2a;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.3);
  margin-left: 6px;
}

.draw-table td:nth-child(2) span > *:not(b) {
  background: radial-gradient(circle at 30% 20%, #2a2f45, #171c2c);
  padding: 6px 12px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #e0e7ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 6px rgba(0,0,0,0.3);
}

.draw-table td:nth-child(3) {
  font-weight: 700;
}

/* Responsive touch */
@media (max-width: 700px) {
  .draw-table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  
  .draw-table td:first-child,
  .draw-table td:last-child {
    border-radius: 20px;
  }
  
  .draw-table td:nth-child(2) span {
    justify-content: center;
  }
  
  .draw-table td:last-child {
    text-align: center;
  }
  
  .draw-table tbody tr {
    margin-bottom: 16px;
    display: grid;
  }
  .draw-table tbody tr td {
    text-align: left;
  }
  .draw-table tr td:last-child {
    padding: 10px;
  }
}
@media( max-width: 768px ) {
    .casino-list .casino-row > .row > .col-12 > .row {
      display: grid;
    }
    .casino-list .casino-row > .row > .col-12 > .row > .col-6 {
      max-width: 100%;
      margin-bottom: 5px;
    }
    .casino-list .casino .extra ul li {
      display: grid;
      grid-template-columns: 1fr 0.5fr;
      margin-bottom: 10px;
      padding: 10px 0;
    }
    .casino-list .casino-row .play-btn {
      margin-top: 0px;
    }
    .casino-list .casino .spins {
      height: auto;
      margin-bottom: 0;
    }
    body .custom-modal#welcome-bonus {
        padding: 0;
    }
    body .extra-draw-table-history {
        overflow-x: scroll;
    }
    body .draw-table-history td a,
    body .draw-table-history td > div {
        white-space: nowrap;
    }
    body .custom-modal {
        margin-top: 10px;
    }
    body .draw-table td:nth-child(2) span {
        margin: 5px;
    }
    body .draw-table tr td:first-child {
        display: flex;
        align-items: center;
    }
    body .record-view .main-info-row b {
        height: auto;
    }
    body .record-view .page-info .img-holder > img {
        width: 150px;
    }
    body .page-info h1 {
        font-size: 1.4rem;
    }
    body .page-info .rating-badge {
        position: inherit;
        left: 0;
        display: inline-block;
    }
    body .record-view .main-info-row {
        margin: 10px 0;
    }
    body .record-view #welcome-bonus {
        margin: 20px 0 0 0;
        border: none;
    }
    body .cons,
    body .pros {
        padding: 0;
    }
    body .similar-casinos {
        display: block;
    }
    body .similar-casinos .block {
        border: none !important;
        width: 100%;
    }
    body .similar-casinos .block:last-child {
        margin-bottom: 0;
    }
    body .fixed-review-info {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
    }
    body .fixed-review-info .banner-modal {
        
        border-radius: 0;
        margin-bottom: 0;
        padding: 10px 0;
    }
    body .fixed-review-info .banner-modal > div > div {
        display: inline-block;
        padding: 0 5px;
    }
    body .fixed-review-info .banner-modal > div img {
        border: none;
        width: auto;
        max-width: 100%;
    }
    body .fixed-review-info .banner-modal > div.col-sm-2 {
        width: 15%;
        padding: 0;
    }
    body .fixed-review-info .banner-modal > div.col-sm-6 {
        width: 42%;
    }
    body .fixed-review-info .banner-modal > div.col-sm-6 h2 {
        font-size: .9rem;
        margin-bottom: 0;
    }
    body .fixed-review-info .banner-modal > div.col-sm-4 {
        width: 34%;
    }

    body .fixed-review-info .banner-modal > div.col-sm-4 a {
        font-size: .9rem;
        font-weight: 700;
        padding: 10px 15px;
        margin-top: 0;
    }
}













