.page-poker-rooms {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-poker-rooms__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding for the first section */
}

.page-poker-rooms__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-poker-rooms__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-poker-rooms__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFF6D6;
  max-width: 100%; /* Ensures title doesn't overflow */
  margin-bottom: 15px;
}

.page-poker-rooms__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E5E5E5;
}

.page-poker-rooms__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-poker-rooms__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  color: #0A0A0A;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  border: none;
  cursor: pointer;
  min-width: 120px;
  text-align: center;
}

.page-poker-rooms__btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-poker-rooms__btn--secondary {
  background: #3A2A12;
  color: #FFF6D6;
  border: 1px solid #FFD36B;
}

.page-poker-rooms__btn--secondary:hover {
  background: #FFD36B;
  color: #0A0A0A;
}

.page-poker-rooms__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
  min-width: 90px;
}

.page-poker-rooms__section-title {
  font-size: 2.5em;
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-poker-rooms__about-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-poker-rooms__about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.page-poker-rooms__text-block {
  font-size: 1.1em;
  color: #E5E5E5;
  max-width: 800px;
  margin: 0 auto;
}

.page-poker-rooms__about-image {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}

.page-poker-rooms__games-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-poker-rooms__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-poker-rooms__game-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-poker-rooms__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-poker-rooms__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-poker-rooms__game-title {
  font-size: 1.5em;
  color: #FFD36B;
  margin-bottom: 10px;
}

.page-poker-rooms__game-description {
  color: #B0B0B0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-poker-rooms__how-to-join-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-poker-rooms__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-poker-rooms__step-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-poker-rooms__step-icon {
  font-size: 2em;
  color: #F2C14E;
  background-color: #3A2A12;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: 2px solid #FFD36B;
}

.page-poker-rooms__step-title {
  font-size: 1.4em;
  color: #FFF6D6;
  margin-bottom: 10px;
}

.page-poker-rooms__step-description {
  color: #B0B0B0;
}

.page-poker-rooms__promotions-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-poker-rooms__promo-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-poker-rooms__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-poker-rooms__promo-title {
  font-size: 1.5em;
  color: #FFD36B;
  margin-bottom: 10px;
}

.page-poker-rooms__promo-description {
  color: #B0B0B0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-poker-rooms__responsible-gaming-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background-color: #111111;
  border-radius: 10px;
  border: 1px solid #3A2A12;
  margin-top: 60px;
}

.page-poker-rooms__faq-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-poker-rooms__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.page-poker-rooms__faq-question {
  font-size: 1.2em;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-poker-rooms__faq-answer {
  color: #E5E5E5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-poker-rooms__main-title {
    font-size: 2em;
  }

  .page-poker-rooms__section-title {
    font-size: 2em;
  }

  .page-poker-rooms__hero-actions {
    flex-direction: column;
  }

  .page-poker-rooms__btn {
    width: 100%;
  }

  .page-poker-rooms__game-grid,
  .page-poker-rooms__promo-grid,
  .page-poker-rooms__steps-container {
    grid-template-columns: 1fr;
  }

  .page-poker-rooms__about-content {
    flex-direction: column;
  }

  .page-poker-rooms__about-image {
    order: -1; /* Image appears above text on mobile */
  }

  .page-poker-rooms__hero-image,
  .page-poker-rooms__about-image,
  .page-poker-rooms__game-image,
  .page-poker-rooms__promo-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-poker-rooms__hero-section img,
  .page-poker-rooms__about-section img,
  .page-poker-rooms__games-section img,
  .page-poker-rooms__how-to-join-section img,
  .page-poker-rooms__promotions-section img,
  .page-poker-rooms__responsible-gaming-section img,
  .page-poker-rooms__faq-section img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
}

/* Ensure content area images are not too small */
.page-poker-rooms img {
  min-width: 200px;
  min-height: 200px;
}