.page-t88-money { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px);}.page-t88-money__container { max-width: 1200px; margin: 0 auto; padding: 20px;}.page-t88-money__section { background-color: #fff; margin-bottom: 30px; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.page-t88-money__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; text-transform: uppercase;}.page-t88-money__hero-section { background-image: url('[GALLERY:hero:1920x1080:t88,money,khuyenmai,banner]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; padding-top: 10px;}.page-t88-money__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;}.page-t88-money__hero-content { position: relative; z-index: 2; max-width: 800px;}.page-t88-money__hero-title { font-size: 3.8em; margin-bottom: 20px; font-weight: 900; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-t88-money__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; font-weight: 300; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}.page-t88-money__hero-buttons { display: flex; gap: 20px; justify-content: center;}.page-t88-money__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #333; text-decoration: none; border-radius: 50px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer;}.page-t88-money__btn:hover { background-color: #e6b800; transform: translateY(-3px);}.page-t88-money__btn--primary { background-color: #007bff; color: #fff;}.page-t88-money__btn--primary:hover { background-color: #0056b3;}.page-t88-money__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: 30px 20px; background-color: #e9ecef; border-radius: 10px; margin-bottom: 30px;}.page-t88-money__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-t88-money__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}.page-t88-money__intro-content p { font-size: 1.1em; margin-bottom: 15px; text-align: justify;}.page-t88-money__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;}.page-t88-money__quick-access-item { text-align: center;}.page-t88-money__quick-access-item .page-t88-money__btn { width: 100%; padding: 18px 20px; font-size: 1.1em;}.page-t88-money__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.page-t88-money__game-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-t88-money__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);}.page-t88-money__game-card-img { width: 100%; height: 200px; object-fit: cover;}.page-t88-money__game-card-content { padding: 20px;}.page-t88-money__game-card-title { font-size: 1.8em; color: #0056b3; margin-bottom: 10px;}.page-t88-money__game-card-description { font-size: 1em; color: #555; margin-bottom: 15px;}.page-t88-money__promotions-list { list-style: none; padding: 0;}.page-t88-money__promotions-item { background-color: #f8f9fa; border-left: 5px solid #ffcc00; margin-bottom: 20px; padding: 20px; border-radius: 8px; display: flex; flex-direction: column;}.page-t88-money__promotions-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px;}.page-t88-money__promotions-description { font-size: 1em; color: #555; margin-bottom: 15px;}.page-t88-money__security-content ul { list-style: none; padding: 0;}.page-t88-money__security-content li { font-size: 1.1em; margin-bottom: 10px; padding-left: 30px; position: relative;}.page-t88-money__security-content li::before { content: '✔'; color: #28a745; position: absolute; left: 0;}.page-t88-money__faq-item { border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden;}.page-t88-money__faq-question { background-color: #f8f9fa; padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1.2em; font-weight: bold; color: #333; transition: background-color 0.3s ease; user-select: none;}.page-t88-money__faq-question:hover { background-color: #e9ecef;}.page-t88-money__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none;}.page-t88-money__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; pointer-events: none; transition: transform 0.3s ease;}.page-t88-money__faq-item.active .page-t88-money__faq-toggle { transform: rotate(45deg);}.page-t88-money__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0;}.page-t88-money__faq-item.active .page-t88-money__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-t88-money__faq-answer p { margin-bottom: 0; font-size: 1em; color: #555;}.page-t88-money__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.page-t88-money__blog-card { background-color: #f8f9fa; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-t88-money__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);}.page-t88-money__blog-card-img { width: 100%; height: 200px; object-fit: cover;}.page-t88-money__blog-card-content { padding: 20px;}.page-t88-money__blog-card-date { font-size: 0.9em; color: #777; margin-bottom: 10px;}.page-t88-money__blog-card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; line-height: 1.3;}.page-t88-money__blog-card-title a { text-decoration: none; color: inherit;}.page-t88-money__blog-card-title a:hover { text-decoration: underline;}.page-t88-money__blog-card-summary { font-size: 1em; color: #555; margin-bottom: 15px;}.page-t88-money__blog-readmore { display: inline-block; padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease;}.page-t88-money__blog-readmore:hover { background-color: #0056b3;}@media (max-width: 768px) { .page-t88-money__section-title { font-size: 2em; }.page-t88-money__hero-section { padding: 80px 15px; min-height: 400px; }.page-t88-money__hero-title { font-size: 2.5em; }.page-t88-money__hero-subtitle { font-size: 1.2em; }.page-t88-money__hero-buttons { flex-direction: column; gap: 15px; }.page-t88-money__btn { width: 100%; }.page-t88-money__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; }.page-t88-money__payment-logo, .page-t88-money__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-t88-money__intro-content p { font-size: 1em; }.page-t88-money__quick-access-grid { grid-template-columns: 1fr; }.page-t88-money__quick-access-item .page-t88-money__btn { font-size: 1em; padding: 15px 10px; }.page-t88-money__games-grid, .page-t88-money__blog-grid { grid-template-columns: 1fr; }.page-t88-money__game-card-title, .page-t88-money__promotions-title, .page-t88-money__blog-card-title { font-size: 1.3em; }.page-t88-money__security-content li { font-size: 1em; }.page-t88-money__faq-question { font-size: 1.1em; padding: 15px 20px; }.page-t88-money__faq-question h3 { font-size: 1.1em; }.page-t88-money__faq-answer { padding: 0 20px; }.page-t88-money__faq-item.active .page-t88-money__faq-answer { padding: 15px 20px !important; }.page-t88-money__promotions-item, .page-t88-money__faq-item, .page-t88-money__game-card, .page-t88-money__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-t88-money__promotions-list, .page-t88-money__security-content ul { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-t88-money__promotions-description, .page-t88-money__faq-answer p, .page-t88-money__blog-card-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-t88-money__game-card-img, .page-t88-money__blog-card-img { max-width: 100% !important; height: auto !important;}}