.page-resources-how-to-safely-use-tg777-link-for-gaming {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; /* To contain the image */
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--register:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--login:hover {
  background-color: #e0a53b;
  color: #000000;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Slightly transparent to allow text to stand out */
  display: block;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__article-container {
  max-width: 800px; /* Content width control */
  margin: 0 auto;
  padding: 20px 0;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__intro-paragraph {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #333333;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__code-highlight {
  background-color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: monospace;
  color: #c0392b;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
  display: block;
  margin: 0 auto;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 50px;
  border-radius: 10px;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__cta-text {
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--download:hover {
  background-color: #e0a53b;
  color: #000000;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--promo {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__button--promo:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__return-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__link:hover {
  text-decoration: underline;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming a {
  color: #FCBC45;
  text-decoration: none;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming a:hover {
  text-decoration: underline;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__back-to-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FCBC45;
  color: #000000;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-safely-use-tg777-link-for-gaming__back-to-top-button:hover {
  background-color: #e0a53b;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-safely-use-tg777-link-for-gaming__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__button {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__heading {
    font-size: 1.6em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__paragraph,
  .page-resources-how-to-safely-use-tg777-link-for-gaming__list-item {
    font-size: 0.95em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__cta-text {
    font-size: 1.4em;
  }

  .page-resources-how-to-safely-use-tg777-link-for-gaming__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Mobile content image constraint */
  .page-resources-how-to-safely-use-tg777-link-for-gaming__image-wrapper img,
  .page-resources-how-to-safely-use-tg777-link-for-gaming__hero-image img {
    max-width: 100%; 
    height: auto; 
    min-width: 200px; /* Ensure minimum size is still met for content images */
    min-height: 200px; /* Ensure minimum size is still met for content images */
  }
}