.page-luck8-poker { font-family: 'Arial', sans-serif; background-color: #f4f7f6; color: #333; line-height: 1.6; }.page-luck8-poker a { text-decoration: none; color: #007bff; }.page-luck8-poker a:hover { text-decoration: underline; }.page-luck8-poker__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box; }.page-luck8-poker__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; padding: 50px 0; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; margin-bottom: 20px; padding-top: 60px; }.page-luck8-poker__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; }.page-luck8-poker__hero-content { position: relative; z-index: 2; }.page-luck8-poker__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-luck8-poker__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-luck8-poker__btn { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-luck8-poker__btn:hover { background-color: #e0a800; color: #fff; text-decoration: none; }.page-luck8-poker__section-title { font-size: 2.2em; color: #1a2a6c; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-luck8-poker__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #fdbb2d; border-radius: 2px; }.page-luck8-poker__text-block { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 20px; }.page-luck8-poker__text-block h2 { font-size: 1.8em; color: #b21f1f; margin-bottom: 15px; }.page-luck8-poker__text-block p { margin-bottom: 10px; }.page-luck8-poker__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 30px; }.page-luck8-poker__card { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-luck8-poker__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-luck8-poker__card-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-luck8-poker__card h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; }.page-luck8-poker__card p { font-size: 0.95em; color: #555; }.page-luck8-poker__image-full { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; object-fit: cover; }.page-luck8-poker__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }.page-luck8-poker__image-container img { max-width: 100%; height: auto; display: block; }.page-luck8-poker__faq-section { background-color: #fcfcfc; padding: 40px 0; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 20px; }.page-luck8-poker__faq-item { background-color: #fff; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-luck8-poker__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; }.page-luck8-poker__faq-question:hover { background-color: #f0f0f0; }.page-luck8-poker__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a6c; pointer-events: none; }.page-luck8-poker__faq-toggle { font-size: 1.5em; font-weight: bold; color: #b21f1f; transition: transform 0.3s ease; pointer-events: none; }.page-luck8-poker__faq-item.active .page-luck8-poker__faq-toggle { transform: rotate(45deg); }.page-luck8-poker__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; }.page-luck8-poker__faq-item.active .page-luck8-poker__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-luck8-poker__blog-section { margin-top: 30px; }.page-luck8-poker__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-luck8-poker__blog-post { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-luck8-poker__blog-post:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-luck8-poker__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-luck8-poker__blog-content { padding: 20px; }.page-luck8-poker__blog-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; }.page-luck8-poker__blog-title a { color: #1a2a6c; text-decoration: none; }.page-luck8-poker__blog-title a:hover { text-decoration: underline; }.page-luck8-poker__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-luck8-poker__read-more { display: inline-block; color: #b21f1f; font-weight: bold; }.page-luck8-poker__read-more:hover { text-decoration: underline; }.page-luck8-poker__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: 20px 0; background-color: #f0f0f0; border-radius: 10px; margin-top: 20px; }.page-luck8-poker__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-luck8-poker__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-luck8-poker__game-section-content { display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; }.page-luck8-poker__game-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; width: calc(33% - 17px); min-width: 280px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-luck8-poker__game-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-luck8-poker__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-luck8-poker__game-title { font-size: 1.2em; color: #1a2a6c; margin: 15px 0; }.page-luck8-poker__game-description { font-size: 0.9em; color: #666; padding: 0 15px 15px; }.page-luck8-poker__cta-section { background: linear-gradient(90deg, #1a2a6c, #fdbb2d); color: #fff; padding: 40px 20px; text-align: center; border-radius: 10px; margin-top: 30px; }.page-luck8-poker__cta-title { font-size: 2em; margin-bottom: 15px; }.page-luck8-poker__cta-description { font-size: 1.1em; margin-bottom: 30px; }.page-luck8-poker__quick-access-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-luck8-poker__quick-access-item { background-color: #fdbb2d; border-radius: 5px; }.page-luck8-poker__quick-access-item a { display: block; padding: 10px 20px; color: #1a2a6c; font-weight: bold; transition: background-color 0.3s ease; }.page-luck8-poker__quick-access-item a:hover { background-color: #e0a800; text-decoration: none; }.page-luck8-poker__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }.page-luck8-poker__promotion-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-luck8-poker__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-luck8-poker__promotion-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-luck8-poker__promotion-content { padding: 20px; }.page-luck8-poker__promotion-title { font-size: 1.4em; color: #b21f1f; margin-bottom: 10px; }.page-luck8-poker__promotion-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-luck8-poker__promotion-btn { background-color: #1a2a6c; color: #fff; padding: 10px 20px; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; display: inline-block; }.page-luck8-poker__promotion-btn:hover { background-color: #0d1a4a; text-decoration: none; }.page-luck8-poker__security-section { display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; margin-top: 30px; }.page-luck8-poker__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; flex: 1 1 calc(33% - 20px); min-width: 280px; box-sizing: border-box; }.page-luck8-poker__security-item h3 { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; }.page-luck8-poker__security-item p { font-size: 0.9em; color: #555; }.page-luck8-poker__security-icon { width: 60px; height: 60px; margin-bottom: 15px; object-fit: contain; }.page-luck8-poker__contact-info { text-align: center; margin-top: 20px; }.page-luck8-poker__contact-info p { margin-bottom: 5px; }.page-luck8-poker__contact-info a { color: #b21f1f; font-weight: bold; }.page-luck8-poker__contact-info a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-luck8-poker__hero-title { font-size: 2em; }.page-luck8-poker__hero-subtitle { font-size: 1.1em; }.page-luck8-poker__section-title { font-size: 1.8em; }.page-luck8-poker__grid { grid-template-columns: 1fr; }.page-luck8-poker__card { padding: 20px; }.page-luck8-poker__card-icon { width: 60px; height: 60px; }.page-luck8-poker__card h3 { font-size: 1.3em; }.page-luck8-poker__faq-question { padding: 12px 15px; }.page-luck8-poker__faq-question h3 { font-size: 1em; }.page-luck8-poker__faq-answer { padding: 15px !important; }.page-luck8-poker__blog-grid { grid-template-columns: 1fr; }.page-luck8-poker__blog-image { height: 180px; }.page-luck8-poker__blog-title { font-size: 1.1em; }.page-luck8-poker__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-luck8-poker__payment-logo, .page-luck8-poker__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-luck8-poker__game-item { width: 100%; }.page-luck8-poker__cta-title { font-size: 1.6em; }.page-luck8-poker__cta-description { font-size: 1em; }.page-luck8-poker__quick-access-list { flex-direction: column; align-items: center; }.page-luck8-poker__quick-access-item { width: 100%; max-width: 300px; }.page-luck8-poker__promotion-grid { grid-template-columns: 1fr; }.page-luck8-poker__security-item { flex: 1 1 100%; }.page-luck8-poker__contact-info { font-size: 0.9em; }.page-luck8-poker__text-block { padding: 20px; }.page-luck8-poker__game-section-content { gap: 15px; }.page-luck8-poker__hero-section { padding-top: 10px; }.page-luck8-poker__text-block, .page-luck8-poker__card, .page-luck8-poker__faq-item, .page-luck8-poker__blog-post, .page-luck8-poker__game-item, .page-luck8-poker__promotion-card, .page-luck8-poker__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-luck8-poker__text-block p, .page-luck8-poker__card p, .page-luck8-poker__faq-answer p, .page-luck8-poker__blog-excerpt, .page-luck8-poker__game-description, .page-luck8-poker__promotion-description, .page-luck8-poker__security-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-luck8-poker__quick-access-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-luck8-poker__quick-access-item a { padding: 10px 15px; }.page-luck8-poker__image-full, .page-luck8-poker__blog-image, .page-luck8-poker__game-image, .page-luck8-poker__promotion-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }