.page-747-live-stream { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-747-live-stream__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-747-live-stream__container { padding: 15px; } } .page-747-live-stream__section { padding: 40px 0; border-bottom: 1px solid #eee; } @media (max-width: 768px) { .page-747-live-stream__section { padding: 30px 0; } } .page-747-live-stream__section-title { text-align: center; color: #2a6fdb; margin-bottom: 30px; font-size: 2.5em; } @media (max-width: 768px) { .page-747-live-stream__section-title { font-size: 2em; margin-bottom: 20px; } } .page-747-live-stream__text-center { text-align: center; } .page-747-live-stream__button { display: inline-block; background-color: #2a6fdb; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin: 10px; border: none; cursor: pointer; font-size: 1em; } .page-747-live-stream__button:hover { background-color: #1a5ac9; } .page-747-live-stream__button--secondary { background-color: #f7b731; } .page-747-live-stream__button--secondary:hover { background-color: #e6a720; } .page-747-live-stream__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:live,stream,betting,casino]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } @media (max-width: 768px) { .page-747-live-stream__hero-section { min-height: 400px; padding: 10px 15px 60px; } } .page-747-live-stream__hero-title { font-size: 3.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-747-live-stream__hero-title { font-size: 2.5em; } } .page-747-live-stream__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-747-live-stream__hero-subtitle { font-size: 1.2em; margin-bottom: 20px; } } .page-747-live-stream__intro-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-747-live-stream__intro-card { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; max-width: calc(33% - 40px); box-sizing: border-box; } @media (max-width: 768px) { .page-747-live-stream__intro-card { flex: 1 1 100%; max-width: 100%; } } .page-747-live-stream__intro-card-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-747-live-stream__intro-card h3 { color: #2a6fdb; margin-bottom: 10px; font-size: 1.3em; } .page-747-live-stream__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-747-live-stream__quick-access-grid { grid-template-columns: 1fr; } } .page-747-live-stream__quick-access-item { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); text-align: center; } .page-747-live-stream__quick-access-item h3 { color: #2a6fdb; margin-bottom: 15px; font-size: 1.2em; } .page-747-live-stream__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-747-live-stream__games-grid { grid-template-columns: 1fr; } } .page-747-live-stream__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-747-live-stream__game-card:hover { transform: translateY(-5px); } .page-747-live-stream__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-747-live-stream__game-card-content { padding: 20px; } .page-747-live-stream__game-card h3 { margin-top: 0; color: #2a6fdb; font-size: 1.4em; } .page-747-live-stream__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-747-live-stream__promotions-grid { grid-template-columns: 1fr; } } .page-747-live-stream__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-747-live-stream__promo-card:hover { transform: translateY(-5px); } .page-747-live-stream__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-747-live-stream__promo-card-content { padding: 20px; } .page-747-live-stream__promo-card h3 { margin-top: 0; color: #2a6fdb; font-size: 1.4em; } .page-747-live-stream__security-support-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-747-live-stream__security-support-card { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; flex: 1 1 calc(50% - 40px); min-width: 300px; max-width: calc(50% - 40px); box-sizing: border-box; } @media (max-width: 768px) { .page-747-live-stream__security-support-card { flex: 1 1 100%; max-width: 100%; } } .page-747-live-stream__security-support-card h3 { color: #2a6fdb; margin-bottom: 10px; font-size: 1.3em; } .page-747-live-stream__faq-list { max-width: 900px; margin: 30px auto 0; } .page-747-live-stream__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-747-live-stream__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f5ff; color: #2a6fdb; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-747-live-stream__faq-question:hover { background-color: #e0e9f8; } .page-747-live-stream__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-747-live-stream__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-747-live-stream__faq-item.active .page-747-live-stream__faq-toggle { transform: rotate(45deg); } .page-747-live-stream__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-747-live-stream__faq-item.active .page-747-live-stream__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-747-live-stream__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-747-live-stream__blog-grid { grid-template-columns: 1fr; } } .page-747-live-stream__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-747-live-stream__blog-card:hover { transform: translateY(-5px); } .page-747-live-stream__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-747-live-stream__blog-card-content { padding: 20px; } .page-747-live-stream__blog-card h3 { margin-top: 0; font-size: 1.4em; } .page-747-live-stream__blog-card h3 a { color: #2a6fdb; text-decoration: none; } .page-747-live-stream__blog-card h3 a:hover { text-decoration: underline; } .page-747-live-stream__blog-card p { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-747-live-stream__blog-card-date { font-size: 0.85em; color: #777; } .page-747-live-stream__scroll-to-top { position: fixed; bottom: 20px; right: 20px; background-color: #2a6fdb; color: #fff; width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5em; text-decoration: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; transition: all 0.3s ease; z-index: 1000; } .page-747-live-stream__scroll-to-top.show { visibility: visible; opacity: 1; } @media (max-width: 768px) { .page-747-live-stream__scroll-to-top { width: 40px; height: 40px; font-size: 1.3em; bottom: 15px; right: 15px; } }