/* style/blog-understanding-365tayas-responsible-gaming-policy.css */

:root {
  --primary-color: #FFFFFF;
  --secondary-color: #025BE8;
  --text-color: #404040;
  --register-color: #1266EC;
  --login-color: #E5EEFD;
  --background-color: #F3F3F3;
  --footer-bg-color: #191E2D;
  --border-color: #e0e0e0;
  --light-text-color: #ffffff;
  --dark-text-color: #333333;
}

.page-blog-understanding-365tayas-responsible-gaming-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--background-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-section {
  position: relative;
  width: 100%;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-text-container {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 8px;
  color: var(--light-text-color);
  max-width: 90%;
  box-sizing: border-box;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--light-text-color);
  margin-bottom: 15px;
  max-width: 100%;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--light-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__btn-primary,
.page-blog-understanding-365tayas-responsible-gaming-policy__btn-secondary {
  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-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__btn-primary {
  background-color: var(--register-color);
  color: var(--light-text-color);
  border: 2px solid var(--register-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__btn-primary:hover {
  background-color: #0f58d4;
  border-color: #0f58d4;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__btn-secondary {
  background-color: transparent;
  color: var(--light-text-color);
  border: 2px solid var(--light-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__btn-secondary:hover {
  background-color: var(--light-text-color);
  color: var(--secondary-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__section {
  padding: 40px 0;
  background-color: var(--primary-color);
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__section-title {
  font-size: 2.2em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__sub-title {
  font-size: 1.6em;
  color: var(--secondary-color);
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__paragraph {
  margin-bottom: 15px;
  color: var(--text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__link {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__link:hover {
  text-decoration: underline;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__feature-list,
.page-blog-understanding-365tayas-responsible-gaming-policy__checklist,
.page-blog-understanding-365tayas-responsible-gaming-policy__resource-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__feature-item,
.page-blog-understanding-365tayas-responsible-gaming-policy__checklist-item,
.page-blog-understanding-365tayas-responsible-gaming-policy__resource-item {
  background-color: var(--login-color);
  border-left: 5px solid var(--secondary-color);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  color: var(--dark-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__feature-title {
  font-size: 1.3em;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__feature-description {
  font-size: 0.95em;
  color: var(--text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__checklist-item::before {
  content: '✅ ';
  margin-right: 8px;
}

/* FAQ Section */
.page-blog-understanding-365tayas-responsible-gaming-policy__faq-section {
  padding: 40px 0;
  background-color: var(--background-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-list {
  margin-top: 30px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-item {
  background-color: var(--primary-color);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--secondary-color);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-question:hover {
  background-color: var(--login-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-item.active .page-blog-understanding-365tayas-responsible-gaming-policy__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-item.active .page-blog-understanding-365tayas-responsible-gaming-policy__faq-answer {
  max-height: 1000px !important;
  padding: 15px 25px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__faq-answer .page-blog-understanding-365tayas-responsible-gaming-policy__paragraph {
  margin-bottom: 0;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__cta-section {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(90deg, var(--secondary-color), #004ac2);
  color: var(--light-text-color);
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-understanding-365tayas-responsible-gaming-policy__cta-section .page-blog-understanding-365tayas-responsible-gaming-policy__section-title {
  color: var(--light-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__cta-section .page-blog-understanding-365tayas-responsible-gaming-policy__paragraph {
  color: var(--light-text-color);
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-title {
    font-size: 2.5em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__section-title {
    font-size: 1.8em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-section {
    min-height: 400px;
    padding-top: var(--header-offset, 100px) !important; /* Mobile header offset */
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-title {
    font-size: 2em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-description {
    font-size: 1em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__btn-primary,
  .page-blog-understanding-365tayas-responsible-gaming-policy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 10px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__section {
    padding: 30px 0;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__sub-title {
    font-size: 1.2em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy p,
  .page-blog-understanding-365tayas-responsible-gaming-policy li {
    font-size: 0.95em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__image-wrapper,
  .page-blog-understanding-365tayas-responsible-gaming-policy__container,
  .page-blog-understanding-365tayas-responsible-gaming-policy__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__faq-answer {
    padding: 0 20px;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__faq-item.active .page-blog-understanding-365tayas-responsible-gaming-policy__faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-understanding-365tayas-responsible-gaming-policy__hero-title {
    font-size: 1.8em;
  }

  .page-blog-understanding-365tayas-responsible-gaming-policy__section-title {
    font-size: 1.4em;
  }
}

/* Color Contrast Fixes (if needed) */
.page-blog-understanding-365tayas-responsible-gaming-policy__dark-bg {
  color: var(--light-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__light-bg {
  color: var(--dark-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__medium-bg {
  color: var(--dark-text-color);
}

.page-blog-understanding-365tayas-responsible-gaming-policy__text-contrast-fix {
  color: var(--dark-text-color) !important;
  text-shadow: none !important;
}