.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-review-fabet .section-spacing {
  padding: 60px 0;
}

.page-index-review-fabet .bg-alt {
  background-color: #ffffff;
}

.page-index-review-fabet .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-fabet .hero-section {
  background: linear-gradient(135deg, #E44D26, #336699);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-fabet .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-index-review-fabet .cta-button {
  display: inline-block;
  background-color: #ffffff;
  color: #E44D26;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .cta-button:hover {
  background-color: #f0f0f0;
  color: #336699;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .section-title {
  font-size: 2.5em;
  color: #E44D26;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-fabet .subsection-title {
  font-size: 1.8em;
  color: #336699;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #E44D26;
  padding-bottom: 10px;
}

.page-index-review-fabet .sub-category-title {
  font-size: 1.4em;
  color: #555555;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444444;
}

.page-index-review-fabet .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-review-fabet .content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .game-category {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-fabet .category-title {
  font-size: 2em;
  color: #E44D26;
  margin-bottom: 20px;
}

.page-index-review-fabet .category-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet .button-link {
  display: inline-block;
  background-color: #336699;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.05em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fabet .button-link:hover {
  background-color: #2a527a;
  transform: translateY(-2px);
}

.page-index-review-fabet .cta-button-secondary {
  display: inline-block;
  background-color: #336699;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .cta-button-secondary:hover {
  background-color: #E44D26;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet .pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-fabet .pros-block, .page-index-review-fabet .cons-block {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-index-review-fabet .block-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-fabet .pros-block .block-title {
  color: #28a745; /* Green for Pros */
}

.page-index-review-fabet .cons-block .block-title {
  color: #dc3545; /* Red for Cons */
}

.page-index-review-fabet .pros-block ul, .page-index-review-fabet .cons-block ul {
  list-style: none;
  padding: 0;
}

.page-index-review-fabet .pros-block li, .page-index-review-fabet .cons-block li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05em;
}

.page-index-review-fabet .pros-block li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #28a745;
  font-size: 1.2em;
}

.page-index-review-fabet .cons-block li::before {
  content: '❌';
  position: absolute;
  left: 0;
  color: #dc3545;
  font-size: 1.2em;
}

/* FAQ Styling */
.page-index-review-fabet .faq-list {
  margin-top: 30px;
}

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.page-index-review-fabet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-fabet .faq-question:hover {
  background: #f5f5f5;
}

.page-index-review-fabet .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #333333;
}

.page-index-review-fabet .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E44D26;
  transition: transform 0.3s ease;
}

.page-index-review-fabet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #336699;
}

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555555;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
}

.page-index-review-fabet .faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet .hero-title {
    font-size: 2.5em;
  }
  .page-index-review-fabet .hero-description {
    font-size: 1.1em;
  }
  .page-index-review-fabet .section-title {
    font-size: 2em;
  }
  .page-index-review-fabet .subsection-title {
    font-size: 1.6em;
  }
  .page-index-review-fabet .pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .hero-section {
    padding: 60px 15px;
  }
  .page-index-review-fabet .hero-title {
    font-size: 2em;
  }
  .page-index-review-fabet .hero-description {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet .section-spacing {
    padding: 40px 0;
  }
  .page-index-review-fabet .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-fabet .subsection-title {
    font-size: 1.4em;
  }
  .page-index-review-fabet .category-title {
    font-size: 1.6em;
  }
  .page-index-review-fabet .game-category, .page-index-review-fabet .pros-block, .page-index-review-fabet .cons-block {
    padding: 20px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 20px;
  }
}flow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: var(--text-color-dark);
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
}

.page-index-review-fabet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.page-index-review-fabet .faq-answer p {
  margin-bottom: 10px;
  text-align: justify;
}

.page-index-review-fabet .faq-link {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1em;
}

.page-index-review-fabet .article-date {
  display: block;
  font-size: 0.85em;
  color: #777;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet h1 {
    font-size: 3em;
  }
  .page-index-review-fabet h2 {
    font-size: 2em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet section {
    padding: 40px 0;
  }
  .page-index-review-fabet .hero-section {
    padding: 60px 15px;
  }
  .page-index-review-fabet .hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button, .page-index-review-fabet .btn-primary, .page-index-review-fabet .btn-secondary, .page-index-review-fabet .faq-link {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet .access-links-grid, .page-index-review-fabet .game-categories, .page-index-review-fabet .promo-grid, .page-index-review-fabet .security-features, .page-index-review-fabet .blog-articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 1.8em;
  }
  .page-index-review-fabet .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet h1 {
    font-size: 2em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.2em;
  }
  .page-index-review-fabet .cta-button {
    width: 90%;
    box-sizing: border-box;
  }
  .page-index-review-fabet .hero-image img {
    border-radius: 4px;
  }
}