/* Casino blocks — obsidian / copper companion */

html {
  scroll-padding-top: 9rem;
}

h2.heading[id],
h3[id],
article.casino-review[id] {
  scroll-margin-top: 9rem;
}

.casino-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.8rem 0 2.4rem;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 1.2rem 3rem rgba(20, 17, 14, 0.08);
}

.casino-comparison {
  width: 86rem;
  min-width: 86rem;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.45rem;
  line-height: 1.45;
}

.casino-comparison th,
.casino-comparison td {
  padding: 1.05rem 1.3rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(20, 17, 14, 0.08);
}

.casino-comparison th:first-child,
.casino-comparison td:first-child {
  width: 20rem;
  min-width: 20rem;
  padding-right: 1.8rem;
  white-space: nowrap;
}

.casino-comparison th:nth-child(2),
.casino-comparison td:nth-child(2) {
  width: 16rem;
  padding-left: 1.2rem;
}

.casino-comparison thead th {
  background: #0c0b0a;
  color: #f3eee4;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.casino-comparison thead th:first-child {
  border-radius: 1.6rem 0 0 0;
}

.casino-comparison thead th:last-child {
  border-radius: 0 1.6rem 0 0;
}

.casino-comparison tbody tr:nth-child(even) {
  background: rgba(228, 87, 46, 0.06);
}

.casino-comparison tbody tr:hover {
  background: rgba(12, 11, 10, 0.04);
}

.casino-comparison__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  max-width: 100%;
}

.casino-comparison__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
}

.casino-comparison a {
  color: #14110e;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 0.15rem solid #e4572e;
  white-space: nowrap;
}

.casino-comparison a:hover {
  color: #e4572e;
}

.casino-mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin: 1.5rem 0 2rem;
}

@media (min-width: 768px) {
  .casino-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.casino-mini-block {
  padding: 1.4rem 1.5rem;
  border: none;
  border-radius: 1.3rem;
  background: #fbf7ef;
  box-shadow: inset 0 0 0 0.1rem rgba(20, 17, 14, 0.08);
}

.casino-mini-block h3 {
  margin: 0 0 0.7rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.15em;
  color: #14110e;
}

.casino-mini-block ul {
  margin: 0;
  padding-left: 1.2rem;
}

.casino-mini-block li {
  margin-bottom: 0.4rem;
  color: #5e574d;
}

.casino-review {
  margin: 3rem 0;
  padding: 0 0 2rem;
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid rgba(20, 17, 14, 0.1);
  border-radius: 0;
  box-shadow: none;
}

.casino-review:last-of-type {
  border-bottom: none;
}

.casino-review__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin: 0 0 1.6rem;
  padding: 1.4rem 1.6rem;
  background: #0c0b0a;
  border-radius: 1.4rem;
}

.casino-review__head img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 0.2rem;
}

.casino-review__head h3 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.5em;
  color: #f3eee4;
}

.casino-review__sections h4 {
  margin: 1.6rem 0 0.55rem;
  font-size: 1.08em;
  color: #14110e;
}

.casino-review__sections p {
  margin: 0 0 0.9rem;
  color: #5e574d;
}

.casino-media {
  margin: 1.4rem 0;
}

.casino-media__desktop {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #ece5d8;
  border-radius: 1rem;
}

.casino-mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

@media (min-width: 768px) {
  .casino-mobile-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.casino-mobile-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #ece5d8;
  border-radius: 0.8rem;
}

.casino-facts {
  margin: 1.4rem 0;
  padding: 1.3rem 1.4rem;
  border: none;
  border-radius: 1.2rem;
  background: #faeee6;
}

.casino-facts h4 {
  margin: 0 0 0.7rem;
  font-size: 1em;
  color: #14110e;
}

.casino-facts dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem 1rem;
  margin: 0;
}

@media (min-width: 600px) {
  .casino-facts dl {
    grid-template-columns: auto 1fr;
  }
}

.casino-facts dt {
  font-weight: 700;
  margin: 0;
  color: #14110e;
}

.casino-facts dd {
  margin: 0 0 0.35rem;
  color: #5e574d;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.4rem 0;
}

@media (min-width: 700px) {
  .pros-cons {
    grid-template-columns: 1fr 1fr;
  }
}

.pros-cons__col {
  padding: 1.2rem 1.3rem;
  border-radius: 1.2rem;
  border: none;
}

.pros-cons__col--pros {
  background: #eef3ea;
  border-left: 0.4rem solid #3d6b42;
}

.pros-cons__col--cons {
  background: #f8ebe6;
  border-left: 0.4rem solid #9b1d3a;
}

.pros-cons__col h4 {
  margin: 0 0 0.55rem;
  font-size: 1em;
}

.pros-cons__col ul {
  margin: 0;
  padding-left: 1.15rem;
}

.casino-review__verdict {
  margin: 1.3rem 0 0;
  padding: 1.1rem 1.3rem;
  border-left: 0.4rem solid #e4572e;
  background: #faeee6;
  border-radius: 0 1rem 1rem 0;
}

.author-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: flex-start;
  margin: 3rem 0;
  padding: 1.8rem;
  border: none;
  border-radius: 1.6rem;
  background: #0c0b0a;
  color: #f3eee4;
}

.author-box img {
  width: 92px;
  height: 92px;
  border-radius: 1.2rem;
  object-fit: cover;
  flex-shrink: 0;
  border: none;
}

.author-box .author-info {
  flex: 1 1 220px;
  min-width: 0;
}

.author-box .author-info h2,
.author-box .author-info .author-box__name {
  margin: 0 0 0.25rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35em;
  color: #fff;
}

.author-box__role {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #e4572e;
}

.author-box .author-info p {
  color: rgba(243, 238, 228, 0.78);
}

.author-box__meta {
  margin: 0.7rem 0 0;
  font-size: 0.92em;
  color: rgba(243, 238, 228, 0.5);
}

.header .logo__img {
  max-height: 4.2rem !important;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .casino-comparison th,
  .casino-comparison td {
    padding: 0.6rem 0.7rem;
    font-size: 0.9em;
  }
}
