/* General Styling */.page-how-to-play-tongits-go-with-gcash {  font-family: 'Roboto', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-how-to-play-tongits-go-with-gcash__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-how-to-play-tongits-go-with-gcash__section-title {  font-size: 2.5em;  color: #0056b3; /* Darker blue for titles */  text-align: center;  margin-bottom: 20px;  font-weight: 700;}.page-how-to-play-tongits-go-with-gcash__section-description {  font-size: 1.1em;  text-align: center;  margin-bottom: 40px;  color: #555;  max-width: 800px;  margin-left: auto;  margin-right: auto;}/* Hero Section */.page-how-to-play-tongits-go-with-gcash__hero-section {  position: relative;  width: 100%;  height: 600px; /* Adjust height as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding-top: 10px; /* Small padding, assuming body has header offset */}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__hero-section {    height: 500px;  }}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__hero-section {    height: 400px;  }}.page-how-to-play-tongits-go-with-gcash__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 */}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__hero-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: 20px;}.page-how-to-play-tongits-go-with-gcash__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  font-weight: 900;  line-height: 1.2;  color: #fff;}@media (max-width: 1024px) {  .page-how-to-play-tongits-go-with-gcash__hero-title {    font-size: 3em;  }}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__hero-title {    font-size: 2.5em;  }}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__hero-title {    font-size: 2em;  }}.page-how-to-play-tongits-go-with-gcash__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  font-weight: 300;  color: #eee;}@media (max-width: 1024px) {  .page-how-to-play-tongits-go-with-gcash__hero-subtitle {    font-size: 1.3em;  }}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__hero-subtitle {    font-size: 1.1em;  }}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__hero-subtitle {    font-size: 1em;  }}.page-how-to-play-tongits-go-with-gcash__hero-cta {  display: inline-block;  background-color: #ffc107; /* Yellow button */  color: #333;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__hero-cta {    padding: 12px 25px;    font-size: 1.1em;  }}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__hero-cta {    padding: 10px 20px;    font-size: 1em;  }}.page-how-to-play-tongits-go-with-gcash__hero-cta:hover {  background-color: #e0a800; /* Darker yellow */  transform: translateY(-2px);}/* Introduction Section */.page-how-to-play-tongits-go-with-gcash__introduction-section {  padding: 60px 0;  background-color: #fff;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__features-grid {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__feature-item {  background-color: #f0f8ff; /* Light blue background */  padding: 30px;  border-radius: 15px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__feature-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important;  }}.page-how-to-play-tongits-go-with-gcash__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-how-to-play-tongits-go-with-gcash__feature-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__feature-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__feature-title {  font-size: 1.6em;  color: #0056b3;  margin-bottom: 10px;  font-weight: 600;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__feature-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__feature-text {  font-size: 1em;  color: #666;}/* Quick Access Section */.page-how-to-play-tongits-go-with-gcash__quick-access-section {  padding: 60px 0;  background-color: #e6f7ff; /* Lighter blue */}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__access-links {    flex-direction: column;    align-items: center;  }}.page-how-to-play-tongits-go-with-gcash__access-button {  display: inline-block;  background-color: #007bff; /* Blue button */  color: #fff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-size: 1.1em;  font-weight: 600;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__access-button {    width: 80%;    max-width: 300px;  }}.page-how-to-play-tongits-go-with-gcash__access-button:hover {  background-color: #0056b3; /* Darker blue */  transform: translateY(-2px);}/* Games Section */.page-how-to-play-tongits-go-with-gcash__games-section {  padding: 60px 0;  background-color: #f8f8f8;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__game-tabs {  display: flex;  justify-content: center;  flex-wrap: wrap;  margin-bottom: 40px;  gap: 15px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-tabs {    flex-direction: column;    align-items: center;  }}.page-how-to-play-tongits-go-with-gcash__game-tab-header {  padding: 12px 25px;  background-color: #eee;  border-radius: 30px;  cursor: pointer;  font-weight: 600;  color: #555;  transition: background-color 0.3s ease, color 0.3s ease;  user-select: none;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-tab-header {    width: 80%;    max-width: 300px;    text-align: center;  }}.page-how-to-play-tongits-go-with-gcash__game-tab-header:hover {  background-color: #ddd;}.page-how-to-play-tongits-go-with-gcash__game-tab-header.active {  background-color: #007bff;  color: #fff;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-how-to-play-tongits-go-with-gcash__game-content {  display: none;  animation: fadeIn 0.5s ease-in-out;}.page-how-to-play-tongits-go-with-gcash__game-content.active {  display: block;}.page-how-to-play-tongits-go-with-gcash__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  margin-top: 30px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-grid {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__game-card {  background-color: #fff;  padding: 25px;  border-radius: 15px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important;  }}.page-how-to-play-tongits-go-with-gcash__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-how-to-play-tongits-go-with-gcash__game-logo {  width: 100px; /* gamelogo has no width/height in placeholder, control here */  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-logo {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__game-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;  font-weight: 600;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__game-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__game-text {  font-size: 0.95em;  color: #666;  flex-grow: 1; /* Allows text to take available space */  margin-bottom: 20px;}.page-how-to-play-tongits-go-with-gcash__game-cta {  display: inline-block;  background-color: #28a745; /* Green button */  color: #fff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-size: 0.9em;  font-weight: 600;  transition: background-color 0.3s ease;}.page-how-to-play-tongits-go-with-gcash__game-cta:hover {  background-color: #218838; /* Darker green */}/* Promotions Section */.page-how-to-play-tongits-go-with-gcash__promotions-section {  padding: 60px 0;  background-color: #ffe0b2; /* Light orange/peach */}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__promotions-grid {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__promo-card {  background-color: #fff;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__promo-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 0 !important; /* Card has internal padding */  }}.page-how-to-play-tongits-go-with-gcash__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-how-to-play-tongits-go-with-gcash__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__promo-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__promo-card > div {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-how-to-play-tongits-go-with-gcash__promo-title {  font-size: 1.5em;  color: #e65100; /* Dark orange */  margin-bottom: 10px;  font-weight: 700;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__promo-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__promo-text {  font-size: 1em;  color: #666;  margin-bottom: 20px;  flex-grow: 1;}.page-how-to-play-tongits-go-with-gcash__promo-cta {  display: inline-block;  background-color: #e65100; /* Dark orange button */  color: #fff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-size: 1em;  font-weight: 600;  transition: background-color 0.3s ease;  align-self: flex-start;}.page-how-to-play-tongits-go-with-gcash__promo-cta:hover {  background-color: #bf360c; /* Even darker orange */}/* Security & Service Section */.page-how-to-play-tongits-go-with-gcash__security-service-section {  padding: 60px 0;  background-color: #f0f8ff;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__info-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__info-grid {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__info-item {  background-color: #fff;  padding: 30px;  border-radius: 15px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__info-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important;  }}.page-how-to-play-tongits-go-with-gcash__info-item:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-how-to-play-tongits-go-with-gcash__info-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__info-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__info-title {  font-size: 1.6em;  color: #0056b3;  margin-bottom: 10px;  font-weight: 600;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__info-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__info-text {  font-size: 1em;  color: #666;}.page-how-to-play-tongits-go-with-gcash__contact-info {  margin-top: 60px;  text-align: center;  padding: 40px;  background-color: #fff;  border-radius: 15px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__contact-info {    padding: 25px;  }}.page-how-to-play-tongits-go-with-gcash__contact-title {  font-size: 2em;  color: #0056b3;  margin-bottom: 15px;  font-weight: 700;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__section-title {    font-size: 1.8em;  }}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__section-title {    font-size: 1.5em;  }}.page-how-to-play-tongits-go-with-gcash__contact-text {  font-size: 1.1em;  color: #555;  margin-bottom: 30px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__section-description {    font-size: 1em;  }}.page-how-to-play-tongits-go-with-gcash__social-links {  display: flex;  justify-content: center;  gap: 25px;}.page-how-to-play-tongits-go-with-gcash__social-icon-link {  display: block;  transition: transform 0.3s ease;}.page-how-to-play-tongits-go-with-gcash__social-icon-link:hover {  transform: translateY(-5px);}.page-how-to-play-tongits-go-with-gcash__social-icon {  width: 50px;  height: 50px;  object-fit: contain;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__social-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}/* FAQ Section */.page-how-to-play-tongits-go-with-gcash__faq-section {  padding: 60px 0;  background-color: #fff;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__faq-list {  max-width: 900px;  margin: 40px auto 0;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__faq-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__faq-item {  margin-bottom: 15px;  border: 1px solid #ddd;  border-radius: 10px;  background-color: #f9f9f9;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #e3f2fd; /* Light blue header */  color: #0056b3;  font-weight: 600;  font-size: 1.1em;  user-select: none;  transition: background-color 0.3s ease;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__faq-question {    font-size: 1em;    padding: 12px 15px;  }}.page-how-to-play-tongits-go-with-gcash__faq-question:hover {  background-color: #cce7fe;}.page-how-to-play-tongits-go-with-gcash__faq-q-text {  margin: 0;  font-size: 1.1em;  color: #0056b3;  pointer-events: none; /* Prevent text from blocking click */  flex-grow: 1;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__faq-q-text {    font-size: 1em;  }}.page-how-to-play-tongits-go-with-gcash__faq-toggle {  font-size: 1.5em;  line-height: 1;  width: 25px;  text-align: center;  pointer-events: none; /* Prevent toggle from blocking click */  transition: transform 0.3s ease;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__faq-toggle {    font-size: 1.2em;  }}.page-how-to-play-tongits-go-with-gcash__faq-item.active .page-how-to-play-tongits-go-with-gcash__faq-toggle {  transform: rotate(45deg); /* Plus to X */}.page-how-to-play-tongits-go-with-gcash__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #444;  background-color: #fefefe;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__faq-answer {    padding: 15px !important;  }}.page-how-to-play-tongits-go-with-gcash__faq-item.active .page-how-to-play-tongits-go-with-gcash__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px !important;  opacity: 1;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__faq-answer p {  margin: 0;  font-size: 1em;  line-height: 1.6;}/* Blog Section */.page-how-to-play-tongits-go-with-gcash__blog-section {  padding: 60px 0;  background-color: #f8f8f8;}@media (max-width: 480px) {  .page-how-to-play-tongits-go-with-gcash__container {    padding: 15px;  }}.page-how-to-play-tongits-go-with-gcash__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__blog-grid {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}.page-how-to-play-tongits-go-with-gcash__blog-card {  background-color: #fff;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 0 !important; /* Card has internal padding */  }}.page-how-to-play-tongits-go-with-gcash__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-how-to-play-tongits-go-with-gcash__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  height: auto;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}.page-how-to-play-tongits-go-with-gcash__blog-content-wrapper {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-how-to-play-tongits-go-with-gcash__blog-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;  font-weight: 700;}.page-how-to-play-tongits-go-with-gcash__blog-title a {  color: #0056b3;  text-decoration: none;  transition: color 0.3s ease;}.page-how-to-play-tongits-go-with-gcash__blog-title a:hover {  color: #007bff;  text-decoration: underline;}.page-how-to-play-tongits-go-with-gcash__blog-date {  font-size: 0.9em;  color: #888;  margin-bottom: 10px;}@media (max-width: 768px) {  .page-how-to-play-tongits-go-with-gcash__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-how-to-play-tongits-go-with-gcash__blog-excerpt {  font-size: 1em;  color: #666;  margin-bottom: 20px;  flex-grow: 1;}.page-how-to-play-tongits-go-with-gcash__blog-read-more {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-size: 0.9em;  font-weight: 600;  transition: background-color 0.3s ease;  align-self: flex-start;}.page-how-to-play-tongits-go-with-gcash__blog-read-more:hover {  background-color: #0056b3;}/* Animations */@keyframes fadeIn {  from { opacity: 0; transform: translateY(20px); }  to { opacity: 1; transform: translateY(0); }}