/*
Theme Name: nbso-organization
Version: 100.1.0
Description: A child theme of Astra
Author: Celia Lissa
Template: astra
*/
@import url("../astra/style.css");

.ast-single-post .entry-title {
  font-size: 42px;
}

.entry-content h2 {
  font-size: 30px;
}

a {
  color: #28bd86;
}

.ast-separate-container .ast-article-single {
  padding: 20px 40px;
}

.ast-separate-container #primary {
  margin-top: 15px;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px;
}

.list-bg {
  padding: 20px;
  background: #28bd86;
  margin-left: 0;
}

.list-bg li {
  color: #fff;
}

.wp-block-group.be-aware {
  border-left: 5px solid #1b5fc1;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.toc {
  padding: 20px;
  border: 2px solid #28bd86;
  background: whitesmoke;
}

.toc.toc-simple {
  max-width: 710px;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}

.toc.toc-simple ul li {
  list-style: none;
}

.toc.toc-simple ul {
  margin-left: 0;
  margin-top: 10px;
}

.toc.toc-simple ul li:not(:last-child) {
  margin-bottom: 10px;
}

.toc .wp-block-column:not(:last-child) {
  border-right: 1px solid;
}

.ast-no-sidebar.ast-separate-container .entry-content .alignfull {
  margin-left: -0.27em;
  margin-right: 0.27em;
}

.wp-block-group.casinos {
  padding-bottom: 15px;
  padding-top: 15px;
}

.casinos .wp-block-columns {
  margin-bottom: 30px;
}

.casinos .wp-block-column .wp-block-image {
  margin: 0;
}

.wp-block-group.brand-wrapp {
  padding-top: 10px;
}

.play-link {
  position: relative;
}

.play-link a {
  padding: 20px 36px;
  padding-right: 20px;
  background: #1b5fc1;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  border-radius: 8px;
}

.play-link a:hover {
  background: #28bd86;
  text-decoration: none;
  transition: 0.6s;
}

.play-link::after {
  content: url(/wp-content/uploads/2023/05/link.png);
  display: block;
  position: absolute;
  left: 12px;
  top: 3px;
}

.roulette-block .wp-block-column {
  padding: 20px;
  border: 2px solid #28bd86;
  border-radius: 7px;
}

/* Table */

.brand-wrapp .nbso-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 1px 10px;
  background: whitesmoke;
  box-shadow: 0px 0px 8px #28bd86;
}

.brand-wrapp .nbso-wrapper .nbso-brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-wrapp .nbso-wrapper .nbso-brands .nbso-img img {
  max-width: 120px;
}

.title-list .nbso-title {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.list div {
  display: flex;
  align-items: center;
}

.list div img {
  max-width: 16px;
  margin-right: 5px;
}

.nbso-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.nbso-link .link {
padding: 12px 30px;
  background: #219ebc;
  color: #fff;
  border: 2px solid #023047;
  border-radius: 8px;
  font-weight: 600;
}

.nbso-footer {
  font-size: 12px;
  border-top: 1px solid;
}

.more-loadbtn {
	margin: 12px auto;
}

@media (max-width: 1200px) {
  .wp-block-group {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .playojo,
  .slotmagic,
  .jackpotcity {
    flex-direction: column;
    gap: 10px;
  }

  .comeon,
  .bet365,
  .betway {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .casi-info .wp-block-column {
    display: flex;
    justify-content: center;
  }

  .casi-info {
    gap: 10px !important;
  }
  .additional-info-container, .rank-payment-container{
   grid-template-columns: 60% 40%;
  }
}

@media (max-width: 810px) {
  .brand-wrapp .nbso-wrapper .nbso-brands {
    flex-direction: column;
    padding-bottom: 22px;
  }
  
  .brand-wrapp .nbso-wrapper.common .nbso-brands{
 flex-direction: row;
  }
  
  .nbso-wrapper.common .title-list{
    width: unset;
  }
  
  .nbso-wrapper.common .bonus-rating{
    width: unset;
    
  }

  .title-list {
    width: 100%;
    text-align: center;
  }

  .bonus-rating {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .nbso-link {
    width: 100%;
    text-align: center;
    padding-top: 22px;
    margin: 0;
  }

  .nbso-footer {
    text-align: center;
  }
}


.problems-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8ecae6, #219ebc, #023047);
  border-radius: 20px 20px 0 0;
}

.problems-block .wp-block-group__inner-container {
  position: relative;
}

.problem {
  background: #fff;
  margin-bottom: 2rem;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(2, 48, 71, 0.08);
  border-left: 5px solid #219ebc;
  transition: all 0.3s ease;
  position: relative;
}

.problem:hover {
  box-shadow: 0 15px 35px rgba(2, 48, 71, 0.15);
}

.problem h3 {
  color: #023047;
  font-weight: 700;
  position: relative;
}

.problem h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 2rem;
  width: 60px;
  height: 3px;
  background: #219ebc;
  border-radius: 2px;
}

.problem p {
  color: #023047;
  padding: 0 2rem;
}

.problem em {
  background: linear-gradient(
    120deg,
    rgba(142, 202, 230, 0.3) 0%,
    rgba(33, 158, 188, 0.2) 100%
  );
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  border-left: 3px solid #219ebc;
}

.problems-block .wp-block-image img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(2, 48, 71, 0.1);
  transition: transform 0.3s ease;
}

/* Problem-specific styling */
.problem1 {
  border-left-color: #8ecae6;
}

.problem1 h3::after {
  background: #8ecae6;
}

.problem2 {
  border-left-color: #219ebc;
}

.problem3 {
  border-left-color: #023047;
}

.problem3 h3::after {
  background: #023047;
}

.problem4 {
  border-left-color: #8ecae6;
}

.problem4 h3::after {
  background: #8ecae6;
}

/* Add problem numbers */
.problem h3::before {
  content: counter(problem-counter);
  counter-increment: problem-counter;
  position: absolute;
  top: -10px;
  right: 2rem;
  background: linear-gradient(135deg, #219ebc, #023047);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(2, 48, 71, 0.3);
}

.problems-block {
  counter-reset: problem-counter;
}

.casi-cards-block {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.casi-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  position: relative;
  transition: all 0.3s ease;
}

.casi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.casi-cards-block .wp-block-columns:nth-child(1), .casi-cards-block .wp-block-columns:nth-child(2) {
  margin-bottom: 25px;
}

/* Ranking badges */
.casi-cards-block
  .wp-block-columns:nth-child(1)
  .casi-card:nth-child(1)::before {
  content: "#1";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.casi-cards-block
  .wp-block-columns:nth-child(1)
  .casi-card:nth-child(2)::before {
  content: "#2";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.casi-cards-block
  .wp-block-columns:nth-child(2)
  .casi-card:nth-child(1)::before {
  content: "#3 Exclusive";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.casi-cards-block
  .wp-block-columns:nth-child(2)
  .casi-card:nth-child(2)::before {
  content: "#4";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.casi-cards-block
  .wp-block-columns:nth-child(3)
  .casi-card:nth-child(1)::before {
  content: "#5";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.casi-cards-block
  .wp-block-columns:nth-child(3)
  .casi-card:nth-child(2)::before {
  content: "#6";
  position: absolute;
  top: -8px;
  left: 16px;
  background: #2d3748;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}


/* Casino logo */
.casi-card .wp-block-image {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 12px;
}

.casi-card .wp-block-image img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #f1f3f4;
}

/* Main bonus text */
.casi-bns {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #2d3748;
}

.casi-bns strong {
  font-weight: 700;
}

/* Details section */
.casi-adv {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 0;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

.casi-adv .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.casi-adv p {
  color: #6c757d;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.casi-adv p strong {
  display: inline-block;
  width: 100%;
}

.casi-adv p:nth-child(2) {
  border-right: 1px solid;
  border-left: 1px solid;
  padding: 0 5px;
}

.casi-adv {
  position: relative;
  padding-top: 24px;
}


@media (max-width: 781px) {
  .toc .wp-block-column:nth-child(1) {
    border-right: unset;
    border-bottom: 1px solid;
  }
}

@media (max-width: 768px) {
  .ast-separate-container .ast-article-single {
    padding: 15px;
  }

  .ast-single-post .entry-title {
    font-size: 30px;
  }

  body {
    font-size: 16px;
  }
}

@media(max-width: 720px){
  .casino-button-block{
    width: 100%;
  }
  .casino-button-block .get-bonus-button{
    width: 100%;
  }
  .casino-details-block{
 	width: 70%;
  }
}


@media(max-width: 580px){
  .brand-wrapp .nbso-wrapper.common .title-list{
    order: 1;
    width: 100%;
  }
  .brand-wrapp .nbso-wrapper.common .nbso-info{
 display: flex;
  justify-content: center;
  align-items: center;
  gap:
20px;
  }
  .bonus-terms{
  gap: 10px;
  }
}


@media(max-width: 480px){
  .casino-details-block{
    width: 100%;
  }
}
