/* style/casino.css */

/* 智能文字颜色选择器 - Dựa trên nền tối của body (#0a0a0a) */
.page-casino {
  color: #ffffff; /* Văn bản sáng trên nền tối */
}

.page-casino__section {
  padding: 80px 20px;
}

.page-casino__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-casino__title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #FFD700; /* Màu vàng thương hiệu */
}

.page-casino__subtitle {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #FFD700; /* Màu vàng thương hiệu */
}

.page-casino__description {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0; /* Màu trắng nhạt trên nền tối */
}

.page-casino p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #f0f0f0; /* Màu trắng nhạt trên nền tối */
}

.page-casino ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-casino li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #f0f0f0; /* Màu trắng nhạt trên nền tối */
}

.page-casino__btn-primary,
.page-casino__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box; /* Quan trọng cho responsive */
  white-space: normal; /* Cho phép xuống dòng */
  word-wrap: break-word; /* Cho phép ngắt từ */
}

.page-casino__btn-primary {
  background: #FFD700;
  color: #1E90FF; /* Văn bản xanh đậm trên nền vàng */
  border: 2px solid #FFD700;
}

.page-casino__btn-primary:hover {
  background: #e6c200;
  border-color: #e6c200;
  color: #000000;
}

.page-casino__btn-secondary {
  background: transparent;
  color: #FFD700; /* Văn bản vàng trên nền trong suốt */
  border: 2px solid #FFD700;
}

.page-casino__btn-secondary:hover {
  background: #FFD700;
  color: #1E90FF; /* Văn bản xanh đậm trên nền vàng */
}

/* HERO Section */
.page-casino__hero-section {
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; /* shared đã thiết lập padding-top cho body */
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

.page-casino__hero-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.page-casino__hero-image {
  width: 100%;
  margin: 0;
}

.page-casino__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

/* LOGO Carousel Section */
.page-casino__logo-carousel-section {
  width: 100%;
  padding: 30px 0;
  background: #0d0d0d; /* Nền tối hơn body một chút */
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-casino__logo-carousel-container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}

.page-casino__logo-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 8px 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none; /* Ngăn chặn tương tác người dùng */
}

.page-casino__logo-carousel::-webkit-scrollbar {
  display: none;
}

.page-casino__logo-item {
  flex-shrink: 0;
  width: 80px; /* Kích thước cố định */
  height: 80px; /* Kích thước cố định */
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1); /* Nền hơi trong suốt */
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto; /* Cho phép click vào link bên trong */
}

.page-casino__logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-casino__logo-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: auto;
}

.page-casino__logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Games Section */
.page-casino__games-section {
  width: 100%;
  padding: 80px 20px;
  background: #0a0a0a;
}

.page-casino__games-container {
  max-width: 1400px;
  margin: 0 auto;
}

.page-casino__games-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  align-items: start;
}

/* Left Featured Game */
.page-casino__featured-game-area {
  width: 100%;
}

.page-casino__featured-game-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 25px 0;
  color: #FFD700; /* Màu vàng */
  text-align: left;
}

.page-casino__featured-game {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08); /* Nền hơi trong suốt */
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-casino__featured-game:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-casino__featured-game-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-casino__featured-game-image {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.page-casino__featured-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

/* Right Game Grid */
.page-casino__games-grid-area {
  width: 100%;
}

.page-casino__games-tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: flex-start;
}

.page-casino__games-tab {
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #777777; /* Màu xám */
  transition: color 0.3s ease, text-shadow 0.3s ease;
  position: relative;
  text-transform: uppercase;
}

.page-casino__games-tab:hover {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.page-casino__games-tab.active {
  color: #FFD700; /* Màu vàng */
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}

.page-casino__games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: none; /* Mặc định ẩn */
}

.page-casino__games-grid.active {
  display: grid; /* Hiển thị khi active */
}

.page-casino__game-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08); /* Nền hơi trong suốt */
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 15px; /* Khoảng trống cho tiêu đề */
}

.page-casino__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.page-casino__game-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-casino__game-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-casino__game-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-casino__game-card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  color: #ffffff; /* Văn bản trắng */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.4;
}

/* Intro Section */
.page-casino__intro-section {
  background: #0a0a0a;
}

.page-casino__content-block {
  margin-top: 50px;
  text-align: left;
}

/* Quick Access Section */
.page-casino__quick-access-section {
  background: #1E90FF; /* Nền xanh đậm */
  color: #ffffff;
  padding: 60px 20px;
}

.page-casino__quick-access-section .page-casino__title {
  color: #FFD700;
}

.page-casino__quick-access-section .page-casino__description {
  color: #f0f0f0;
}

.page-casino__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-casino__button-group .page-casino__btn-primary {
  background: #FFD700;
  color: #1E90FF;
  border-color: #FFD700;
}

.page-casino__button-group .page-casino__btn-primary:hover {
  background: #e6c200;
  border-color: #e6c200;
  color: #000000;
}

/* Core Games Section */
.page-casino__core-games-section {
  background: #0a0a0a;
}

.page-casino__game-category {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-casino__game-category--reverse {
  flex-direction: row-reverse;
}

.page-casino__game-image-wrapper {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-casino__game-category-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-casino__game-text-content {
  flex: 1;
}

.page-casino__game-text-content .page-casino__subtitle {
  margin-top: 0;
  text-align: left;
}

/* Promotions Section */
.page-casino__promotions-section {
  background: #151515; /* Nền tối nhẹ */
  color: #ffffff;
}

.page-casino__promotions-section .page-casino__title {
  color: #FFD700;
}

.page-casino__promotions-section .page-casino__description {
  color: #f0f0f0;
}

.page-casino__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-casino__promo-card {
  background: rgba(255, 255, 255, 0.08); /* Nền hơi trong suốt */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-casino__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-casino__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-casino__promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-casino__promo-text {
  font-size: 15px;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 25px;
}

/* Security & Support Section */
.page-casino__security-support-section {
  background: #0a0a0a;
}

.page-casino__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-casino__feature-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-casino__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-casino__feature-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Thêm hiệu ứng cho icon */
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-casino__feature-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-casino__feature-text {
  font-size: 15px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-casino__contact-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

/* FAQ Section */
.page-casino__faq-section {
  background: #151515;
  color: #ffffff;
}

.page-casino__faq-section .page-casino__title {
  color: #FFD700;
}

.page-casino__faq-section .page-casino__description {
  color: #f0f0f0;
}

.page-casino__faq-list {
  margin-top: 50px;
}

.page-casino__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-casino__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-casino__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none; /* Ngăn h3 chặn sự kiện click */
}

.page-casino__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none; /* Ngăn icon chặn sự kiện click */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-casino__faq-item.active .page-casino__faq-toggle {
  color: #1E90FF;
  transform: rotate(45deg); /* Xoay để thành dấu X */
}

.page-casino__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
}

.page-casino__faq-item.active .page-casino__faq-answer {
  max-height: 2000px !important; /* Đảm bảo đủ lớn */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-casino__faq-answer p {
  color: #f0f0f0;
  margin-bottom: 0;
}

/* Blog Section */
.page-casino__blog-section {
  background: #0a0a0a;
}

.page-casino__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-casino__blog-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-casino__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-casino__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
  min-height: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-casino__blog-content {
  padding: 25px;
}

.page-casino__blog-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-casino__blog-title a {
  color: #FFD700; /* Tiêu đề vàng */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-casino__blog-title a:hover {
  color: #ffffff;
}

.page-casino__blog-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-casino__blog-date {
  font-size: 14px;
  color: #aaaaaa;
}

.page-casino__cta-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

/* ========================================================= */
/* Responsive Design */
/* ========================================================= */

/* Tất cả hình ảnh cơ bản responsive */
.page-casino img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tất cả nút cơ bản responsive */
.page-casino__cta-button,
.page-casino__btn-primary,
.page-casino__btn-secondary,
.page-casino a[class*="button"],
.page-casino a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

/* Tất cả container nút cơ bản responsive */
.page-casino__cta-buttons,
.page-casino__button-group,
.page-casino__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-casino__title {
    font-size: 32px;
  }
  .page-casino__subtitle {
    font-size: 22px;
  }
  .page-casino__description {
    font-size: 16px;
  }
  .page-casino p, .page-casino li {
    font-size: 15px;
  }

  /* Games Section */
  .page-casino__games-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page-casino__featured-game-image {
    height: 450px;
  }
  .page-casino__games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .page-casino__game-card-image {
    height: 180px;
  }
  .page-casino__game-card-title {
    font-size: 14px;
  }

  /* Core Games Section */
  .page-casino__game-category {
    flex-direction: column;
    text-align: center;
  }
  .page-casino__game-category--reverse {
    flex-direction: column;
  }
  .page-casino__game-text-content .page-casino__subtitle {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-casino__section {
    padding: 40px 15px;
  }
  .page-casino__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .page-casino__subtitle {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .page-casino__description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-casino p, .page-casino li {
    font-size: 14px;
  }

  /* Mobile Images - Mandatory */
  .page-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Mobile Containers - Mandatory */
  .page-casino__section,
  .page-casino__container,
  .page-casino__promo-card,
  .page-casino__feature-item,
  .page-casino__blog-card,
  .page-casino__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px; /* Reset padding, use container padding */
    padding-right: 0px; /* Reset padding, use container padding */
  }
  .page-casino__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile Buttons - Mandatory */
  .page-casino__cta-button,
  .page-casino__btn-primary,
  .page-casino__btn-secondary,
  .page-casino a[class*="button"],
  .page-casino a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-casino__button-group,
  .page-casino__contact-cta {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-casino__button-group .page-casino__btn-primary,
  .page-casino__contact-cta .page-casino__btn-primary,
  .page-casino__contact-cta .page-casino__btn-secondary {
    width: calc(100% - 30px); /* Adjust for padding */
    margin: 0 auto;
  }

  /* HERO Section */
  .page-casino__hero-section {
    padding-top: 0 !important; /* shared đã thiết lập padding-top cho body */
  }
  .page-casino__hero-image img {
    min- /* Điều chỉnh chiều cao tối thiểu cho di động */
  }

  /* LOGO Carousel Section */
  .page-casino__logo-carousel-section {
    padding: 20px 0;
  }
  .page-casino__logo-carousel-container {
    padding: 0 15px;
  }
  .page-casino__logo-carousel {
    gap: 15px;
  }
  .page-casino__logo-item {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    padding: 0; /* Reset item padding */
  }
  .page-casino__logo-item a {
    padding: 8px;
  }

  /* Games Section */
  .page-casino__games-section {
    padding: 40px 15px;
  }
  .page-casino__featured-game-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-casino__featured-game-image {
    height: 250px;
  }
  .page-casino__games-tabs {
    gap: 15px;
    margin-bottom: 20px;
  }
  .page-casino__games-tab {
    font-size: 17px;
  }
  .page-casino__games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .page-casino__game-card-image {
    height: 140px;
  }
  .page-casino__game-card-title {
    font-size: 13px;
    padding: 0 5px;
  }

  /* Core Games Section */
  .page-casino__game-category {
    gap: 20px;
    margin-bottom: 40px;
  }
  .page-casino__game-image-wrapper {
    border-radius: 10px;
  }
  .page-casino__game-text-content .page-casino__subtitle {
    font-size: 20px;
  }

  /* Promotions Section */
  .page-casino__promo-grid {
    gap: 20px;
  }
  .page-casino__promo-card {
    padding: 20px;
  }
  .page-casino__promo-image {
    height: 150px;
  }
  .page-casino__promo-title {
    font-size: 19px;
  }
  .page-casino__promo-text {
    font-size: 14px;
  }

  /* Security & Support Section */
  .page-casino__features-grid {
    gap: 20px;
  }
  .page-casino__feature-item {
    padding: 25px;
  }
  .page-casino__feature-icon {
    width: 100px;
    height: 100px;
  }
  .page-casino__feature-title {
    font-size: 19px;
  }
  .page-casino__feature-text {
    font-size: 14px;
  }
  .page-casino__contact-cta {
    margin-top: 40px;
  }

  /* FAQ Section */
  .page-casino__faq-question {
    padding: 15px 20px;
  }
  .page-casino__faq-question h3 {
    font-size: 16px;
  }
  .page-casino__faq-toggle {
    font-size: 24px;
    width: 25px;
    height: 25px;
  }
  .page-casino__faq-answer {
    padding: 0 20px;
  }
  .page-casino__faq-item.active .page-casino__faq-answer {
    padding: 15px 20px !important;
  }

  /* Blog Section */
  .page-casino__blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-casino__blog-image {
    height: 180px;
  }
  .page-casino__blog-title {
    font-size: 18px;
  }
  .page-casino__blog-excerpt {
    font-size: 14px;
  }
  .page-casino__blog-date {
    font-size: 13px;
  }
  .page-casino__cta-button-wrapper {
    margin-top: 40px;
  }
}