.page-beginner-guide-fabet-responsible-gambling-guide {
  --primary-color: #0A2342;
  --secondary-color: #FFD700;
  --text-dark: #0A2342;
  --text-light: #ffffff;
  --bg-light: #f8f8f8;
  --bg-dark: #0A2342;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-beginner-guide-fabet-responsible-gambling-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .hero-section {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-light);
  padding: 100px 0;
  text-align: center;
}

.page-beginner-guide-fabet-responsible-gambling-guide .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--text-light);
}

.page-beginner-guide-fabet-responsible-gambling-guide .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: var(--text-light);
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  margin: 0 10px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn-primary:hover {
  background-color: #e6c200;
  color: var(--primary-color);
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn-secondary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--secondary-color);
  margin: 0 10px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-beginner-guide-fabet-responsible-gambling-guide .btn-large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-beginner-guide-fabet-responsible-gambling-guide .introduction-section,
.page-beginner-guide-fabet-responsible-gambling-guide .fabet-commitment-section,
.page-beginner-guide-fabet-responsible-gambling-guide .understanding-section,
.page-beginner-guide-fabet-responsible-gambling-guide .tools-features-section,
.page-beginner-guide-fabet-responsible-gambling-guide .tips-section,
.page-beginner-guide-fabet-responsible-gambling-guide .support-section,
.page-beginner-guide-fabet-responsible-gambling-guide .faq-section,
.page-beginner-guide-fabet-responsible-gambling-guide .cta-section {
  padding: 60px 0;
  background-color: var(--bg-light);
}

.page-beginner-guide-fabet-responsible-gambling-guide .fabet-commitment-section,
.page-beginner-guide-fabet-responsible-gambling-guide .tools-features-section,
.page-beginner-guide-fabet-responsible-gambling-guide .tips-section,
.page-beginner-guide-fabet-responsible-gambling-guide .support-section {
  background-color: #ffffff;
}

.page-beginner-guide-fabet-responsible-gambling-guide .section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-beginner-guide-fabet-responsible-gambling-guide .sub-section-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-beginner-guide-fabet-responsible-gambling-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-beginner-guide-fabet-responsible-gambling-guide ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-beginner-guide-fabet-responsible-gambling-guide ul li {
  margin-bottom: 8px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-beginner-guide-fabet-responsible-gambling-guide .commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .commitment-item {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-beginner-guide-fabet-responsible-gambling-guide .commitment-item .item-title {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .tool-item {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-beginner-guide-fabet-responsible-gambling-guide .tool-item ul {
  list-style-type: circle;
  margin-left: 25px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .tip-item {
  background-color: var(--bg-light);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-beginner-guide-fabet-responsible-gambling-guide .tip-item .tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item {
  background-color: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item .faq-question {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item .faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item .faq-answer {
  font-size: 1.05em;
  color: #555;
  display: none;
  padding-top: 10px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .faq-item .faq-answer.active {
  display: block;
}

.page-beginner-guide-fabet-responsible-gambling-guide .cta-section {
  background-color: var(--primary-color);
  color: var(--text-light);
  text-align: center;
  padding: 80px 0;
}

.page-beginner-guide-fabet-responsible-gambling-guide .cta-section .section-title {
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.page-beginner-guide-fabet-responsible-gambling-guide .cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-light);
}

@media (max-width: 768px) {
  .page-beginner-guide-fabet-responsible-gambling-guide .hero-title {
    font-size: 2.5em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .hero-subtitle {
    font-size: 1.2em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .section-title {
    font-size: 2em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .sub-section-title {
    font-size: 1.5em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .commitment-grid,
  .page-beginner-guide-fabet-responsible-gambling-guide .tip-grid {
    grid-template-columns: 1fr;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-beginner-guide-fabet-responsible-gambling-guide .hero-title {
    font-size: 2em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .hero-subtitle {
    font-size: 1em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .section-title {
    font-size: 1.8em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .sub-section-title {
    font-size: 1.3em;
  }

  .page-beginner-guide-fabet-responsible-gambling-guide .btn {
    display: block;
    margin: 10px auto;
  }
}