/* General styles for the playtime show page */.page-playtime-show { background-color: #1a1a2e; /* Dark background */ color: #e0e0e0; /* Light text */ font-family: 'Arial', sans-serif; line-height: 1.6; overflow-x: hidden; }.page-playtime-show__section-title { color: #e94560; /* Accent color for titles */ text-align: center; font-size: 2.5em; margin-bottom: 40px; padding-top: 60px; font-weight: bold; text-transform: uppercase; }.page-playtime-show__hero-section { position: relative; width: 100%; height: 80vh; /* Responsive height */ display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; /* Small decorative top spacing, body handles main offset */}.page-playtime-show__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); /* Darken image for text readability */ max-width: 100%; height: auto;}.page-playtime-show__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px;}.page-playtime-show__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold;}.page-playtime-show__hero-text { font-size: 1.2em; margin-bottom: 30px;}.page-playtime-show__hero-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease;}.page-playtime-show__hero-cta:hover { background-color: #ff6b81; transform: translateY(-3px);}.page-playtime-show__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: #0f3460; /* Slightly different dark background */} .page-playtime-show__payment-providers .page-playtime-show__section-title { width: 100%; padding-top: 0; margin-bottom: 20px; color: #ffffff;} .page-playtime-show__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-playtime-show__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}/* Introduction Section */.page-playtime-show__introduction-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center;}.page-playtime-show__intro-text { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto;}.page-playtime-show__intro-features { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;}.page-playtime-show__intro-feature-item { background-color: #2e3b5e; padding: 15px 25px; border-radius: 10px; font-weight: bold; font-size: 1.05em; flex: 1 1 200px; /* Allow items to grow/shrink, min-width 200px */ max-width: 300px; box-sizing: border-box; text-align: center; transition: background-color 0.3s ease;}.page-playtime-show__intro-feature-item:hover { background-color: #e94560;}/* Quick Access Section */.page-playtime-show__quick-access-section { padding: 60px 20px; background-color: #0f3460; text-align: center;}.page-playtime-show__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;}.page-playtime-show__quick-access-btn { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; flex: 1 1 200px; max-width: 280px; box-sizing: border-box;}.page-playtime-show__quick-access-btn:hover { background-color: #ff6b81; transform: translateY(-2px);}/* Games Section */.page-playtime-show__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-playtime-show__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px;}.page-playtime-show__game-card { background-color: #2e3b5e; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-playtime-show__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-playtime-show__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto;}.page-playtime-show__game-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; padding: 0 15px;}.page-playtime-show__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; padding: 0 15px;}.page-playtime-show__game-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-playtime-show__game-cta:hover { background-color: #ff6b81;}/* Promotions Section */.page-playtime-show__promotions-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center;}.page-playtime-show__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px;}.page-playtime-show__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-playtime-show__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-playtime-show__promo-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto;}.page-playtime-show__promo-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; padding: 0 15px;}.page-playtime-show__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; padding: 0 15px;}.page-playtime-show__promo-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-playtime-show__promo-cta:hover { background-color: #ff6b81;}/* Security & Support Section */.page-playtime-show__security-support-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center;}.page-playtime-show__security-support-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px;}.page-playtime-show__security-card, .page-playtime-show__support-card { background-color: #2e3b5e; border-radius: 10px; padding: 30px; flex: 1 1 45%; max-width: 550px; box-sizing: border-box; text-align: left;}.page-playtime-show__security-title, .page-playtime-show__support-title { font-size: 1.8em; color: #e94560; margin-bottom: 15px;}.page-playtime-show__security-text, .page-playtime-show__support-text { font-size: 1.05em; color: #c0c0c0; margin-bottom: 20px;}.page-playtime-show__security-features, .page-playtime-show__support-channels { list-style: none; padding: 0; margin-top: 20px;}.page-playtime-show__security-feature-item, .page-playtime-show__support-channel-item { background-color: #0f3460; padding: 10px 15px; border-radius: 5px; margin-bottom: 10px; font-weight: normal; color: #ffffff;}.page-playtime-show__support-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease;}.page-playtime-show__support-cta:hover { background-color: #ff6b81;}/* FAQ Section */.page-playtime-show__faq-section { padding: 60px 20px; background-color: #0f3460; text-align: center;}.page-playtime-show__faq-container { max-width: 900px; margin: 30px auto 0 auto;}.page-playtime-show__faq-item { background-color: #2e3b5e; border-radius: 8px; margin-bottom: 15px; overflow: hidden;}.page-playtime-show__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2e3b5e; color: #ffffff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease;}.page-playtime-show__faq-question:hover { background-color: #3e4d7a;}.page-playtime-show__faq-q-text { margin: 0; pointer-events: none; /* Prevent text from blocking click event */ flex-grow: 1; text-align: left; color: #e0e0e0;}.page-playtime-show__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; pointer-events: none; /* Prevent icon from blocking click event */ color: #e94560;}.page-playtime-show__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1a1a2e; color: #c0c0c0; text-align: left; font-size: 1.0em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0;}.page-playtime-show__faq-answer p { padding-bottom: 20px; margin: 0;}.page-playtime-show__faq-item.active .page-playtime-show__faq-answer { max-height: 2000px !important; /* Sufficiently large value */ padding: 20px 25px !important; opacity: 1;}.page-playtime-show__faq-item.active .page-playtime-show__faq-toggle { content: "−"; /* Change + to - */}/* Blog Section */.page-playtime-show__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-playtime-show__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px;}.page-playtime-show__blog-card { background-color: #2e3b5e; border-radius: 10px; overflow: hidden; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left;}.page-playtime-show__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-playtime-show__blog-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto;}.page-playtime-show__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 5px; padding: 0 15px;}.page-playtime-show__blog-date { font-size: 0.85em; color: #a0a0a0; margin-bottom: 15px; padding: 0 15px;}.page-playtime-show__blog-summary { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; padding: 0 15px;}.page-playtime-show__blog-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-left: 15px; transition: background-color 0.3s ease;}.page-playtime-show__blog-cta:hover { background-color: #ff6b81;}/* Responsive adjustments */@media (max-width: 1024px) { .page-playtime-show__hero-title { font-size: 2.8em; } .page-playtime-show__section-title { font-size: 2em; } .page-playtime-show__security-card, .page-playtime-show__support-card { flex: 1 1 100%; max-width: 100%; }}@media (max-width: 768px) { .page-playtime-show__hero-section { height: 70vh; } .page-playtime-show__hero-title { font-size: 2.2em; } .page-playtime-show__hero-text { font-size: 1em; } .page-playtime-show__hero-cta { padding: 12px 25px; font-size: 1em; } .page-playtime-show__section-title { font-size: 1.8em; padding-top: 40px; margin-bottom: 30px; } /* Specific mobile list item styling */ .page-playtime-show__intro-features, .page-playtime-show__security-features, .page-playtime-show__support-channels { width: 100% !important; max-width: 100% !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-playtime-show__intro-feature-item, .page-playtime-show__security-feature-item, .page-playtime-show__support-channel-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-playtime-show__quick-access-buttons { flex-direction: column; align-items: center; } .page-playtime-show__quick-access-btn { width: 90% !important; max-width: 300px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-show__game-grid, .page-playtime-show__promo-grid, .page-playtime-show__blog-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-playtime-show__game-image, .page-playtime-show__promo-image, .page-playtime-show__blog-image { max-width: 100% !important; height: auto !important; } .page-playtime-show__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-playtime-show__faq-answer { padding: 0 20px; } .page-playtime-show__faq-item.active .page-playtime-show__faq-answer { padding: 15px 20px !important; } /* Payment Providers specific mobile CSS */ .page-playtime-show__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-playtime-show__payment-logo, .page-playtime-show__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }}@media (max-width: 480px) { .page-playtime-show__hero-title { font-size: 1.8em; } .page-playtime-show__hero-text { font-size: 0.9em; } .page-playtime-show__section-title { font-size: 1.5em; } .page-playtime-show__quick-access-btn { font-size: 0.9em; } .page-playtime-show__faq-q-text { font-size: 1em; } .page-playtime-show__faq-toggle { font-size: 1.5em; }}