
.author-info-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.author-info-box img {
      border-radius: 100%;
    width: 50px;
    display: inline-block;
    min-width: 40px;
}


.author-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.author-details .inner {
  display: flex;
  align-items: center;
  height: 100%;
  grid-gap: 10px;
}



.author-name {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}

.editor-role {
  font-size: 14px;
  color: #d10000;
}

.fact-checked {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.last-updated {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 0;
}



.ad-disclosure,
.trust-us {
  background-color: transparent;
  border: 1px solid var(--border-color);
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}



.trust-us {
  color: #000;
}


.blog-box .about-auth {
  padding: 10px 0px;
}



/* related guides */

.related-guides {
  background-color: #fff;
  padding: 20px;
  margin-top: 120px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
}

.related-guides h2 {
  font-size: 24px;
  font-weight: bold;
  color: #d10000;
  margin-bottom: 20px;
}

.guide-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  padding-bottom: 15px;
}

.guide-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.guide-info {
  flex-grow: 1;
}

.guide-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}


.guide-info h3:hover {
  color: #d10000;
  text-decoration: underline;
}

.guide-info p {
  font-size: 14px;
  color: #777;
}

.guide-item:last-child {
  margin-bottom: 0;
}


/*  */

/* Filter Buttons */
.filters {
  padding-top: 40px;
  line-height: 60px;
}

.filter-button {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  font-family: var(--poppins);
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.filter-button.active {
  background-color: rgba(222, 18, 42, .1);
  border: 1px solid #fff;
  color: #000;
  font-family: var(--poppins);
  font-weight: 600;

}


/* 'More Filters' Button */
.more-filters {
  background-color: #f0f0f0;
  border: 1px solid #000;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  font-family: var(--poppins);
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}


.more-filters.active {
  display: none;
}


.extra-filters {
  display: none;
  margin-top: 10px;
}

.extra-filters.active {
  display: block;
}



.extra-filters {
  display: none;
  margin-top: 10px;
}

.extra-filters.active {
  display: block;
}

.casino-list {
  display: flex;
  flex-direction: column;
}

.casino-list-res {
  display: none;
}

/* .casino-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
} */


.casino-item {
  display: grid;
  grid-template-columns: 25% 1fr;
  background-color: #fff;
  padding: 0px 20px;
  margin: 15px 0px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  align-items: center;
}



.casino-item img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

.casino-info-row {
  display: grid;
  grid-template-columns: 1fr 30%;
  width: 100%;
}



.casino-det {
  display: flex;
  flex-direction: column;
}

.casino-info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.casino-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.rating {
  display: flex;
  align-items: center;
}

.rating .stars {
  color: #d10000;
  margin-right: 10px;
}

.read-review {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.read-review:hover {
  color: #d10000;
}

.play-now {
  background-color: #d10000;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin: 10px 0px;
}

.play-now:hover {
  background-color: #e92a2a;
}

.no-code {
  background: gainsboro;
  padding: 2px 0px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}

.casino-item p:last-child {
  font-size: 12px;
  color: #999;
}





.toc-sticky-list {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
}

.toc-sticky__open {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
}

.collapse-action-btn {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toc-body {
  display: none;
  padding: 10px 15px;
}

.toc-body.open {
  display: block;
}

.StepProgress {
  list-style: none;
  padding-left: 0;
}

.StepProgress-item {
  border-left: 2px dotted red;
  padding-left: 15px;
  margin-bottom: 12px;
}

.StepProgress-item__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.StepProgress-item__link {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.StepProgress-item.current>.StepProgress-item__group a {
  color: red;
}

.StepProgress-item__arrow {
  background: none;
  border: none;
  cursor: pointer;
}

.StepProgress-item__arrow i {
  transition: transform 0.3s;
}


.StepProgress-sub-list {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}

.StepProgress-item.open .StepProgress-sub-list {
  display: block;
}

.StepProgress-item.open .StepProgress-item__arrow i {
  transform: rotate(180deg);
}


.ms_hidetoc {
  display: none;
}

.show_moretoc {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  font-weight: 600;
  color: red;
}

/*  */



.comparison-section {
  margin-top: 40px;
}

.comparison-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.comparison-intro {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.table-wrapper {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--border-color);
}

.comparison-table thead th {
  background: #f3f3f3;
  text-align: left;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.comparison-table tbody td {
  padding: 12px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Yes / No Icons */
.yes {
  color: #0a8a0a;
  font-weight: bold;
  text-align: center;
}

.no {
  color: #d10000;
  font-weight: bold;
  text-align: center;
}





/*  */




.casino-review-section {
  margin-top: 50px;
}

.casino-review-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-intro {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #333;
}

/* CARD */
.casino-review-card {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 25px;
  border-radius: 10px;
  gap: 30px;
}


.casino-review-card-res {
  display: none;
}

/* LEFT */
.review-left h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.rating {
  font-weight: 700;
  font-size: 16px;
}

.stars {
  color: #e60023;
  font-size: 14px;
}

.read-review {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.tag {
  background: #fff;
  border: 1px solid var(--border-color);
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

/* DETAILS */
.review-details {
  list-style: none;
  padding-left: 0;
}

.review-details li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* RIGHT */
.review-right {
  text-align: center;
  min-width: 220px;
}

.casino-logo {
  max-width: 160px;
  margin-bottom: 15px;
}

.visit-btn {
  display: inline-block;
  background: #e60023;
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

/* SCREENSHOTS */
.casino-screens {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  overflow-x: auto;
}

.casino-screens img {
  width: 160px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}



.casino-review-content {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.casino-review-content p {
  margin-bottom: 18px;
}

.inline-link {
  color: #e60023;
  text-decoration: underline;
  font-weight: 500;
}

/* PROS / CONS */
.pros-cons-wrapper {
  display: flex;
  gap: 25px;
  margin-top: 25px;
}

.pros-box,
.cons-box {
  flex: 1;
}

.box-header {
  background: #f2f2f2;
  padding: 10px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 15px;
}

.icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.icon.success {
  background: #000;
  color: #fff;
}

.icon.danger {
  background: #e60023;
  color: #fff;
}

.pros-box ul,
.cons-box ul {
  list-style: none;
  padding-left: 0;
}

.pros-box li,
.cons-box li {
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.pros-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 12px;
}

.cons-box li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #e60023;
  font-size: 12px;
}


/* bonus section */


.bonus-section {
  margin-top: 50px;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.bonus-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bonus-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 8px;
}

.bonus-section p {
  margin-bottom: 14px;
}

.inline-link {
  color: #e60023;
  text-decoration: underline;
}

/* Best offer highlight */
.best-offer {
  background: #f7f7f7;
  padding: 10px 14px;
  border-left: 4px solid #e60023;
  font-size: 14px;
  margin: 14px 0 20px;
}

/* Bonus of the week box */
.bonus-week-box {
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-top: 30px;
  background: #fff;
}

.bonus-week-box h3 {
  margin-top: 0;
  font-size: 22px;
}



/* SECTION */
.signup-section {
  margin-top: 50px;
}

/* HEADER */
.signup-header {
  margin-bottom: 25px;
}

.signup-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.signup-header p {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

/* STEP CARD */
.signup-step {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

/* STEP HEADER */
.step-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.step-number {
  background: #e60023;
  color: #fff;
  font-weight: 700;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.step-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* TEXT */
.signup-step p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #222;
}

/* IMAGE */
.step-image {
  display: flex;
  justify-content: center;
}

.step-image img {
  max-width: 260px;
  border-radius: 18px;
}


/*  */






.casino-games-section {
  margin-top: 50px;
}

.games-tabs-wrapper {
  display: flex;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}

/* LEFT */
.games-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 260px;
  background: #f2f2f2;
}

.games-tabs li {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
}

.games-tabs li.active {
  background: #fff;
  font-weight: 600;
}

/* RIGHT */
.games-tab-content {
  flex: 1;
  padding: 20px;
  background: #fff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.tab-panel p {
  font-size: 14px;
  line-height: 1.6;
}






/*  */



/* SHARED TEXT SECTION */
.comparison-text-section,
.mobile-casino-section {
  margin-top: 50px;
}

.comparison-text-section h2,
.mobile-casino-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.comparison-text-section p,
.mobile-casino-section p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
}

/* FREE VS REAL MONEY */
.two-column-table {
  display: flex;
  border: 1px solid var(--border-color);
  background: #fff;
}

.table-column {
  flex: 1;
  padding: 20px;
}

.table-column:first-child {
  border-right: 1px solid var(--border-color);
}

.table-column h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  background: #f2f2f2;
  padding: 10px;
}

.bullet-list {
  list-style: none;
  padding-left: 0;
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
}

.bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e60023;
  font-size: 18px;
  line-height: 1;
}

/* MOBILE CASINO TABLE */
.table-wrapper {
  overflow-x: auto;
}

.mobile-casino-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border-color);
  background: #fff;
}

.mobile-casino-table th {
  background: #f2f2f2;
  padding: 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--border-color);
}

.mobile-casino-table td {
  padding: 12px;
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
}

.mobile-casino-table tr:last-child td {
  border-bottom: none;
}

.yes {
  color: #0a8a0a;
  font-weight: bold;
  text-align: center;
}



/*  */


.payment-methods-section {
  margin-top: 50px;
}

.payment-methods-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.payment-methods-section p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.inline-link {
  color: #e60023;
  text-decoration: underline;
}

.accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  background: #f2f2f2;
  border: none;
  cursor: pointer;
  position: relative;
}

.accordion-header::after {
  /* content: "+"; */
  position: absolute;
  right: 15px;
  font-size: 18px;
}

.accordion-item.active .accordion-header::after {
  /* content: "–"; */
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.accordion-item.active .accordion-content {
  display: block;
}


/*  */




.rating-methodology-section {
  margin-top: 50px;
  background: rgb(228, 228, 228);
  border-radius: 5px;
  padding: 30px;
}

.rating-methodology-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rating-methodology-section p {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 25px;
}

.rating-criteria-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.rating-criteria-list li {
  margin-bottom: 18px;
  line-height: 1.7;
}

.rating-criteria-list li strong {
  font-weight: 700;
}

.additional-info {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.info-item {
  text-align: center;
  flex: 1;
}

.info-item strong {
  font-size: 28px;
  color: #e60023;
}

.info-item p {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}


/*  */


.faq-section {
  margin-top: 50px;
}

.faq-section h2 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 15px;
  position: relative;
}

.faq-question {
  background: #fff;
  border: none;
  padding: 12px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}

.faq-answer {
  display: none;
  background: #fff;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question::after {
  content: "+";
  /* Arrow down for collapsed state */
  font-size: 18px;
  color: #e60023;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
  /* Arrow up for expanded state */
  transform: translateY(-50%) rotate(180deg);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resources-section {
  margin-top: 50px;
}

.resources-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.resources-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.resources-list li {
  margin-bottom: 10px;
}

.resources-list a {
  color: #e60023;
  text-decoration: underline;
}

.resources-list a:hover {
  color: #d10000;
}

/* Editorial Process */
.editorial-process {
  border: 1px solid var(--border-color);
  padding: 15px;
  margin-top: 25px;
  border-radius: 8px;
}

.editorial-process strong {
  font-size: 16px;
  color: #333;
}

.editorial-process p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-top: 10px;
}

/* Editor Profile */
.editor-profile {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  background: rgb(228, 228, 228);
  padding: 30px;
  border-radius: 5px;
}

.editor-info {
  display: flex;
  gap: 15px;
}

.editor-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.editor-info strong {
  font-size: 16px;
  color: #333;
}

.editor-info em {
  font-size: 14px;
  color: #d10000;
}

.editor-info p {
  font-size: 14px;
  color: #555;
  padding: 10px 0px;
}

.editor-posts-link {
  border-bottom: 1px solid #de122a;
  color: #050810;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 160%;
  text-decoration: none !important;
}



/*  res*/




*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.container,
.layout-container {
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(12px, 2vw, 20px);
}


.row {
  grid-template-columns: minmax(160px, 220px) 1fr minmax(220px, 340px);
  grid-template-areas: "logo menu disclosure";
  column-gap: 24px;
  row-gap: 12px;
}

.logo {
  grid-area: logo;
}

.menu {
  grid-area: menu;
}



.blog-row {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 24px;
  padding: 0;
}


.casino-item {
  grid-template-columns: 240px 1fr;
  gap: 16px;
  padding: 16px;
}

.casino-item img {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0;
}


.table-wrapper,
.casino-screens,
.games-tabs {
  -webkit-overflow-scrolling: touch;
}


.featured-image img{
	    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin: 30px 0;
}
.auth-my h1{
	margin-bottom: 20px;
}

.disclosure-links {
    position: relative;
    display: inline-block;
    text-align: right;
}

.social-icons {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.disclosure-links:hover .social-icons {
    opacity: 1;
    visibility: visible;
}

.social-icons a {
    font-size: 18px;
    color: #111827;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #0073e6; /* hover color for each icon */
}



figure.wp-block-table table th{
    background: #f1f1f1 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px;
}
figure.wp-block-table table td{
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px;
}
figure.wp-block-table thead{
  border-bottom: none;
}
figure.wp-block-table table td{
  text-align: center;
}
/* figure.wp-block-table table td:first-child{
  text-align: left;
} */