/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 11:10:47 */
/* Image Handling */
.wp-block-uagb-image__figure img {
  object-fit: contain !important;
}
.gallery-icon img {
  max-height: 40px;
  object-fit: contain;
}
.brand-logo {
  height: 50px;
  object-fit: contain;
}
.brand-logo-chanz {
  height: 40px !important;
  object-fit: contain;
}
.brand-logo-coolbet {
  height: 18px !important;
  object-fit: contain;
}

/* Lists */
ul li::marker {
  color: #0D874E;
}
.features-box {
  text-align: left;
  font-size: 14px;
}
.features li {
  margin-bottom: 4px;
  position: relative;
}

/* Table Styling */
table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
thead {
  background-color: #20242D;
  color: white;
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
tbody {
  font-size: 0.9rem;
}



/* Content Blocks */

.entry-header p a {
  color: #0D874E;
}
.boonus-tekst {
  background: #FFF3CD;
  font-weight: bold;
  padding: 5px;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.page-description {
  margin-bottom: 20px;
}
.kb-section-has-link:hover {
  transform: scale(1.02);
}

/* Casino Review Blocks */
.casino-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 14px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 16px;
  text-align: center;
}
.casino-block > * {
  flex: 1 1 auto;
  min-width: 180px;
}
.casino-block img {
  max-width: 100px;
}
.casino-info h3 {
  margin: 0 0 8px;
  font-size: 1.2em;
}
.casino-info h3 a {
  text-decoration: none;
  color: #000;
}
.stars {
  color: gold;
  font-size: 1.1em;
  margin-bottom: 4px;
}
.rating-label {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 10px;
}
.rating-label strong {
  color: #000;
}
.bonus {
  font-weight: bold;
  color: #2b2b2b;
  background-color: #fff2c8;
  padding: 2px 5px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
}
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 150px;
}
.cta-buttons a {
  text-align: center;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 30px;
}
.btn.play {
  background-color: #28a745;
  color: white;
  font-weight: bold;
}
.read-review {
  background-color: #f2f2f2;
  color: #333;
}
.disclaimer {
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
  margin-top: -10px;
}
.disclaimer a {
  color: #555;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .casino-block {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .cta-buttons a {
    flex: 1;
    max-width: 140px;
  }
}
.promo-bonus-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
	margin-top: 20px;
}
.promo-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #12161F;
  padding: 5px 10px;
  border-radius: 10px;
	border: 1px white solid;
  text-decoration: none;
  color: white;
  max-width: 100%;
  transition: transform 0.2s ease;
	height: 80px;
	z-index: 9;
}
.promo-card:hover {
  transform: scale(1.02);
}
.promo-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: white;
  padding: 4px;
}
.promo-content {
  display: flex;
  flex-direction: column;
}
.promo-title {
  font-weight: 600;
  font-size: 15px;
}
.promo-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .promo-bonus-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .promo-card {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.entry-content a {
	font-weight: bold;
}
.author-box {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  gap: 20px;
  
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  background: white;
}
.author-content h3 {
  margin: 0 0 5px;
  font-size: 1.3rem;
}
.author-role {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}
details {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0.75rem;
  padding: 1rem;
}

details summary {
  font-weight: bold;
  cursor: pointer;
}

details p {
  margin-top: 0.75rem;
}
.casino-info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  justify-content: space-between;
}

.info-column {
  flex: 1 1 280px;
  min-width: 260px;
}

.info-column h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0D874E;
}

.icon {
  font-style: normal;
  font-size: 18px;
}

.info-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.info-column li {
  margin-bottom: 6px;
}

.info-column a {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .casino-info-box {
    flex-direction: column;
  }
}
.info-column li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.label {
  font-weight: 600;
}
.value {
  text-align: right;
}
.info-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.info-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  color: #001e3c;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-description a {

	text-decoration: underline;
}
.entry-text {
	text-align: center;
}

.card-content {
	bottom: 5px !important;
}
.responsive-iframe {
display: block;
  margin: 0 auto;
width: 600px;
  height: 400px;
}
.iframe-container {
	background: #3ab59e;
	border-radius: 50px;
}

