.casino-title__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 25px;

}

.casino-title__box .title-box__heading {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.casino-title__btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 46px;
    height: 44px;
    border-radius: 59px;
    background-color: #195196;
}
@media (max-width: 1024px) {
    .casino-title__box {
        flex-direction: column;
        align-items: flex-start;
    }
    .casino-title__box .title-box__heading {
        margin-bottom: 16px !important;
    }
    .casino-title__btn {
        width: 100%;
    }
}
.casino-card-header__filterbar {
    display: flex ;
    margin: 0;
    margin-top: 40px;
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}
.casino-card-header__filterbar-item {
    cursor: pointer;
}
@media (max-width: 1024px) {
    .casino-card-header__filterbar {
        display: none ;
        margin-top: 14px;
    }
}
.casino-card-header__filterbar--mobile {
    display: none ;
}
@media (max-width: 1024px) {
    .casino-card-header__filterbar--mobile {
        display: flex ;
    }
}
.no-content {
  display: none;
  margin: 40px 0;
  text-align: center;
}

button {
    cursor: pointer !important;
}
ul {
    padding-left: 20px;
}
ol {
    padding-left: 20px;
}
.author-card__tags {
    position: static !important;
    flex-wrap: wrap !important;
    gap: 18px;
}
.author-card__tag:not(:last-child) {
    margin-right: unset !important;
}
.casino-overview__header {
    background-image: url('./templates/img/casino-header.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 95% !important;
    margin: 0 auto !important;
}
@media (min-width: 1024px) {
    .casino-overview__header {
        width: 60% !important;
    }
}
.casino-overview__title {
    text-align: center !important;
    width: 80% !important;
    position: static !important;
    transform: none !important;
}

.text-box__box {
  
}

.text-box table {
  
  display: block; 
  border-collapse: collapse;

  overflow-x: auto; 
  padding: 0; 

  scrollbar-width: none;
}

.text-box tbody {
    width: auto; 
  min-width: 1098px;
  /* padding: 20px 24px; */
  display: block;
}

/* Reszta bez zmian */
.text-box tr {
  border: 1px solid #d9e2e7;
  min-height: 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 7px;
  border-radius: 7px;
  padding: 4px 5px;
}
.text-box tr:not(:last-of-type) {
    margin-bottom: 17px;
}
.text-box td {
  min-height: 34px;
  border-radius: 6px;
  border: 1px solid #c5d5de;
  display: flex;
  align-items: center;
  padding: 5px 11px;
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.26px;
  color: #102239;
}


.wysiwyg-text-box {
    border-radius: 15px;
    border: 1px solid #D7E3E9;
    padding-top: 43px;
    padding-right: 18px;
    padding-bottom: 43px;
    padding-left: 18px;
    flex: 1;
    margin-bottom: 40px;
}
.wysiwyg-text-box:not(:last-child) {
    
}
.wysiwyg-row .col { display: flex; flex-direction: column; }

.wysiwyg-text-box h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: #102239;
    margin-bottom: 30px;
}
.wysiwyg-text-box h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.26px;
    color: #102239;
    margin-bottom: 30px;
}
.wysiwyg-text-box p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6E7783;
}
.wysiwyg-text-box ul, .wysiwyg-text-box ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wysiwyg-text-box ul li,
.wysiwyg-text-box ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px; 
}
.wysiwyg-text-box ul>li {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6E7783;
}
.wysiwyg-text-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 3px;
  color: #102239;
  font-size: 18px;
  line-height: 1;
}

.wysiwyg-text-box ul ul li::before {
  color: #6E7783 !important;
}

.wysiwyg-text-box a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #195196;
}
.wysiwyg-text-box a[href^="tel:"] {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FB933C;
}

.wysiwyg-text-box ul>li>ul {
    
}
.wysiwyg-text-box ul>li>ul>li {
    
}
.wysiwyg-text-box ol {
    
}
.wysiwyg-text-box ol {
  counter-reset: my-counter;
}

.wysiwyg-text-box ol li {
  counter-increment: my-counter;
}

.wysiwyg-text-box ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 5px;
  color: #102239;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  font-family: Inter;
}

.wysiwyg-text-box ol>li {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6E7783;
}
.wysiwyg-text-box strong, .wysiwyg-text-box b {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #102239;
}
.raport-review-form-box {
    padding-top: 80px;
    background-color: #EFF5FC;
}
.raport-review-form__title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    text-align: center;
    color: #102239;
}   