/* Base styles for the page */.page-play-tongits-with-friends-online {  font-family: 'Arial', sans-serif;  color: #E0E0E0; /* Light grey text */  background-color: #1A1A1A; /* Dark background */  line-height: 1.6;  padding-top: var(--header-offset, 122px); /* Fallback for header offset */}/* Container for content width */.page-play-tongits-with-friends-online__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}/* Section styling */.page-play-tongits-with-friends-online section {  padding: 60px 0;  text-align: center;}.page-play-tongits-with-friends-online__section-title {  font-size: 2.5em;  color: #FFD700; /* Gold accent */  margin-bottom: 20px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-play-tongits-with-friends-online__section-title + p {  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  color: #CCCCCC;}/* Buttons general style */.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__hero-button,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__access-button,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__explore-button,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__promo-button,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__contact-button,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__blog-button {  display: inline-block;  background-color: #FFD700; /* Gold */  color: #1A1A1A; /* Dark text on gold */  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  border: none;  cursor: pointer;}.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__hero-button:hover,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__access-button:hover,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__explore-button:hover,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__promo-button:hover,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__contact-button:hover,.page-play-tongits-with-friends-online a.page-play-tongits-with-friends-online__blog-button:hover {  background-color: #E0B800; /* Darker gold */  transform: translateY(-2px);}/* Image responsiveness */.page-play-tongits-with-friends-online img {  max-width: 100%;  height: auto;  display: block; /* Remove extra space below image */  margin: 0 auto; /* Center images */  object-fit: cover;  border-radius: 8px;}/* HERO Section */.page-play-tongits-with-friends-online__hero-section {  position: relative;  height: 600px; /* Adjust as needed */  display: flex;  align-items: center;  justify-content: center;  overflow: hidden;  padding: 10px 0; /* Small padding top for decoration, body handles main offset */}@media (max-width: 768px) {  .page-play-tongits-with-friends-online {    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */  }  .page-play-tongits-with-friends-online__hero-section {    padding: 0; /* No decorative padding on mobile hero */  }  .page-play-tongits-with-friends-online__hero-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}@media (max-width: 480px) {  .page-play-tongits-with-friends-online__hero-section {    height: 400px;  }}.page-play-tongits-with-friends-online__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.6); /* Darken image for text readability */}.page-play-tongits-with-friends-online__hero-content {  position: relative;  z-index: 2;  color: #FFFFFF;  text-align: center;  max-width: 800px;  padding: 20px;}.page-play-tongits-with-friends-online__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #FFD700;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-play-tongits-with-friends-online__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}/* Introduction Section */.page-play-tongits-with-friends-online__introduction-section {  background-color: #222222;}.page-play-tongits-with-friends-online__introduction-text {  text-align: left;  margin-bottom: 40px;}.page-play-tongits-with-friends-online__introduction-image {  max-width: 600px;  margin-top: 30px;  border: 2px solid #FFD700;}/* Quick Access Section */.page-play-tongits-with-friends-online__quick-access-section {  background-color: #1A1A1A;}.page-play-tongits-with-friends-online__access-buttons-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 40px;}.page-play-tongits-with-friends-online__access-button {  width: 100%;  box-sizing: border-box;}/* Games Section */.page-play-tongits-with-friends-online__games-section {  background-color: #222222;}.page-play-tongits-with-friends-online__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));  gap: 20px;  margin-top: 40px;}.page-play-tongits-with-friends-online__game-card {  background-color: #2E2E2E;  padding: 20px;  border-radius: 8px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-play-tongits-with-friends-online__game-card:hover {  transform: translateY(-5px);}.page-play-tongits-with-friends-online__game-icon {  width: 80px; /* gamelogo does not specify size, control with CSS */  height: 80px;  margin-bottom: 15px;  border-radius: 0; /* gamelogo usually doesn't have rounded corners like product images */  border: none;}.page-play-tongits-with-friends-online__game-title {  font-size: 1.2em;  color: #FFD700;  margin: 0;}/* Promotions Section */.page-play-tongits-with-friends-online__promotions-section {  background-color: #1A1A1A;}.page-play-tongits-with-friends-online__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-play-tongits-with-friends-online__promo-card {  background-color: #2E2E2E;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);  text-align: left;  display: flex;  flex-direction: column;}.page-play-tongits-with-friends-online__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  border-radius: 0; /* Images in cards usually have sharp top corners */  border-bottom: 2px solid #FFD700;}.page-play-tongits-with-friends-online__promo-card .page-play-tongits-with-friends-online__promo-title {  font-size: 1.4em;  color: #FFD700;  padding: 15px 20px 10px;  margin: 0;}.page-play-tongits-with-friends-online__promo-card .page-play-tongits-with-friends-online__promo-text {  padding: 0 20px 20px;  color: #CCCCCC;  flex-grow: 1; /* Make text take up available space */}.page-play-tongits-with-friends-online__promo-button {  margin: 0 20px 20px;  align-self: center; /* Center button in flex column */  width: calc(100% - 40px); /* Adjust width to fit padding */  text-align: center;}/* Security Section */.page-play-tongits-with-friends-online__security-section {  background-color: #222222;}.page-play-tongits-with-friends-online__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  margin-top: 40px;}.page-play-tongits-with-friends-online__feature-item {  background-color: #2E2E2E;  padding: 30px 20px;  border-radius: 8px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;}.page-play-tongits-with-friends-online__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  border-radius: 0;  border: none;}.page-play-tongits-with-friends-online__feature-title {  font-size: 1.3em;  color: #FFD700;  margin-bottom: 10px;}.page-play-tongits-with-friends-online__feature-text {  font-size: 0.95em;  color: #CCCCCC;}.page-play-tongits-with-friends-online__contact-button {  margin-top: 40px;}/* FAQ Section */.page-play-tongits-with-friends-online__faq-section {  background-color: #1A1A1A;}.page-play-tongits-with-friends-online__faq-list {  max-width: 800px;  margin: 40px auto 0 auto;  text-align: left;}.page-play-tongits-with-friends-online__faq-item {  background-color: #2E2E2E;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-play-tongits-with-friends-online__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  background-color: #3A3A3A;  color: #FFD700;  font-weight: bold;  font-size: 1.1em;  user-select: none;  transition: background-color 0.3s ease;}.page-play-tongits-with-friends-online__faq-question:hover {  background-color: #4A4A4A;}.page-play-tongits-with-friends-online__faq-title {  margin: 0;  font-size: 1.1em;  color: #FFD700;  pointer-events: none; /* Prevent title from blocking click event */}.page-play-tongits-with-friends-online__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none; /* Prevent toggle from blocking click event */  transition: transform 0.3s ease;}.page-play-tongits-with-friends-online__faq-item.active .page-play-tongits-with-friends-online__faq-toggle {  transform: rotate(45deg); /* Plus to X/Minus */}.page-play-tongits-with-friends-online__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #2E2E2E;  color: #E0E0E0;}.page-play-tongits-with-friends-online__faq-item.active .page-play-tongits-with-friends-online__faq-answer {  max-height: 2000px !important; /* Sufficiently large height */  padding: 20px !important;  opacity: 1;}.page-play-tongits-with-friends-online__faq-answer p {  margin: 0;}/* Blog Section */.page-play-tongits-with-friends-online__blog-section {  background-color: #222222;}.page-play-tongits-with-friends-online__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-play-tongits-with-friends-online__blog-card {  background-color: #2E2E2E;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);  text-align: left;  display: flex;  flex-direction: column;}.page-play-tongits-with-friends-online__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  border-radius: 0;  border-bottom: 2px solid #FFD700;}.page-play-tongits-with-friends-online__blog-content {  padding: 20px;  display: flex;  flex-direction: column;  flex-grow: 1;}.page-play-tongits-with-friends-online__blog-title {  font-size: 1.3em;  color: #FFD700;  margin-top: 0;  margin-bottom: 10px;}.page-play-tongits-with-friends-online__blog-date {  font-size: 0.85em;  color: #888888;  margin-bottom: 15px;}.page-play-tongits-with-friends-online__blog-excerpt {  font-size: 0.95em;  color: #CCCCCC;  margin-bottom: 20px;  flex-grow: 1;}.page-play-tongits-with-friends-online__blog-button {  margin-top: auto; /* Push button to the bottom */  align-self: flex-start; /* Align button to the left */  padding: 10px 20px;  font-size: 1em;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-play-tongits-with-friends-online__hero-title {    font-size: 3em;  }  .page-play-tongits-with-friends-online__hero-description {    font-size: 1.2em;  }  .page-play-tongits-with-friends-online__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-play-tongits-with-friends-online__hero-title {    font-size: 2.2em;  }  .page-play-tongits-with-friends-online__hero-description {    font-size: 1em;  }  .page-play-tongits-with-friends-online__hero-button {    padding: 12px 25px;    font-size: 1em;  }  .page-play-tongits-with-friends-online__section-title {    font-size: 1.8em;  }  .page-play-tongits-with-friends-online__section-title + p {    font-size: 1em;    margin-bottom: 30px;  }  .page-play-tongits-with-friends-online__container {    padding: 15px;  }  .page-play-tongits-with-friends-online section {    padding: 40px 0;  }  /* List item and image specific mobile rules */  .page-play-tongits-with-friends-online__access-buttons-grid,  .page-play-tongits-with-friends-online__game-grid,  .page-play-tongits-with-friends-online__promo-grid,  .page-play-tongits-with-friends-online__features-grid,  .page-play-tongits-with-friends-online__blog-grid {    grid-template-columns: 1fr; /* Single column layout */  }  .page-play-tongits-with-friends-online__access-button,  .page-play-tongits-with-friends-online__game-card,  .page-play-tongits-with-friends-online__promo-card,  .page-play-tongits-with-friends-online__feature-item,  .page-play-tongits-with-friends-online__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 15px !important; /* Adjust padding for smaller screens */  }  .page-play-tongits-with-friends-online__game-icon,  .page-play-tongits-with-friends-online__feature-icon {    width: 60px;    height: 60px;    margin-bottom: 10px;  }  .page-play-tongits-with-friends-online__promo-image,  .page-play-tongits-with-friends-online__blog-image {    height: 180px; /* Smaller image height for mobile cards */  }  .page-play-tongits-with-friends-online__blog-content,  .page-play-tongits-with-friends-online__promo-card .page-play-tongits-with-friends-online__promo-text {    padding: 15px !important;  }  /* Ensure text wrapping for all content */  .page-play-tongits-with-friends-online__hero-description,  .page-play-tongits-with-friends-online__introduction-text,  .page-play-tongits-with-friends-online__quick-access-description,  .page-play-tongits-with-friends-online__games-description,  .page-play-tongits-with-friends-online__promotions-description,  .page-play-tongits-with-friends-online__security-description,  .page-play-tongits-with-friends-online__feature-text,  .page-play-tongits-with-friends-online__promo-text,  .page-play-tongits-with-friends-online__blog-description,  .page-play-tongits-with-friends-online__blog-excerpt,  .page-play-tongits-with-friends-online__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* FAQ mobile adjustments */  .page-play-tongits-with-friends-online__faq-question {    padding: 15px;    font-size: 1em;  }  .page-play-tongits-with-friends-online__faq-title {    font-size: 1em;  }  .page-play-tongits-with-friends-online__faq-answer {    padding: 15px !important;  }}@media (max-width: 480px) {  .page-play-tongits-with-friends-online__hero-title {    font-size: 1.8em;  }  .page-play-tongits-with-friends-online__hero-description {    font-size: 0.9em;  }  .page-play-tongits-with-friends-online__section-title {    font-size: 1.5em;  }}