.page-clip-set-mmlive { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-clip-set-mmlive__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); }.page-clip-set-mmlive__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-clip-set-mmlive__hero-content { z-index: 1; padding: 20px; max-width: 900px; }.page-clip-set-mmlive__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-clip-set-mmlive__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-clip-set-mmlive__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-clip-set-mmlive__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-clip-set-mmlive__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: 40px 20px; background-color: #fff; }.page-clip-set-mmlive__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-clip-set-mmlive__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-clip-set-mmlive__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; }.page-clip-set-mmlive__section-alt { background-color: #f0f2f5; }.page-clip-set-mmlive__section-title { font-size: 2.5em; color: #2575fc; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; }.page-clip-set-mmlive__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; }.page-clip-set-mmlive__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; }.page-clip-set-mmlive__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-clip-set-mmlive__grid-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-clip-set-mmlive__grid-item:hover { transform: translateY(-5px); }.page-clip-set-mmlive__grid-item-image { width: 100%; height: 250px; object-fit: cover; }.page-clip-set-mmlive__grid-item-content { padding: 25px; }.page-clip-set-mmlive__grid-item-title { font-size: 1.5em; color: #6a11cb; margin-bottom: 15px; }.page-clip-set-mmlive__game-icon { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }.page-clip-set-mmlive__promotion-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; text-align: center; }.page-clip-set-mmlive__promotion-card-image { width: 100%; height: 250px; object-fit: cover; }.page-clip-set-mmlive__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-clip-set-mmlive__promotion-card-title { font-size: 1.6em; color: #6a11cb; margin-bottom: 10px; }.page-clip-set-mmlive__promotion-card-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-clip-set-mmlive__promotion-button { display: inline-block; background-color: #2575fc; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-clip-set-mmlive__promotion-button:hover { background-color: #1a5bbd; }.page-clip-set-mmlive__faq-list { list-style: none; padding: 0; }.page-clip-set-mmlive__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-clip-set-mmlive__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #eef; color: #333; font-weight: bold; font-size: 1.1em; border-bottom: 1px solid #ddd; user-select: none; transition: background-color 0.3s ease; }.page-clip-set-mmlive__faq-question h3 { margin: 0; pointer-events: none; color: #2575fc; }.page-clip-set-mmlive__faq-question:hover { background-color: #e0e0f0; }.page-clip-set-mmlive__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: #6a11cb; }.page-clip-set-mmlive__faq-item.active .page-clip-set-mmlive__faq-toggle { transform: rotate(45deg); }.page-clip-set-mmlive__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-clip-set-mmlive__faq-item.active .page-clip-set-mmlive__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-clip-set-mmlive__blog-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; display: flex; flex-direction: column; }.page-clip-set-mmlive__blog-card:hover { transform: translateY(-5px); }.page-clip-set-mmlive__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-clip-set-mmlive__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-clip-set-mmlive__blog-card-title { font-size: 1.4em; color: #6a11cb; margin-bottom: 10px; }.page-clip-set-mmlive__blog-card-link { text-decoration: none; color: #6a11cb; font-weight: bold; display: block; margin-top: 15px; }.page-clip-set-mmlive__blog-card-link:hover { text-decoration: underline; }.page-clip-set-mmlive__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-clip-set-mmlive__floating-button { background-color: #ffcc00; color: #333; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-clip-set-mmlive__floating-button:hover { background-color: #e6b800; transform: scale(1.05); }.page-clip-set-mmlive__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-clip-set-mmlive__quick-links-item a { display: block; background-color: #2575fc; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-clip-set-mmlive__quick-links-item a:hover { background-color: #1a5bbd; }.page-clip-set-mmlive__responsive-image { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px; }.page-clip-set-mmlive__content-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; }.page-clip-set-mmlive__content-list-item { width: 100%; box-sizing: border-box; }.page-clip-set-mmlive__content-list-item p { margin: 0; }.page-clip-set-mmlive__security-feature { display: flex; align-items: flex-start; margin-bottom: 20px; gap: 15px; }.page-clip-set-mmlive__security-icon { width: 200px; height: 200px; object-fit: contain; flex-shrink: 0; }.page-clip-set-mmlive__security-text h3 { margin-top: 0; color: #6a11cb; }.page-clip-set-mmlive__security-text p { margin-bottom: 0; }.page-clip-set-mmlive__contact-info { text-align: center; margin-bottom: 30px; }.page-clip-set-mmlive__contact-info p { margin: 5px 0; font-size: 1.1em; }.page-clip-set-mmlive__contact-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin-top: 20px; }.page-clip-set-mmlive__contact-button:hover { background-color: #e6b800; }.page-clip-set-mmlive__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 30px; }.page-clip-set-mmlive__provider-item { text-align: center; background-color: #f8f8f8; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-clip-set-mmlive__provider-logo { width: 200px; height: 200px; object-fit: contain; margin-bottom: 10px; }.page-clip-set-mmlive__provider-name { font-weight: bold; color: #6a11cb; }.page-clip-set-mmlive__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-clip-set-mmlive__blog-card-excerpt { color: #555; font-size: 0.95em; margin-bottom: 15px; }.page-clip-set-mmlive__blog-card-date { font-size: 0.85em; color: #999; text-align: right; }.page-clip-set-mmlive__content-highlight { background-color: #eaf6ff; border-left: 5px solid #2575fc; padding: 20px; margin-bottom: 30px; border-radius: 5px; }.page-clip-set-mmlive__content-highlight p { margin: 0; font-style: italic; color: #333; }.page-clip-set-mmlive__info-block { margin-bottom: 30px; }.page-clip-set-mmlive__info-block h3 { color: #6a11cb; margin-bottom: 15px; }.page-clip-set-mmlive__info-block ul { list-style: disc; margin-left: 20px; padding: 0; }.page-clip-set-mmlive__info-block li { margin-bottom: 8px; }.page-clip-set-mmlive__info-block li a { color: #2575fc; text-decoration: none; }.page-clip-set-mmlive__info-block li a:hover { text-decoration: underline; }.page-clip-set-mmlive__payment-method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; }.page-clip-set-mmlive__payment-method-item { text-align: center; background-color: #f0f2f5; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-clip-set-mmlive__payment-method-logo { width: 200px; height: 200px; object-fit: contain; margin-bottom: 10px; }.page-clip-set-mmlive__payment-method-name { font-weight: bold; color: #333; }.page-clip-set-mmlive__social-media-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-clip-set-mmlive__social-media-item { text-align: center; }.page-clip-set-mmlive__social-media-icon { width: 200px; height: 200px; object-fit: contain; }.page-clip-set-mmlive__social-media-name { font-weight: bold; color: #6a11cb; }.page-clip-set-mmlive__section-content { text-align: center; }.page-clip-set-mmlive__section-content p { max-width: 800px; margin: 0 auto 20px auto; }.page-clip-set-mmlive__section-content .page-clip-set-mmlive__cta-button { margin-top: 20px; }.page-clip-set-mmlive__game-category { background-color: #f0f2f5; padding: 20px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-clip-set-mmlive__game-category:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-clip-set-mmlive__game-category-icon { width: 200px; height: 200px; object-fit: contain; margin-bottom: 15px; }.page-clip-set-mmlive__game-category-title { font-size: 1.8em; color: #2575fc; margin-bottom: 10px; }.page-clip-set-mmlive__game-category-description { color: #555; font-size: 1em; }.page-clip-set-mmlive__game-category-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 8px 18px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; margin-top: 15px; transition: background-color 0.3s ease; }.page-clip-set-mmlive__game-category-button:hover { background-color: #e6b800; }@media (max-width: 768px) { .page-clip-set-mmlive__hero-title { font-size: 2.2em; }.page-clip-set-mmlive__hero-subtitle { font-size: 1em; }.page-clip-set-mmlive__section { padding: 40px 15px; }.page-clip-set-mmlive__section-title { font-size: 2em; }.page-clip-set-mmlive__grid { grid-template-columns: 1fr; }.page-clip-set-mmlive__grid-item-image, .page-clip-set-mmlive__promotion-card-image, .page-clip-set-mmlive__blog-card-image { height: 200px; }.page-clip-set-mmlive__faq-question { padding: 15px 20px; font-size: 1em; }.page-clip-set-mmlive__faq-answer { padding: 0 20px; }.page-clip-set-mmlive__faq-item.active .page-clip-set-mmlive__faq-answer { padding: 15px 20px !important; }.page-clip-set-mmlive__floating-buttons { bottom: 15px; right: 15px; }.page-clip-set-mmlive__floating-button { padding: 8px 12px; font-size: 0.9em; }.page-clip-set-mmlive__quick-links-list { gap: 10px; }.page-clip-set-mmlive__quick-links-item a { padding: 10px 20px; font-size: 0.9em; }.page-clip-set-mmlive__content-list { gap: 15px; }.page-clip-set-mmlive__content-list-item { width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; margin-left: 0 !important; margin-right: 0 !important; }.page-clip-set-mmlive__content-list-item p { word-break: break-word !important; }.page-clip-set-mmlive__content-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-clip-set-mmlive__security-feature { flex-direction: column; align-items: center; text-align: center; }.page-clip-set-mmlive__security-icon { margin-bottom: 15px; }.page-clip-set-mmlive__payment-method-grid, .page-clip-set-mmlive__provider-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }.page-clip-set-mmlive__social-media-grid { flex-direction: row; gap: 15px; }.page-clip-set-mmlive__game-category { padding: 15px; }.page-clip-set-mmlive__game-category-title { font-size: 1.5em; }.page-clip-set-mmlive__game-category-icon { width: 150px; height: 150px; }}.page-clip-set-mmlive__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-clip-set-mmlive__payment-logo, .page-clip-set-mmlive__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }