.page-blog-tg777-guide-to-responsible-gaming {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-tg777-guide-to-responsible-gaming__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  margin-bottom: 40px;
  text-align: center;
}

.page-blog-tg777-guide-to-responsible-gaming__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Ensure image wrapper doesn't exceed typical hero width */
  margin-bottom: 20px;
}

.page-blog-tg777-guide-to-responsible-gaming__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-tg777-guide-to-responsible-gaming__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-tg777-guide-to-responsible-gaming__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E;
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
}

.page-blog-tg777-guide-to-responsible-gaming__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #E5E5E5;
}

.page-blog-tg777-guide-to-responsible-gaming__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
  border: none;
  cursor: pointer;
}

.page-blog-tg777-guide-to-responsible-gaming__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-tg777-guide-to-responsible-gaming__section {
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 20px;
  background-color: #111111;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-tg777-guide-to-responsible-gaming__section-title {
  font-size: 2.2rem;
  color: #F2C14E;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-tg777-guide-to-responsible-gaming__section-paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-tg777-guide-to-responsible-gaming__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  object-fit: cover;
}

.page-blog-tg777-guide-to-responsible-gaming__commitment-list,
.page-blog-tg777-guide-to-responsible-gaming__tips-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-tg777-guide-to-responsible-gaming__list-item {
  background-color: #1A1A1A;
  border-left: 5px solid #FFD36B;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #FFF6D6;
  font-size: 1rem;
}

.page-blog-tg777-guide-to-responsible-gaming__list-item strong {
  color: #F2C14E;
}

.page-blog-tg777-guide-to-responsible-gaming__secondary-cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: transparent;
  color: #F2C14E;
  text-decoration: none;
  border: 2px solid #F2C14E;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.page-blog-tg777-guide-to-responsible-gaming__secondary-cta-button:hover {
  background-color: #F2C14E;
  color: #111111;
}

.page-blog-tg777-guide-to-responsible-gaming__cta-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-tg777-guide-to-responsible-gaming__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-tg777-guide-to-responsible-gaming__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-tg777-guide-to-responsible-gaming__intro-text {
    font-size: 1rem;
  }

  .page-blog-tg777-guide-to-responsible-gaming__section-title {
    font-size: 1.8rem;
  }

  .page-blog-tg777-guide-to-responsible-gaming__section-paragraph,
  .page-blog-tg777-guide-to-responsible-gaming__list-item {
    font-size: 0.95rem;
  }

  .page-blog-tg777-guide-to-responsible-gaming__section {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  /* Ensure all content images are responsive */
  .page-blog-tg777-guide-to-responsible-gaming__hero-image,
  .page-blog-tg777-guide-to-responsible-gaming__content-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-tg777-guide-to-responsible-gaming__cta-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-tg777-guide-to-responsible-gaming__cta-button,
  .page-blog-tg777-guide-to-responsible-gaming__secondary-cta-button {
    width: 90%;
    box-sizing: border-box;
  }
}