/* General Styling */:root { --primary-color: #e44d26; --secondary-color: #f7931e; --dark-bg: #1a1a1a; --light-text: #ffffff; --gray-text: #cccccc; --accent-color: #4CAF50; --border-radius: 8px;}body { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--light-text); background-color: var(--dark-bg); margin: 0; padding-top: var(--header-offset, 122px);}.page-old-live-747 { max-width: 1200px; margin: 0 auto; padding: 10px;}.page-old-live-747 a { color: var(--secondary-color); text-decoration: none;}.page-old-live-747 a:hover { text-decoration: underline;}.page-old-live-747__container { padding: 20px;}.page-old-live-747__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a2a; border-radius: var(--border-radius); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-old-live-747__section-heading { text-align: center; color: var(--secondary-color); font-size: 2.5em; margin-bottom: 30px;}.page-old-live-747__sub-heading { text-align: center; color: var(--light-text); font-size: 1.2em; margin-bottom: 40px;}.page-old-live-747__btn { display: inline-block; background-color: var(--primary-color); color: var(--light-text); padding: 12px 25px; border-radius: 5px; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer;}.page-old-live-747__btn:hover { background-color: #c0392b; text-decoration: none;}.page-old-live-747 img { max-width: 100%; height: auto; display: block; border-radius: var(--border-radius);}.page-old-live-747__text-center { text-align: center;}.page-old-live-747__grid { display: grid; gap: 20px;}.page-old-live-747__card { background-color: #333; padding: 20px; border-radius: var(--border-radius); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-old-live-747__card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-live-747__card-title { color: var(--secondary-color); font-size: 1.5em; margin-top: 15px; margin-bottom: 10px;}.page-old-live-747__card-text { color: var(--gray-text); font-size: 0.95em; line-height: 1.5;}.page-old-live-747__list { list-style: none; padding: 0; margin: 0;}.page-old-live-747__list-item { background-color: #333; margin-bottom: 10px; padding: 15px; border-radius: var(--border-radius); color: var(--gray-text);}.page-old-live-747__gamelogo { width: 100px; height: auto; object-fit: contain; margin: 0 auto 15px;}.page-old-live-747__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box;}.page-old-live-747__image-wrapper img { max-width: 100%; height: auto; display: block;}.page-old-live-747__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; display: block;}/* Hero Section */.page-old-live-747__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:live_casino,old_live_747,gaming_platform]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: var(--light-text); border-radius: var(--border-radius); margin-bottom: 30px;}.page-old-live-747__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: var(--secondary-color);}.page-old-live-747__hero-description { font-size: 1.4em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto;}.page-old-live-747__hero-cta { font-size: 1.2em; padding: 15px 35px; border-radius: 50px;}/* Introduction Section */.page-old-live-747__intro-content { display: flex; flex-direction: column; gap: 25px;}.page-old-live-747__intro-paragraph { font-size: 1.1em; color: var(--gray-text); line-height: 1.8;}.page-old-live-747__intro-highlight { color: var(--secondary-color); font-weight: bold;}/* Quick Access Section */.page-old-live-747__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;}.page-old-live-747__quick-access-btn { width: 100%; padding: 15px 10px; font-size: 1.1em;}.page-old-live-747__quick-access-icon { width: 50px; height: 50px; margin-bottom: 10px;}.page-old-live-747__quick-access-item { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #333; padding: 20px; border-radius: var(--border-radius); transition: transform 0.3s ease;}.page-old-live-747__quick-access-item:hover { transform: translateY(-5px);}/* Core Games Section */.page-old-live-747__game-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}.page-old-live-747__game-card img { margin-bottom: 15px;}.page-old-live-747__game-card .page-old-live-747__btn { margin-top: 15px;}/* Promotions Section */.page-old-live-747__promotion-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}.page-old-live-747__promotion-card { text-align: left;}.page-old-live-747__promotion-card img { margin-bottom: 15px;}.page-old-live-747__promotion-card-title { font-size: 1.6em; margin-bottom: 10px;}.page-old-live-747__promotion-card-desc { font-size: 0.9em; color: var(--gray-text); margin-bottom: 20px;}.page-old-live-747__promotion-card .page-old-live-747__btn { width: auto;}.page-old-live-747__promotion-card-tag { display: inline-block; background-color: var(--accent-color); color: var(--light-text); padding: 5px 10px; border-radius: 4px; font-size: 0.8em; margin-bottom: 10px;}/* Security & Customer Service Section */.page-old-live-747__security-content { display: flex; flex-direction: column; align-items: center; gap: 20px;}.page-old-live-747__security-text { font-size: 1.1em; color: var(--gray-text); text-align: center; max-width: 800px;}.page-old-live-747__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;}.page-old-live-747__feature-item { background-color: #333; padding: 20px; border-radius: var(--border-radius); text-align: center; width: 250px;}.page-old-live-747__feature-icon { width: 60px; height: 60px; margin-bottom: 15px;}.page-old-live-747__feature-title { font-size: 1.2em; color: var(--secondary-color); margin-bottom: 10px;}/* FAQ Section */.page-old-live-747__faq-item { background-color: #333; margin-bottom: 15px; border-radius: var(--border-radius); overflow: hidden;}.page-old-live-747__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease;}.page-old-live-747__faq-question:hover { background-color: #555;}.page-old-live-747__faq-question h3 { margin: 0; font-size: 1.1em; color: var(--light-text); pointer-events: none;}.page-old-live-747__faq-toggle { font-size: 1.5em; font-weight: bold; color: var(--secondary-color); transition: transform 0.3s ease; pointer-events: none;}.page-old-live-747__faq-item.active .page-old-live-747__faq-toggle { transform: rotate(45deg);}.page-old-live-747__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: var(--gray-text);}.page-old-live-747__faq-item.active .page-old-live-747__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1;}/* Blog Section */.page-old-live-747__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}.page-old-live-747__blog-card { text-align: left;}.page-old-live-747__blog-card img { margin-bottom: 15px;}.page-old-live-747__blog-card-title { font-size: 1.4em; margin-bottom: 10px;}.page-old-live-747__blog-card-excerpt { font-size: 0.9em; color: var(--gray-text); margin-bottom: 15px;}.page-old-live-747__blog-card .page-old-live-747__btn { font-size: 0.9em; padding: 8px 15px;}/* Responsive Design */@media (max-width: 1024px) { .page-old-live-747__hero-title { font-size: 3em; }.page-old-live-747__hero-description { font-size: 1.2em; }.page-old-live-747__section-heading { font-size: 2em; }.page-old-live-747__quick-access-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }.page-old-live-747__game-grid, .page-old-live-747__promotion-grid, .page-old-live-747__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }}@media (max-width: 768px) { .page-old-live-747 { padding: 5px; }.page-old-live-747__hero-section { padding: 80px 15px; }.page-old-live-747__hero-title { font-size: 2.5em; }.page-old-live-747__hero-description { font-size: 1.1em; }.page-old-live-747__hero-cta { font-size: 1.1em; padding: 12px 25px; }.page-old-live-747__section { padding: 30px 15px; }.page-old-live-747__section-heading { font-size: 1.8em; }.page-old-live-747__sub-heading { font-size: 1em; }.page-old-live-747__intro-paragraph { font-size: 1em; }.page-old-live-747__quick-access-grid { grid-template-columns: 1fr 1fr; }.page-old-live-747__game-grid, .page-old-live-747__promotion-grid, .page-old-live-747__blog-grid { grid-template-columns: 1fr; }.page-old-live-747__feature-item { width: 100%; max-width: 300px; margin: 0 auto; }.page-old-live-747__faq-question { padding: 15px; }.page-old-live-747__faq-question h3 { font-size: 1em; }.page-old-live-747__faq-answer { padding: 15px !important; }.page-old-live-747__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}.page-old-live-747__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}.page-old-live-747 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important;}.page-old-live-747__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important;}}