/* General styling for the page */.page-winwin-pool {font-family: Arial, sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-winwin-pool__section-title {text-align: center;color: #0056b3; /* Darker blue for contrast */margin-bottom: 30px;font-size: 2.2em;padding: 0 15px;}.page-winwin-pool__section-title--small {font-size: 1.8em;margin-bottom: 20px;}/* Hero Section */.page-winwin-pool__hero-section {position: relative;width: 100%;min-height: 500px;display: flex;align-items: center;justify-content: center;overflow: hidden;text-align: center;padding-top: 10px; /* Small top padding, assuming body has header-offset */box-sizing: border-box;background-color: #007bff; /* Fallback background */}.page-winwin-pool__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.6); /* Slightly darken image for text readability */max-width: 100%; /* Ensure responsiveness */}.page-winwin-pool__hero-content {position: relative;z-index: 2;color: #fff;max-width: 900px;padding: 20px;background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */border-radius: 10px;}.page-winwin-pool__hero-title {font-size: 3em;margin-bottom: 20px;line-height: 1.2;}.page-winwin-pool__hero-description {font-size: 1.2em;margin-bottom: 30px;}.page-winwin-pool__hero-buttons {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.page-winwin-pool__hero-button {display: inline-block;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-sizing: border-box;}.page-winwin-pool__hero-button--primary {background-color: #ffc107; /* Yellow */color: #333;}.page-winwin-pool__hero-button--primary:hover {background-color: #e0a800;transform: translateY(-2px);}.page-winwin-pool__hero-button--secondary {background-color: #28a745; /* Green */color: #fff;}.page-winwin-pool__hero-button--secondary:hover {background-color: #218838;transform: translateY(-2px);}/* Payment Providers Section */.page-winwin-pool__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;padding: 40px 20px;background-color: #fff;border-bottom: 1px solid #eee;}.page-winwin-pool__payment-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;width: 100%;}.page-winwin-pool__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-winwin-pool__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Introduction Section */.page-winwin-pool__introduction-section {padding: 60px 20px;background-color: #f8f8f8;}.page-winwin-pool__intro-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-winwin-pool__intro-item {background-color: #fff;padding: 30px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);text-align: center;transition: transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__intro-item:hover {transform: translateY(-5px);}.page-winwin-pool__intro-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;}.page-winwin-pool__intro-subtitle {font-size: 1.5em;color: #007bff;margin-bottom: 10px;}.page-winwin-pool__intro-text {color: #555;}/* Quick Access Section */.page-winwin-pool__quick-access {padding: 60px 20px;background-color: #e9ecef;text-align: center;}.page-winwin-pool__quick-access-description {max-width: 800px;margin: 0 auto 30px auto;font-size: 1.1em;color: #555;}.page-winwin-pool__quick-access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;max-width: 900px;margin: 0 auto;}.page-winwin-pool__quick-access-button {background-color: #007bff;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__quick-access-button:hover {background-color: #0056b3;transform: translateY(-2px);}/* Games Section */.page-winwin-pool__games-section {padding: 60px 20px;background-color: #f8f8f8;}.page-winwin-pool__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-winwin-pool__game-category {background-color: #fff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__game-category:hover {transform: translateY(-5px);}.page-winwin-pool__game-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%;}.page-winwin-pool__game-title {font-size: 1.4em;color: #007bff;margin: 15px 10px 10px;}.page-winwin-pool__game-description {padding: 0 15px 15px;color: #555;font-size: 0.95em;}.page-winwin-pool__game-button {display: inline-block;background-color: #ffc107;color: #333;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;margin-bottom: 20px;transition: background-color 0.3s ease;box-sizing: border-box;}.page-winwin-pool__game-button:hover {background-color: #e0a800;}/* Promotions Section */.page-winwin-pool__promotions-section {padding: 60px 20px;background-color: #fff;}.page-winwin-pool__promotions-description {max-width: 800px;margin: 0 auto 30px auto;font-size: 1.1em;text-align: center;color: #555;}.page-winwin-pool__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-winwin-pool__promo-card {background-color: #f8f8f8;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__promo-card:hover {transform: translateY(-5px);}.page-winwin-pool__promo-image {width: 100%;height: 220px;object-fit: cover;max-width: 100%;}.page-winwin-pool__promo-title {font-size: 1.5em;color: #007bff;margin: 15px 10px 10px;}.page-winwin-pool__promo-text {padding: 0 15px 15px;color: #555;}.page-winwin-pool__promo-button {display: inline-block;background-color: #28a745;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;margin-bottom: 20px;transition: background-color 0.3s ease;box-sizing: border-box;}.page-winwin-pool__promo-button:hover {background-color: #218838;}/* Security & Support Section */.page-winwin-pool__security-support {padding: 60px 20px;background-color: #e9ecef;text-align: center;}.page-winwin-pool__security-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto 40px auto;}.page-winwin-pool__security-item {background-color: #fff;padding: 30px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__security-item:hover {transform: translateY(-5px);}.page-winwin-pool__security-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;}.page-winwin-pool__security-subtitle {font-size: 1.5em;color: #007bff;margin-bottom: 10px;}.page-winwin-pool__security-text {color: #555;}.page-winwin-pool__contact-cta {margin-top: 30px;}.page-winwin-pool__contact-button {display: inline-block;background-color: #007bff;color: #fff;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-sizing: border-box;}.page-winwin-pool__contact-button:hover {background-color: #0056b3;transform: translateY(-2px);}/* FAQ Section */.page-winwin-pool__faq-section {padding: 60px 20px;background-color: #f8f8f8;}.page-winwin-pool__faq-container {max-width: 900px;margin: 0 auto;}.page-winwin-pool__faq-item {background-color: #fff;border: 1px solid #ddd;border-radius: 8px;margin-bottom: 15px;overflow: hidden;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);box-sizing: border-box;}.page-winwin-pool__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;user-select: none;background-color: #f0f0f0;transition: background-color 0.3s ease;box-sizing: border-box;}.page-winwin-pool__faq-question:hover {background-color: #e0e0e0;}.page-winwin-pool__faq-title {font-size: 1.2em;color: #333;margin: 0;pointer-events: none; /* Prevent h3 from intercepting click */}.page-winwin-pool__faq-toggle {font-size: 1.5em;font-weight: bold;color: #007bff;transition: transform 0.3s ease;pointer-events: none; /* Prevent span from intercepting click */}.page-winwin-pool__faq-item.active .page-winwin-pool__faq-toggle {transform: rotate(45deg); /* Change + to X or similar */}.page-winwin-pool__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: #555;box-sizing: border-box;}.page-winwin-pool__faq-item.active .page-winwin-pool__faq-answer {max-height: 2000px !important; /* Sufficiently large */padding: 20px !important;opacity: 1;}/* Blog Section */.page-winwin-pool__blog-section {padding: 60px 20px;background-color: #e9ecef;}.page-winwin-pool__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-winwin-pool__blog-card {background-color: #fff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;transition: transform 0.3s ease;box-sizing: border-box;}.page-winwin-pool__blog-card:hover {transform: translateY(-5px);}.page-winwin-pool__blog-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%;}.page-winwin-pool__blog-content {padding: 20px;}.page-winwin-pool__blog-title {font-size: 1.3em;margin-bottom: 10px;line-height: 1.3;}.page-winwin-pool__blog-title a {color: #007bff;text-decoration: none;transition: color 0.3s ease;}.page-winwin-pool__blog-title a:hover {color: #0056b3;}.page-winwin-pool__blog-meta {font-size: 0.9em;color: #777;margin-bottom: 10px;}.page-winwin-pool__blog-excerpt {font-size: 1em;color: #555;margin-bottom: 15px;}.page-winwin-pool__blog-read-more {display: inline-block;background-color: #ffc107;color: #333;padding: 8px 15px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 0.9em;transition: background-color 0.3s ease;box-sizing: border-box;}.page-winwin-pool__blog-read-more:hover {background-color: #e0a800;}/* Responsive adjustments */@media (max-width: 768px) {.page-winwin-pool__hero-section {min-height: 400px;padding-top: 10px; /* Ensure small padding */}  .page-winwin-pool__hero-title {font-size: 2.2em;}  .page-winwin-pool__hero-description {font-size: 1em;}  .page-winwin-pool__hero-buttons {flex-direction: column;gap: 10px;}  .page-winwin-pool__hero-button {width: 100%;max-width: 300px;margin: 0 auto;padding: 12px 20px;}  .page-winwin-pool__section-title {font-size: 1.8em;margin-bottom: 25px;}  .page-winwin-pool__section-title--small {font-size: 1.5em;}  /* Payment Provider Logos - specific mobile rules */  .page-winwin-pool__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 15px;}  .page-winwin-pool__payment-logo,  .page-winwin-pool__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}  .page-winwin-pool__payment-logos {gap: 16px;}  .page-winwin-pool__introduction-section,.page-winwin-pool__quick-access,.page-winwin-pool__games-section,.page-winwin-pool__promotions-section,.page-winwin-pool__security-support,.page-winwin-pool__faq-section,.page-winwin-pool__blog-section {padding: 40px 15px;}  .page-winwin-pool__intro-grid,.page-winwin-pool__game-categories,.page-winwin-pool__promo-grid,.page-winwin-pool__security-grid,.page-winwin-pool__blog-grid {grid-template-columns: 1fr;gap: 20px;}  .page-winwin-pool__intro-item,.page-winwin-pool__game-category,.page-winwin-pool__promo-card,.page-winwin-pool__security-item,.page-winwin-pool__blog-card {padding: 20px;box-sizing: border-box !important;width: 100% !important;max-width: 100% !important;}  .page-winwin-pool__intro-icon,.page-winwin-pool__security-icon {width: 80px;height: 80px;margin-bottom: 15px;max-width: 100% !important;height: auto !important;}  .page-winwin-pool__quick-access-buttons {flex-direction: column;gap: 10px;}  .page-winwin-pool__quick-access-button {width: 100%;max-width: 300px;margin: 0 auto;padding: 10px 15px;}  .page-winwin-pool__game-image,.page-winwin-pool__promo-image,.page-winwin-pool__blog-image {max-width: 100% !important;height: auto !important;object-fit: cover;}  /* FAQ specific mobile styles */  .page-winwin-pool__faq-question {padding: 12px 15px;}  .page-winwin-pool__faq-title {font-size: 1.1em;}  .page-winwin-pool__faq-answer {padding: 0 15px;}  .page-winwin-pool__faq-item.active .page-winwin-pool__faq-answer {padding: 15px !important;}  /* Ensure text wrapping for all elements */  .page-winwin-pool p,.page-winwin-pool h1,.page-winwin-pool h2,.page-winwin-pool h3,.page-winwin-pool a {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}  .page-winwin-pool ul, .page-winwin-pool ol {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}  .page-winwin-pool ul li, .page-winwin-pool ol li {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 10px !important; /* Adjust padding as needed */margin-left: 0 !important;margin-right: 0 !important;}}/* Ensure all images are responsive by default */.page-winwin-pool img {max-width: 100%;height: auto;display: block; /* Remove extra space below images */}/* Contrast adjustment for buttons and text */.page-winwin-pool__hero-button--primary {color: #333; /* Ensure strong contrast with yellow */}
.page-winwin-pool__hero-button--primary:hover {
  color: #333;
}
.page-winwin-pool__hero-button--secondary {
  color: #fff;
}
.page-winwin-pool__hero-button--secondary:hover {
  color: #fff;
}
.page-winwin-pool__game-button {
  color: #333;
}
.page-winwin-pool__game-button:hover {
  color: #333;
}
.page-winwin-pool__promo-button {
  color: #fff;
}
.page-winwin-pool__promo-button:hover {
  color: #fff;
}
.page-winwin-pool__blog-read-more {
  color: #333;
}
.page-winwin-pool__blog-read-more:hover {
  color: #333;
}