/* style/resources-23wim-casino-review.css */
.page-resources-23wim-casino-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E5DFCA; /* Light text on dark background */
  background-color: #1A2035;
}

.page-resources-23wim-casino-review .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-23wim-casino-review .hero-section {
  background: linear-gradient(135deg, #1A2035, #2C3E50); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for main title */
  position: relative;
  overflow: hidden;
}

.page-resources-23wim-casino-review .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-23wim-casino-review .hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #E5DFCA;
}

.page-resources-23wim-casino-review .hero-actions .btn {
  margin: 0 10px;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-23wim-casino-review .hero-actions .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2035; /* Dark text on gold */
  border: none;
}

.page-resources-23wim-casino-review .hero-actions .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-23wim-casino-review .hero-actions .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-23wim-casino-review .hero-actions .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A2035;
  transform: translateY(-3px);
}

/* General Section Styling */
.page-resources-23wim-casino-review section {
  padding: 60px 0;
  background-color: #1A2035;
}

.page-resources-23wim-casino-review section:nth-of-type(even) {
  background-color: #2C3E50; /* Slightly lighter dark blue for alternating sections */
}

.page-resources-23wim-casino-review .section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-23wim-casino-review .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-23wim-casino-review h2, .page-resources-23wim-casino-review h3 {
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-23wim-casino-review h3 {
  font-size: 1.8em;
}

.page-resources-23wim-casino-review p {
  margin-bottom: 20px;
  color: #E5DFCA;
}

.page-resources-23wim-casino-review ul, .page-resources-23wim-casino-review ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #E5DFCA;
}

.page-resources-23wim-casino-review ul li, .page-resources-23wim-casino-review ol li {
  margin-bottom: 10px;
  color: #E5DFCA;
}

.page-resources-23wim-casino-review strong {
  color: #FFD700;
}

/* Image Styling */
.page-resources-23wim-casino-review .content-image, .page-resources-23wim-casino-review .game-image, .page-resources-23wim-casino-review .promo-image, .page-resources-23wim-casino-review .guide-image, .page-resources-23wim-casino-review .transaction-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Grid Layouts */
.page-resources-23wim-casino-review .content-grid, .page-resources-23wim-casino-review .promo-grid, .page-resources-23wim-casino-review .pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-23wim-casino-review .grid-item, .page-resources-23wim-casino-review .promo-item, .page-resources-23wim-casino-review .game-category, .page-resources-23wim-casino-review .guide-steps, .page-resources-23wim-casino-review .transaction-info {
  background-color: #1A2035;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-23wim-casino-review .promo-item, .page-resources-23wim-casino-review .game-category, .page-resources-23wim-casino-review .guide-steps, .page-resources-23wim-casino-review .transaction-info {
  background-color: #2C3E50;
  text-align: left;
  align-items: flex-start;
}

.page-resources-23wim-casino-review .promo-item h3, .page-resources-23wim-casino-review .game-category h3, .page-resources-23wim-casino-review .guide-steps h3, .page-resources-23wim-casino-review .transaction-info h3 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  color: #FFD700;
}

.page-resources-23wim-casino-review .game-category ul, .page-resources-23wim-casino-review .guide-steps ol, .page-resources-23wim-casino-review .transaction-info ul, .page-resources-23wim-casino-review .transaction-info ol {
  padding-left: 20px;
  list-style-position: inside;
}

.page-resources-23wim-casino-review .game-category li, .page-resources-23wim-casino-review .guide-steps li, .page-resources-23wim-casino-review .transaction-info li {
  margin-bottom: 5px;
}

/* Call to Action Blocks */
.page-resources-23wim-casino-review .cta-block {
  text-align: center;
  background-color: #34495E; /* Slightly different dark blue */
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-23wim-casino-review .cta-block.small {
  padding: 20px;
  margin-top: 20px;
}

.page-resources-23wim-casino-review .cta-block p {
  font-size: 1.5em;
  color: #E5DFCA;
  margin-bottom: 25px;
}

.page-resources-23wim-casino-review .cta-block .btn-primary {
  background-color: #FFD700;
  color: #1A2035;
  padding: 15px 40px;
  font-size: 1.1em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-23wim-casino-review .cta-block .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-23wim-casino-review .cta-block.final-cta .btn-large {
  padding: 20px 50px;
  font-size: 1.3em;
}

/* Pros and Cons */
.page-resources-23wim-casino-review .pros-cons-grid {
  grid-template-columns: 1fr 1fr;
}

.page-resources-23wim-casino-review .pros-column, .page-resources-23wim-casino-review .cons-column {
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-23wim-casino-review .pros-column h3 {
  color: #4CAF50; /* Green for Pros */
  text-align: center;
}

.page-resources-23wim-casino-review .cons-column h3 {
  color: #F44336; /* Red for Cons */
  text-align: center;
}

.page-resources-23wim-casino-review .pros-column ul, .page-resources-23wim-casino-review .cons-column ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.page-resources-23wim-casino-review .pros-column li {
  color: #B2DFDB; /* Lighter green/blue for pros list */
}

.page-resources-23wim-casino-review .cons-column li {
  color: #FFCDD2; /* Lighter red for cons list */
}

/* FAQ Section */
.page-resources-23wim-casino-review .faq-item {
  background-color: #2C3E50;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-23wim-casino-review .faq-question {
  font-size: 1.4em;
  color: #FFD700;
  cursor: pointer;
  margin-bottom: 10px;
}

.page-resources-23wim-casino-review .faq-answer {
  font-size: 1em;
  color: #E5DFCA;
  display: block; /* By default, answers are visible. JS can toggle this. */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-23wim-casino-review .hero-title {
    font-size: 2.5em;
  }

  .page-resources-23wim-casino-review .hero-description {
    font-size: 1em;
  }

  .page-resources-23wim-casino-review .section-title {
    font-size: 2em;
  }

  .page-resources-23wim-casino-review .hero-actions .btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-resources-23wim-casino-review .content-grid, .page-resources-23wim-casino-review .promo-grid, .page-resources-23wim-casino-review .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-23wim-casino-review .cta-block p {
    font-size: 1.2em;
  }

  .page-resources-23wim-casino-review .cta-block .btn-primary {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-23wim-casino-review .cta-block.final-cta .btn-large {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-23wim-casino-review .hero-title {
    font-size: 2em;
  }

  .page-resources-23wim-casino-review .hero-description {
    font-size: 0.9em;
  }

  .page-resources-23wim-casino-review .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-23wim-casino-review .hero-actions .btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-23wim-casino-review .section-title {
    font-size: 1.8em;
  }

  .page-resources-23wim-casino-review h3 {
    font-size: 1.5em;
  }
}