/* Base styles for the page */.page-playtime-co-poster {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}/* Section styling */.page-playtime-co-poster__hero-section,.page-playtime-co-poster__about-section,.page-playtime-co-poster__featured-posters,.page-playtime-co-poster__promotions-section,.page-playtime-co-poster__faq-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}/* Specific padding for the first section to account for header offset */.page-playtime-co-poster__hero-section {padding-top: 20px; /* Decorative top padding, assuming body has --header-offset */padding-bottom: 40px; /* Add bottom padding for consistency */display: flex;flex-direction: column;align-items: center;text-align: center;gap: 30px;background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold to Orange gradient */color: #fff;position: relative;overflow: hidden;border-radius: 15px;}.page-playtime-co-poster__hero-image-wrapper {width: 100%;max-width: 800px;overflow: hidden;border-radius: 10px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);}.page-playtime-co-poster__hero-image {width: 100%;height: auto;display: block;object-fit: cover;}.page-playtime-co-poster__hero-content {z-index: 1;max-width: 800px;}.page-playtime-co-poster__hero-title {font-size: 2.8em;margin-bottom: 15px;font-weight: bold;color: #2c3e50;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}.page-playtime-co-poster__hero-subtitle {font-size: 1.2em;margin-bottom: 30px;color: #2c3e50;}.page-playtime-co-poster__section-title {font-size: 2.2em;color: #2c3e50;text-align: center;margin-bottom: 40px;position: relative;}.page-playtime-co-poster__section-title::after {content: '';display: block;width: 60px;height: 4px;background-color: #FFA500;margin: 15px auto 0;border-radius: 2px;}.page-playtime-co-poster__text-block {font-size: 1.1em;margin-bottom: 20px;text-align: justify;color: #555;}.page-playtime-co-poster__keyword-highlight {font-weight: bold;color: #E67E22; /* Orange-red color */}/* CTA Button Styling */.page-playtime-co-poster__cta-button {display: inline-block;background-color: #E67E22; /* Orange-red */color: #ffffff;padding: 15px 30px;border-radius: 50px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);white-space: nowrap;}.page-playtime-co-poster__cta-button:hover {background-color: #D35400; /* Darker orange-red */transform: translateY(-3px);}.page-playtime-co-poster__cta-button--large {padding: 18px 35px;font-size: 1.3em;}/* Featured Posters Grid */.page-playtime-co-poster__poster-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-playtime-co-poster__poster-item {background-color: #ffffff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-playtime-co-poster__poster-item:hover {transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-playtime-co-poster__poster-image {width: 100%;height: 400px; /* Fixed height for consistency */object-fit: cover;display: block;}.page-playtime-co-poster__poster-title {font-size: 1.5em;margin: 20px 15px 10px;color: #2c3e50;}.page-playtime-co-poster__poster-description {font-size: 0.95em;color: #666;padding: 0 15px 20px;}.page-playtime-co-poster__view-all-wrapper {text-align: center;margin-top: 40px;}/* Promotions Section */.page-playtime-co-poster__promotions-content {margin-bottom: 40px;}.page-playtime-co-poster__providers-logos {text-align: center;margin-top: 50px;padding: 30px;background-color: #f0f0f0;border-radius: 10px;}.page-playtime-co-poster__providers-title {font-size: 1.8em;color: #2c3e50;margin-bottom: 30px;}.page-playtime-co-poster__logo-row {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;}.page-playtime-co-poster__provider-logo {height: 60px; /* gamelogo type, height controlled by CSS */width: auto;max-width: 150px;object-fit: contain;filter: grayscale(80%);transition: filter 0.3s ease;}.page-playtime-co-poster__provider-logo:hover {filter: grayscale(0%);}/* FAQ Section */.page-playtime-co-poster__faq-list {margin-top: 30px;}.page-playtime-co-poster__faq-item {background-color: #ffffff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);overflow: hidden;}.page-playtime-co-poster__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 25px;cursor: pointer;background-color: #f0f0f0;border-bottom: 1px solid #e0e0e0;transition: background-color 0.3s ease;user-select: none;}.page-playtime-co-poster__faq-question:hover {background-color: #e5e5e5;}.page-playtime-co-poster__faq-question-text {font-size: 1.15em;color: #2c3e50;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event on parent */}.page-playtime-co-poster__faq-toggle {font-size: 1.5em;font-weight: bold;color: #E67E22;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none; /* Prevent span from blocking click event on parent */}.page-playtime-co-poster__faq-item.active .page-playtime-co-poster__faq-toggle {transform: rotate(45deg); /* Plus sign rotates to form an X or minus */}.page-playtime-co-poster__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;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;background-color: #ffffff;}.page-playtime-co-poster__faq-item.active .page-playtime-co-poster__faq-answer {max-height: 2000px !important; /* Sufficiently large for content */padding: 20px 25px !important;opacity: 1;}.page-playtime-co-poster__faq-answer p {margin: 0;}/* Responsive adjustments */@media (max-width: 768px) {.page-playtime-co-poster__hero-title {font-size: 2em;}.page-playtime-co-poster__hero-subtitle {font-size: 1em;}.page-playtime-co-poster__section-title {font-size: 1.8em;}.page-playtime-co-poster__cta-button {padding: 12px 25px;font-size: 1em;}.page-playtime-co-poster__cta-button--large {padding: 15px 30px;font-size: 1.1em;}.page-playtime-co-poster__poster-grid {grid-template-columns: 1fr;}.page-playtime-co-poster__poster-image {height: 300px;}.page-playtime-co-poster__poster-title {font-size: 1.3em;}.page-playtime-co-poster__provider-logo {height: 40px;max-width: 100px;}.page-playtime-co-poster__logo-row {gap: 15px;}/* Mobile responsiveness for list items (poster grid is already handled by grid-template-columns: 1fr) */.page-playtime-co-poster__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-playtime-co-poster__faq-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-playtime-co-poster__faq-question {padding: 15px 20px;}.page-playtime-co-poster__faq-question-text {font-size: 1em;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-playtime-co-poster__faq-answer {padding: 0 20px;}.page-playtime-co-poster__faq-item.active .page-playtime-co-poster__faq-answer {padding: 15px 20px !important;}/* Ensure all images are responsive */.page-playtime-co-poster__hero-image,.page-playtime-co-poster__poster-image,.page-playtime-co-poster__provider-logo {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-playtime-co-poster__hero-image-wrapper {max-width: 100% !important;width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}}@media (max-width: 480px) {.page-playtime-co-poster__hero-section,.page-playtime-co-poster__about-section,.page-playtime-co-poster__featured-posters,.page-playtime-co-poster__promotions-section,.page-playtime-co-poster__faq-section {padding: 25px 15px;}.page-playtime-co-poster__hero-title {font-size: 1.8em;}.page-playtime-co-poster__section-title {font-size: 1.5em;}.page-playtime-co-poster__cta-button--large {font-size: 1em;padding: 12px 20px;}}