.page-casino-game-strategies {\n  font-family: 'Arial', sans-serif;\n  line-height: 1.6;\n  color: #333333; /* Dark text for light body background #f4f4f4 */\n  background-color: #f4f4f4;\n}\n\n.page-casino-game-strategies__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.page-casino-game-strategies__section {\n  padding: 60px 0;\n  margin-bottom: 20px;\n}\n\n.page-casino-game-strategies__section:nth-of-type(even) {\n  background-color: #ebebeb;\n}\n\n.page-casino-game-strategies__section-title {\n  font-size: 36px;\n  color: #8B0000; /* Dark red for titles */\n  text-align: center;\n  margin-bottom: 40px;\n  font-weight: bold;\n}\n\n.page-casino-game-strategies__main-title {\n  font-size: 48px;\n  color: #FFD700; /* Gold for main title */\n  text-align: center;\n  margin-bottom: 20px;\n  font-weight: bold;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n}\n\n.page-casino-game-strategies__intro-text {\n  font-size: 20px;\n  text-align: center;\n  color: #f0f0f0;\n  max-width: 800px;\n  margin: 0 auto 30px auto;\n}\n\n.page-casino-game-strategies__paragraph {\n  font-size: 17px;\n  margin-bottom: 20px;\n  line-height: 1.7;\n  color: #333333;\n}\n\n/* Hero Section */\n.page-casino-game-strategies__hero-section {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 60px 20px;\n  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */\n  background: linear-gradient(135deg, #FFD700, #8B0000); /* Blend brand colors */\n  overflow: hidden;\n}\n\n.page-casino-game-strategies__hero-container {\n  position: relative;\n  max-width: 1200px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  z-index: 1;\n}\n\n.page-casino-game-strategies__hero-image {\n  width: 100%;\n  margin-bottom: 30px;\n  position: relative;\n  z-index: 0;\n}\n\n.page-casino-game-strategies__hero-image img {\n  width: 100%;\n  height: auto;\n  max-width: 100%;\n  display: block;\n  border-radius: 8px;\n  object-fit: cover;\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\n}\n\n.page-casino-game-strategies__hero-content {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  width: 100%;\n}\n\n.page-casino-game-strategies__cta-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  margin-top: 30px;\n}\n\n.page-casino-game-strategies__cta-button {\n  display: inline-block;\n  padding: 15px 40px;\n  background: #FFD700; /* Gold */\n  color: #ffffff;\n  text-decoration: none;\n  border-radius: 5px;\n  font-size: 18px;\n  font-weight: bold;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n  border: none;\n}\n\n.page-casino-game-strategies__cta-button--login {\n  background: #8B0000; /* Dark red for login */\n}\n\n.page-casino-game-strategies__cta-button:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n  opacity: 0.9;\n}\n\n.page-casino-game-strategies__cta-button--login:hover {\n  background: #a00000;\n}\n\n.page-casino-game-strategies__cta-button--register:hover {\n  background: #e6c200;\n}\n\n/* Grid layout for cards */\n.page-casino-game-strategies__grid-3-cols {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n\n.page-casino-game-strategies__grid-2-cols {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n  gap: 30px;\n}\n\n.page-casino-game-strategies__card {\n  background: #ffffff;\n  padding: 30px;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  color: #333333;\n}\n\n.page-casino-game-strategies__card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n}\n\n.page-casino-game-strategies__card img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n  margin: 0 auto 20px auto;\n  border-radius: 8px;\n  object-fit: cover;\n}\n\n.page-casino-game-strategies__card-title {\n  font-size: 22px;\n  color: #8B0000;\n  margin-bottom: 15px;\n  font-weight: bold;\n}\n\n.page-casino-game-strategies__card-text {\n  font-size: 16px;\n  color: #555555;\n}\n\n.page-casino-game-strategies__list {\n  list-style-type: disc;\n  margin-left: 25px;\n  padding: 0;\n  color: #333333;\n  font-size: 17px;\n}\n\n.page-casino-game-strategies__list-item {\n  margin-bottom: 10px;\n}\n\n.page-casino-game-strategies__list-item strong {\n  color: #8B0000;\n}\n\n/* Game Strategy Tabs */\n.page-casino-game-strategies__game-strategy-tabs {\n  margin-top: 40px;\n  background: #ffffff;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n  overflow: hidden;\n}\n\n.page-casino-game-strategies__tab-buttons {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  border-bottom: 1px solid #e0e0e0;\n  padding: 15px;\n  background-color: #f9f9f9;\n}\n\n.page-casino-game-strategies__tab-button {\n  background: none;\n  border: none;\n  padding: 12px 25px;\n  font-size: 18px;\n  font-weight: bold;\n  color: #555555;\n  cursor: pointer;\n  transition: color 0.3s ease, background-color 0.3s ease;\n  border-radius: 5px;\n  margin: 5px;\n}\n\n.page-casino-game-strategies__tab-button.active,\n.page-casino-game-strategies__tab-button:hover {\n  color: #ffffff;\n  background-color: #FFD700; /* Gold */\n}\n\n.page-casino-game-strategies__tab-content {\n  padding: 30px;\n}\n\n.page-casino-game-strategies__game-tab-pane {\n  display: none;\n  animation: fadeIn 0.5s ease-in-out;\n}\n\n.page-casino-game-strategies__game-tab-pane.active {\n  display: block;\n}\n\n.page-casino-game-strategies__tab-pane-title {\n  font-size: 28px;\n  color: #8B0000;\n  margin-bottom: 20px;\n  text-align: center;\n}\n\n.page-casino-game-strategies__game-tab-pane img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n  margin: 0 auto 25px auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n}\n\n/* Feature items (Benefits section) */\n.page-casino-game-strategies__feature-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 20px;\n  background: #ffffff;\n  border-radius: 10px;\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n  transition: transform 0.3s ease;\n}\n\n.page-casino-game-strategies__feature-item:hover {\n  transform: translateY(-5px);\n}\n\n.page-casino-game-strategies__feature-item img {\n  \n  \n  margin-bottom: 15px;\n  object-fit: contain;\n  /* Ensure no filter is applied */\n  filter: none;\n}\n\n.page-casino-game-strategies__feature-title {\n  font-size: 20px;\n  color: #8B0000;\n  margin-bottom: 10px;\n  font-weight: bold;\n}\n\n.page-casino-game-strategies__feature-text {\n  font-size: 16px;\n  color: #555555;\n}\n\n/* FAQ Section */\n.page-casino-game-strategies__faq {\n  background-color: #f9f9f9;\n}\n\n.page-casino-game-strategies__faq-list {\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.page-casino-game-strategies__faq-item {\n  margin-bottom: 15px;\n  border-radius: 5px;\n  overflow: hidden;\n}\n\n.page-casino-game-strategies__faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;\n  padding: 0 15px;\n  opacity: 0;\n}\n\n.page-casino-game-strategies__faq-item.active .page-casino-game-strategies__faq-answer {\n  max-height: 2000px !important;\n  padding: 20px 15px !important;\n  opacity: 1;\n  background: #ffffff;\n  border-radius: 0 0 5px 5px;\n  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);\n}\n\n.page-casino-game-strategies__faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 18px 20px;\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 5px;\n  cursor: pointer;\n  user-select: none;\n  transition: background-color 0.3s ease, border-color 0.3s ease;\n  position: relative;\n}\n\n.page-casino-game-strategies__faq-question:hover {\n  background: #f5f5f5;\n  border-color: #d0d0d0;\n}\n\n.page-casino-game-strategies__faq-question:active {\n  background: #eeeeee;\n}\n\n.page-casino-game-strategies__faq-question h3 {\n  margin: 0;\n  padding: 0;\n  flex: 1;\n  font-size: 16px;\n  font-weight: 600;\n  line-height: 1.5;\n  color: #333333;\n  pointer-events: none;\n}\n\n.page-casino-game-strategies__faq-toggle {\n  font-size: 24px;\n  font-weight: bold;\n  line-height: 1;\n  color: #666;\n  transition: transform 0.3s ease, color 0.3s ease;\n  flex-shrink: 0;\n  margin-left: 15px;\n  pointer-events: none;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n}\n\n.page-casino-game-strategies__faq-item.active .page-casino-game-strategies__faq-toggle {\n  color: #8B0000; /* Dark red when active */\n  transform: rotate(45deg);\n}\n\n.page-casino-game-strategies__link-button {\n  display: inline-block;\n  padding: 12px 25px;\n  background: #FFD700;\n  color: #ffffff;\n  text-decoration: none;\n  border-radius: 5px;\n  font-weight: bold;\n  transition: background-color 0.3s ease;\n  margin-top: 20px;\n}\n\n.page-casino-game-strategies__link-button:hover {\n  background: #e6c200;\n}\n\n/* Keyframe for fade in effect */\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(10px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n/* Responsive Design */\n@media (max-width: 1024px) {\n  .page-casino-game-strategies__main-title {\n    font-size: 40px;\n  }\n  .page-casino-game-strategies__section-title {\n    font-size: 30px;\n  }\n  .page-casino-game-strategies__tab-button {\n    font-size: 16px;\n    padding: 10px 20px;\n  }\n  .page-casino-game-strategies__tab-pane-title {\n    font-size: 24px;\n  }\n  .page-casino-game-strategies__grid-3-cols, .page-casino-game-strategies__grid-2-cols {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 768px) {\n  .page-casino-game-strategies {\n    font-size: 16px;\n    line-height: 1.6;\n  }\n  .page-casino-game-strategies__hero-section {\n    padding-top: var(--header-offset, 120px) !important;\n    padding-bottom: 40px;\n    padding-left: 15px;\n    padding-right: 15px;\n  }\n  .page-casino-game-strategies__hero-image img {\n    border-radius: 4px;\n  }\n  .page-casino-game-strategies__main-title {\n    font-size: 32px;\n  }\n  .page-casino-game-strategies__intro-text {\n    font-size: 18px;\n  }\n  .page-casino-game-strategies__cta-buttons {\n    flex-direction: column;\n    gap: 15px;\n  }\n  .page-casino-game-strategies__cta-button {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n    padding: 12px 20px;\n    font-size: 16px;\n  }\n  .page-casino-game-strategies__section {\n    padding: 40px 0;\n  }\n  .page-casino-game-strategies__section-title {\n    font-size: 26px;\n    margin-bottom: 30px;\n  }\n  .page-casino-game-strategies__paragraph {\n    font-size: 16px;\n  }\n  .page-casino-game-strategies__tab-buttons {\n    flex-direction: column;\n    padding: 10px;\n  }\n  .page-casino-game-strategies__tab-button {\n    width: 100%;\n    margin: 5px 0;\n  }\n  .page-casino-game-strategies__tab-content {\n    padding: 20px;\n  }\n  .page-casino-game-strategies__game-tab-pane img {\n    border-radius: 4px;\n  }\n  .page-casino-game-strategies__feature-item {\n    padding: 15px;\n  }\n  .page-casino-game-strategies__faq-question {\n    padding: 15px;\n    flex-wrap: wrap;\n  }\n  .page-casino-game-strategies__faq-question h3 {\n    font-size: 15px;\n    margin-bottom: 0;\n    width: calc(100% - 40px);\n  }\n  .page-casino-game-strategies__faq-toggle {\n    margin-left: 10px;\n    width: 24px;\n    height: 24px;\n    font-size: 20px;\n  }\n  .page-casino-game-strategies__faq-answer {\n    padding: 0 15px;\n  }\n  .page-casino-game-strategies__faq-item.active .page-casino-game-strategies__faq-answer {\n    padding: 15px !important;\n  }\n  /* Ensure all images are responsive */\n  .page-casino-game-strategies img {\n    max-width: 100% !important;\n    width: 100% !important;\n    height: auto !important;\n  }\n  .page-casino-game-strategies__section,\n  .page-casino-game-strategies__card,\n  .page-casino-game-strategies__container,\n  .page-casino-game-strategies__cta-buttons,\n  .page-casino-game-strategies__button-group,\n  .page-casino-game-strategies__btn-container {\n    max-width: 100% !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    padding-left: 15px;\n    padding-right: 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .page-casino-game-strategies__main-title {\n    font-size: 28px;\n  }\n  .page-casino-game-strategies__section-title {\n    font-size: 24px;\n  }\n  .page-casino-game-strategies__intro-text {\n    font-size: 16px;\n  }\n  .page-casino-game-strategies__tab-button {\n    font-size: 14px;\n    padding: 8px 15px;\n  }\n  .page-casino-game-strategies__tab-pane-title {\n    font-size: 22px;\n  }\n}