/* style/resources-tf88-responsible-gambling-tips.css */
.page-resources-tf88-responsible-gambling-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-tf88-responsible-gambling-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-tf88-responsible-gambling-tips__hero {
  background: linear-gradient(135deg, #0A2342 0%, #203f6d 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-tf88-responsible-gambling-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 165, 0, 0.1); /* Light overlay of accent color */
  pointer-events: none;
}

.page-resources-tf88-responsible-gambling-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #F0A500; /* Accent color for title */
}

.page-resources-tf88-responsible-gambling-tips__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-resources-tf88-responsible-gambling-tips__cta-button {
  display: inline-block;
  background-color: #F0A500; /* Accent color for CTA */
  color: #0A2342; /* Dark blue text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #F0A500;
}

.page-resources-tf88-responsible-gambling-tips__cta-button:hover {
  background-color: #ffb72b; /* Lighter accent on hover */
  transform: translateY(-3px);
}

.page-resources-tf88-responsible-gambling-tips__cta-button--secondary {
  background-color: transparent;
  color: #F0A500;
  border: 2px solid #F0A500;
  margin-right: 15px;
}

.page-resources-tf88-responsible-gambling-tips__cta-button--secondary:hover {
  background-color: #F0A500;
  color: #0A2342;
}

.page-resources-tf88-responsible-gambling-tips__section {
  padding: 60px 0;
}

.page-resources-tf88-responsible-gambling-tips__section--alt-bg {
  background-color: #e9ecef;
}

.page-resources-tf88-responsible-gambling-tips__section-title {
  font-size: 2.5em;
  color: #0A2342; /* Main dark blue color */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-tf88-responsible-gambling-tips__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555;
}

.page-resources-tf88-responsible-gambling-tips__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-tf88-responsible-gambling-tips__text-block {
  flex: 1;
  font-size: 1.05em;
  color: #333;
}

.page-resources-tf88-responsible-gambling-tips__text-block p {
  margin-bottom: 15px;
}

.page-resources-tf88-responsible-gambling-tips__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-resources-tf88-responsible-gambling-tips__image-wrapper--center {
  display: block;
  margin: 40px auto;
  max-width: 800px;
}

.page-resources-tf88-responsible-gambling-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-resources-tf88-responsible-gambling-tips__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-tf88-responsible-gambling-tips__tip-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  border-top: 5px solid #0A2342;
}

.page-resources-tf88-responsible-gambling-tips__tip-card:hover {
  transform: translateY(-5px);
}

.page-resources-tf88-responsible-gambling-tips__tip-title {
  font-size: 1.6em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-resources-tf88-responsible-gambling-tips__tip-card p {
  color: #555;
  font-size: 1em;
}

.page-resources-tf88-responsible-gambling-tips__tip-icon {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.page-resources-tf88-responsible-gambling-tips__tool-list,
.page-resources-tf88-responsible-gambling-tips__warning-list,
.page-resources-tf88-responsible-gambling-tips__support-list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 30px;
  font-size: 1.05em;
  color: #333;
}

.page-resources-tf88-responsible-gambling-tips__tool-list li,
.page-resources-tf88-responsible-gambling-tips__warning-list li,
.page-resources-tf88-responsible-gambling-tips__support-list li {
  margin-bottom: 10px;
}

.page-resources-tf88-responsible-gambling-tips__tool-list strong {
  color: #0A2342;
}

.page-resources-tf88-responsible-gambling-tips__contact-info,
.page-resources-tf88-responsible-gambling-tips__advice,
.page-resources-tf88-responsible-gambling-tips__final-note {
  text-align: center;
  font-size: 1.1em;
  margin-top: 30px;
  color: #333;
}

.page-resources-tf88-responsible-gambling-tips__link {
  color: #0A2342;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-tf88-responsible-gambling-tips__link:hover {
  text-decoration: underline;
  color: #F0A500;
}

.page-resources-tf88-responsible-gambling-tips__cta-footer {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-tf88-responsible-gambling-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-tf88-responsible-gambling-tips__section-title {
    font-size: 2em;
  }

  .page-resources-tf88-responsible-gambling-tips__content-grid {
    flex-direction: column;
  }

  .page-resources-tf88-responsible-gambling-tips__image-wrapper {
    order: -1; /* Image appears above text on smaller screens */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-tf88-responsible-gambling-tips__hero {
    padding: 80px 0;
  }

  .page-resources-tf88-responsible-gambling-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-tf88-responsible-gambling-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-tf88-responsible-gambling-tips__section {
    padding: 40px 0;
  }

  .page-resources-tf88-responsible-gambling-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-tf88-responsible-gambling-tips__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-tf88-responsible-gambling-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-tf88-responsible-gambling-tips__cta-button--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-tf88-responsible-gambling-tips__cta-footer a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-tf88-responsible-gambling-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-tf88-responsible-gambling-tips__section-title {
    font-size: 1.5em;
  }

  .page-resources-tf88-responsible-gambling-tips__tip-title {
    font-size: 1.4em;
  }
}