/* style/slot-games.css */\n/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */\n.page-slot-games {\n  background-color: #08160F; /* Nền tối */\n  color: #F2FFF6; /* Văn bản chính màu sáng */\n  font-family: 'Arial', sans-serif;\n}\n\n.page-slot-games__hero-section {\n  position: relative;\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding-top: 10px; /* Chỉ một khoảng đệm nhỏ, body đã xử lý offset */\n  padding-bottom: 60px;\n  text-align: center;\n  overflow: hidden;\n}\n\n.page-slot-games__hero-image {\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  display: block;\n  object-fit: cover;\n  margin-bottom: 20px;\n}\n\n.page-slot-games__hero-content {\n  max-width: 900px;\n  width: 100%;\n  padding: 0 15px;\n  box-sizing: border-box;\n}\n\n.page-slot-games__main-title {\n  font-size: clamp(2.5rem, 5vw, 3.5rem);\n  font-weight: 700;\n  line-height: 1.2;\n  color: #F2C14E; /* Màu vàng Gold */\n  margin-bottom: 20px;\n}\n\n.page-slot-games__description {\n  font-size: 1.15rem;\n  line-height: 1.6;\n  color: #A7D9B8; /* Văn bản phụ */\n  margin-bottom: 30px;\n}\n\n.page-slot-games__cta-buttons {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.page-slot-games__btn-primary,\n.page-slot-games__btn-secondary,\n.page-slot-games__btn-play,\n.page-slot-games__btn-inline,\n.page-slot-games__btn-read-more {\n  display: inline-block;\n  padding: 15px 30px;\n  border-radius: 8px;\n  text-decoration: none;\n  font-weight: 700;\n  font-size: 1.1rem;\n  transition: all 0.3s ease;\n  box-sizing: border-box;\n  text-align: center;\n}\n\n.page-slot-games__btn-primary {\n  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút chính */\n  color: #ffffff;\n  border: none;\n}\n\n.page-slot-games__btn-primary:hover {\n  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);\n  transform: translateY(-2px);\n}\n\n.page-slot-games__btn-secondary {\n  background: transparent;\n  color: #F2C14E; /* Văn bản màu vàng Gold */\n  border: 2px solid #F2C14E;\n}\n\n.page-slot-games__btn-secondary:hover {\n  background: #F2C14E;\n  color: #08160F;\n  transform: translateY(-2px);\n}\n\n.page-slot-games__btn-play {\n  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);\n  color: #ffffff;\n  border: none;\n  padding: 10px 20px;\n  font-size: 1rem;\n}\n\n.page-slot-games__btn-play:hover {\n  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);\n  transform: translateY(-2px);\n}\n\n.page-slot-games__btn-inline {\n  background: transparent;\n  color: #2AD16F; /* Màu xanh lá cây */\n  border: 1px solid #2AD16F;\n  padding: 8px 15px;\n  font-size: 0.9rem;\n  margin-top: 10px;\n}\n\n.page-slot-games__btn-inline:hover {\n  background: #2AD16F;\n  color: #ffffff;\n}\n\n.page-slot-games__btn-read-more {\n  background: #1E3A2A;\n  color: #A7D9B8;\n  border: none;\n  padding: 10px 20px;\n  font-size: 0.95rem;\n}\n\n.page-slot-games__btn-read-more:hover {\n  background: #2E7A4E;\n  color: #F2FFF6;\n}\n\n.page-slot-games__section {\n  padding: 80px 0;\n  border-bottom: 1px solid #1E3A2A; /* Màu Divider */\n}\n\n.page-slot-games__section:last-of-type {\n  border-bottom: none;\n}\n\n.page-slot-games__container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n  box-sizing: border-box;\n}\n\n.page-slot-games__section-title {\n  font-size: clamp(2rem, 4vw, 2.8rem);\n  color: #F2C14E; /* Màu vàng Gold */\n  text-align: center;\n  margin-bottom: 20px;\n  font-weight: 700;\n}\n\n.page-slot-games__section-intro {\n  font-size: 1.1rem;\n  color: #A7D9B8;\n  text-align: center;\n  max-width: 800px;\n  margin: 0 auto 40px;\n  line-height: 1.6;\n}\n\n.page-slot-games__sub-title {\n  font-size: 1.6rem;\n  color: #2AD16F; /* Màu xanh lá cây */\n  margin-top: 30px;\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n.page-slot-games__grid-2-cols {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n}\n\n.page-slot-games__text-block p {\n  line-height: 1.7;\n  margin-bottom: 15px;\n  color: #F2FFF6;\n}\n\n.page-slot-games__image-wrapper {\n  text-align: center;\n}\n\n.page-slot-games__image {\n  max-width: 100%;\n  height: auto;\n  border-radius: 10px;\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n  display: block;\n  margin: 0 auto;\n}\n\n.page-slot-games__feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-slot-games__feature-card {\n  background-color: #11271B; /* Màu Card BG */\n  padding: 30px;\n  border-radius: 12px;\n  text-align: center;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n  border: 1px solid #2E7A4E; /* Màu Border */\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.page-slot-games__feature-icon {\n  width: 100px;\n  height: 100px;\n  margin-bottom: 20px;\n  object-fit: contain;\n}\n\n.page-slot-games__card-title {\n  font-size: 1.4rem;\n  color: #F2FFF6; /* Văn bản chính */\n  margin-bottom: 10px;\n  font-weight: 600;\n}\n\n.page-slot-games__feature-card p {\n  font-size: 1rem;\n  color: #A7D9B8; /* Văn bản phụ */\n  line-height: 1.6;\n}\n\n.page-slot-games__game-cards-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-slot-games__game-card {\n  background-color: #11271B; /* Màu Card BG */\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);\n  border: 1px solid #2E7A4E; /* Màu Border */\n  display: flex;\n  flex-direction: column;\n}\n\n.page-slot-games__game-thumbnail {\n  width: 100%;\n  height: 200px; /* Chiều cao cố định cho hình ảnh game */\n  object-fit: cover;\n}\n\n.page-slot-games__game-card .page-slot-games__card-title {\n  padding: 15px 20px 5px;\n  font-size: 1.3rem;\n}\n\n.page-slot-games__game-card p {\n  padding: 0 20px 15px;\n  font-size: 0.95rem;\n  color: #A7D9B8;\n  flex-grow: 1;\n  line-height: 1.5;\n}\n\n.page-slot-games__btn-play {\n  margin: 0 20px 20px;\n  width: calc(100% - 40px);\n}\n\n.page-slot-games__view-all-games {\n  text-align: center;\n  margin-top: 50px;\n}\n\n.page-slot-games__how-to-play .page-slot-games__steps-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n}\n\n.page-slot-games__step-item {\n  background-color: #11271B; /* Màu Card BG */\n  padding: 30px;\n  border-radius: 12px;\n  border: 1px solid #2E7A4E;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n}\n\n.page-slot-games__step-title {\n  font-size: 1.5rem;\n  color: #F2FFF6;\n  margin-bottom: 10px;\n  font-weight: 600;\n}\n\n.page-slot-games__step-item p {\n  font-size: 1rem;\n  color: #A7D9B8;\n  line-height: 1.6;\n  flex-grow: 1;\n}\n\n.page-slot-games__tips-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n}\n\n.page-slot-games__tip-item {\n  background-color: #11271B; /* Màu Card BG */\n  padding: 30px;\n  border-radius: 12px;\n  border: 1px solid #2E7A4E;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n}\n\n.page-slot-games__tip-title {\n  font-size: 1.5rem;\n  color: #F2FFF6;\n  margin-bottom: 10px;\n  font-weight: 600;\n}\n\n.page-slot-games__tip-item p {\n  font-size: 1rem;\n  color: #A7D9B8;\n  line-height: 1.6;\n}\n\n.page-slot-games__cta-section {\n  text-align: center;\n  margin-top: 50px;\n  padding: 30px;\n  background-color: #0A4B2C; /* Màu Deep Green */\n  border-radius: 12px;\n  border: 1px solid #2E7A4E;\n}\n\n.page-slot-games__cta-section p {\n  font-size: 1.2rem;\n  color: #F2FFF6;\n  margin-bottom: 20px;\n}\n\n.page-slot-games__promo-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin-top: 40px;\n}\n\n.page-slot-games__promo-card {\n  background-color: #11271B; /* Màu Card BG */\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);\n  border: 1px solid #2E7A4E; /* Màu Border */\n  display: flex;\n  flex-direction: column;\n}\n\n.page-slot-games__promo-image {\n  width: 100%;\n  height: 220px; /* Chiều cao cố định cho hình ảnh khuyến mãi */\n  object-fit: cover;\n}\n\n.page-slot-games__promo-card .page-slot-games__card-title {\n  padding: 15px 20px 5px;\n  font-size: 1.3rem;\n}\n\n.page-slot-games__promo-card p {\n  padding: 0 20px 15px;\n  font-size: 0.95rem;\n  color: #A7D9B8;\n  flex-grow: 1;\n  line-height: 1.5;\n}\n\n.page-slot-games__btn-read-more {\n  margin: 0 20px 20px;\n  width: calc(100% - 40px);\n}\n\n.page-slot-games__view-all-promos {\n  text-align: center;\n  margin-top: 50px;\n}\n\n.page-slot-games__responsible-list {\n  list-style: disc;\n  padding-left: 20px;\n  color: #F2FFF6;\n  max-width: 800px;\n  margin: 0 auto 40px;\n  font-size: 1.1rem;\n  line-height: 1.8;\n}\n\n.page-slot-games__responsible-list li {\n  margin-bottom: 10px;\n}\n\n.page-slot-games__faq-list {\n  max-width: 900px;\n  margin: 40px auto 0;\n}\n\n.page-slot-games__faq-item {\n  background-color: #11271B; /* Màu Card BG */\n  border: 1px solid #2E7A4E; /* Màu Border */\n  border-radius: 8px;\n  margin-bottom: 15px;\n  overflow: hidden;\n}\n\n.page-slot-games__faq-item summary {\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 1.2rem;\n  color: #F2FFF6;\n  position: relative;\n}\n\n.page-slot-games__faq-item summary::-webkit-details-marker {\n  display: none;\n}\n\n.page-slot-games__faq-qtext {\n  flex-grow: 1;\n}\n\n.page-slot-games__faq-toggle {\n  font-size: 1.8rem;\n  line-height: 1;\n  margin-left: 15px;\n  color: #2AD16F;\n}\n\n.page-slot-games__faq-item[open] .page-slot-games__faq-toggle {\n  content: \"−\";\n}\n\n.page-slot-games__faq-answer {\n  padding: 0 20px 20px;\n  font-size: 1rem;\n  color: #A7D9B8;\n  line-height: 1.7;\n}\n\n.page-slot-games__faq-answer p {\n  margin-bottom: 10px;\n}\n\n/* Responsive Styles */\n@media (max-width: 1024px) {\n  .page-slot-games__grid-2-cols {\n    grid-template-columns: 1fr;\n  }\n  .page-slot-games__image-wrapper {\n    order: -1; /* Đẩy hình ảnh lên trên trên mobile */\n    margin-bottom: 30px;\n  }\n}\n