/* General Styling for the page-photo-of-poppy-playtime */.page-photo-of-poppy-playtime {    font-family: 'Arial', sans-serif;    color: #e0e0e0;    background-color: #1a1a2e; /* Dark background */    line-height: 1.6;    overflow-x: hidden; /* Prevent horizontal scroll on mobile */} .page-photo-of-poppy-playtime__container {    max-width: 1200px;    margin: 0 auto;    padding: 20px;} .page-photo-of-poppy-playtime__section-title {    font-size: 2.5em;    color: #e94560; /* Accent color */    text-align: center;    margin-bottom: 30px;    padding-top: 40px;    position: relative;} .page-photo-of-poppy-playtime__section-title::after {    content: '';    display: block;    width: 80px;    height: 4px;    background-color: #e94560;    margin: 10px auto 0;    border-radius: 2px;} .page-photo-of-poppy-playtime__text-content {    font-size: 1.1em;    text-align: center;    max-width: 800px;    margin: 0 auto 40px;    color: #b0b0b0;} /* Buttons and Links */.page-photo-of-poppy-playtime__hero-cta,.page-photo-of-poppy-playtime__access-btn,.page-photo-of-poppy-playtime__game-btn,.page-photo-of-poppy-playtime__promo-btn,.page-photo-of-poppy-playtime__contact-btn,.page-photo-of-poppy-playtime__view-all-btn {    display: inline-block;    background-color: #e94560;    color: #ffffff;    padding: 15px 30px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    font-size: 1.1em;    transition: background-color 0.3s ease, transform 0.3s ease;    border: none;    cursor: pointer;    text-align: center;} .page-photo-of-poppy-playtime__hero-cta:hover,.page-photo-of-poppy-playtime__access-btn:hover,.page-photo-of-poppy-playtime__game-btn:hover,.page-photo-of-poppy-playtime__promo-btn:hover,.page-photo-of-poppy-playtime__contact-btn:hover,.page-photo-of-poppy-playtime__view-all-btn:hover {    background-color: #ff6a80;    transform: translateY(-2px);} /* Images */.page-photo-of-poppy-playtime img {    max-width: 100%;    height: auto;    display: block;    box-sizing: border-box; /* Crucial for responsive images */} /* Hero Section */.page-photo-of-poppy-playtime__hero-section {    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,gaming,casino,mnl77]') no-repeat center center/cover;    min-height: 70vh;    display: flex;    align-items: center;    justify-content: center;    text-align: center;    padding: 10px 20px 80px; /* Small decorative padding-top, body handles main offset */    position: relative;    z-index: 1;} .page-photo-of-poppy-playtime__hero-content {    max-width: 900px;    color: #ffffff;} .page-photo-of-poppy-playtime__hero-title {    font-size: 3.8em;    margin-bottom: 20px;    line-height: 1.2;    color: #ffffff;    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);} .page-photo-of-poppy-playtime__hero-subtitle {    font-size: 1.5em;    margin-bottom: 40px;    color: #f0f0f0;    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);} /* Intro Section */.page-photo-of-poppy-playtime__intro-section {    padding: 60px 0;    background-color: #121223;} .page-photo-of-poppy-playtime__intro-features {    display: flex;    justify-content: space-around;    flex-wrap: wrap;    gap: 30px;    margin-top: 40px;} .page-photo-of-poppy-playtime__feature-item {    flex: 1;    min-width: 280px;    max-width: 350px;    background-color: #1f1f3a;    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease;    box-sizing: border-box;} .page-photo-of-poppy-playtime__feature-item:hover {    transform: translateY(-5px);} .page-photo-of-poppy-playtime__feature-icon {    width: 80px;    height: 80px;    margin: 0 auto 20px;    object-fit: contain;    border-radius: 50%; /* Make icons round if desired */    background-color: #e94560; /* Background for icon */    padding: 10px;} .page-photo-of-poppy-playtime__feature-title {    font-size: 1.6em;    color: #ffffff;    margin-bottom: 10px;} .page-photo-of-poppy-playtime__feature-description {    font-size: 1em;    color: #c0c0c0;} /* Quick Access Section */.page-photo-of-poppy-playtime__quick-access-section {    padding: 60px 0;    background-color: #1a1a2e;    text-align: center;} .page-photo-of-poppy-playtime__access-buttons {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 20px;    margin-top: 30px;} /* Games Section */.page-photo-of-poppy-playtime__games-section {    padding: 60px 0;    background-color: #121223;} .page-photo-of-poppy-playtime__game-categories {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    margin-top: 40px;} .page-photo-of-poppy-playtime__game-card {    background-color: #1f1f3a;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    text-align: center;    transition: transform 0.3s ease;    box-sizing: border-box;} .page-photo-of-poppy-playtime__game-card:hover {    transform: translateY(-5px);} .page-photo-of-poppy-playtime__game-image {    width: 100%;    height: 200px;    object-fit: cover;    border-bottom: 2px solid #e94560;} .page-photo-of-poppy-playtime__game-title {    font-size: 1.8em;    color: #ffffff;    margin: 20px 15px 10px;} .page-photo-of-poppy-playtime__game-description {    font-size: 0.95em;    color: #c0c0c0;    padding: 0 15px 20px;} .page-photo-of-poppy-playtime__game-btn {    margin-bottom: 20px;    padding: 10px 20px;    font-size: 1em;} .page-photo-of-poppy-playtime__provider-logos {    margin-top: 60px;    text-align: center;} .page-photo-of-poppy-playtime__provider-title {    font-size: 1.5em;    color: #e94560;    margin-bottom: 25px;} .page-photo-of-poppy-playtime__logo-grid {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;    padding: 0 20px;} .page-photo-of-poppy-playtime__provider-logo {    height: 60px; /* Fixed height for logos */    width: auto; /* Maintain aspect ratio */    object-fit: contain;    filter: grayscale(100%);    opacity: 0.7;    transition: filter 0.3s ease, opacity 0.3s ease;} .page-photo-of-poppy-playtime__provider-logo:hover {    filter: grayscale(0%);    opacity: 1;} /* Promo Section */.page-photo-of-poppy-playtime__promo-section {    padding: 60px 0;    background-color: #1a1a2e;} .page-photo-of-poppy-playtime__promo-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;} .page-photo-of-poppy-playtime__promo-card {    background-color: #1f1f3a;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    text-align: center;    transition: transform 0.3s ease;    box-sizing: border-box;} .page-photo-of-poppy-playtime__promo-card:hover {    transform: translateY(-5px);} .page-photo-of-poppy-playtime__promo-image {    width: 100%;    height: 220px;    object-fit: cover;    border-bottom: 2px solid #e94560;} .page-photo-of-poppy-playtime__promo-title {    font-size: 1.8em;    color: #ffffff;    margin: 20px 15px 10px;} .page-photo-of-poppy-playtime__promo-description {    font-size: 0.95em;    color: #c0c0c0;    padding: 0 15px 20px;} .page-photo-of-poppy-playtime__promo-btn {    margin-bottom: 20px;    padding: 10px 20px;    font-size: 1em;} /* Security Section */.page-photo-of-poppy-playtime__security-section {    padding: 60px 0;    background-color: #121223;    text-align: center;} .page-photo-of-poppy-playtime__security-features {    display: flex;    justify-content: space-around;    flex-wrap: wrap;    gap: 30px;    margin-top: 40px;} .page-photo-of-poppy-playtime__security-item {    flex: 1;    min-width: 280px;    max-width: 350px;    background-color: #1f1f3a;    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    box-sizing: border-box;} .page-photo-of-poppy-playtime__security-icon {    width: 80px;    height: 80px;    margin: 0 auto 20px;    object-fit: contain;    border-radius: 50%;    background-color: #e94560;    padding: 10px;} .page-photo-of-poppy-playtime__security-title {    font-size: 1.6em;    color: #ffffff;    margin-bottom: 10px;} .page-photo-of-poppy-playtime__security-description {    font-size: 1em;    color: #c0c0c0;} .page-photo-of-poppy-playtime__contact-btn {    margin-top: 50px;} /* FAQ Section */.page-photo-of-poppy-playtime__faq-section {    padding: 60px 0;    background-color: #1a1a2e;} .page-photo-of-poppy-playtime__faq-list {    margin-top: 40px;    max-width: 900px;    margin-left: auto;    margin-right: auto;} .page-photo-of-poppy-playtime__faq-item {    background-color: #1f1f3a;    margin-bottom: 15px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);    box-sizing: border-box;} .page-photo-of-poppy-playtime__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    background-color: #2a2a4a;    color: #ffffff;    cursor: pointer;    font-size: 1.2em;    font-weight: bold;    transition: background-color 0.3s ease;} .page-photo-of-poppy-playtime__faq-question:hover {    background-color: #3a3a5a;} .page-photo-of-poppy-playtime__faq-title {    margin: 0;    flex-grow: 1;    text-align: left;    pointer-events: none; /* Prevent text selection from interfering with click */    color: #ffffff; /* Ensure good contrast */} .page-photo-of-poppy-playtime__faq-toggle {    font-size: 1.5em;    margin-left: 20px;    pointer-events: none; /* Prevent icon from interfering with click */    width: 20px;    text-align: center;    color: #e94560;} .page-photo-of-poppy-playtime__faq-answer {    max-height: 0;    overflow: hidden;    padding: 0 25px; /* Initial padding for collapsed state */    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;    color: #c0c0c0;    font-size: 1em;    opacity: 0;} .page-photo-of-poppy-playtime__faq-answer p {    margin: 0;    padding-bottom: 15px; /* Ensure space below text */} .page-photo-of-poppy-playtime__faq-item.active .page-photo-of-poppy-playtime__faq-answer {    max-height: 2000px !important; /* Sufficiently large value */    padding: 20px 25px !important; /* Expanded padding */    opacity: 1;} /* Blog Section */.page-photo-of-poppy-playtime__blog-section {    padding: 60px 0;    background-color: #121223;    text-align: center;} .page-photo-of-poppy-playtime__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;} .page-photo-of-poppy-playtime__blog-card {    background-color: #1f1f3a;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    text-align: left;    transition: transform 0.3s ease;    box-sizing: border-box;} .page-photo-of-poppy-playtime__blog-card:hover {    transform: translateY(-5px);} .page-photo-of-poppy-playtime__blog-image {    width: 100%;    height: 200px;    object-fit: cover;    border-bottom: 2px solid #e94560;} .page-photo-of-poppy-playtime__blog-content-wrapper {    padding: 20px;} .page-photo-of-poppy-playtime__blog-card-title {    font-size: 1.4em;    margin-bottom: 10px;    line-height: 1.3;} .page-photo-of-poppy-playtime__blog-card-title a {    color: #ffffff;    text-decoration: none;    transition: color 0.3s ease;} .page-photo-of-poppy-playtime__blog-card-title a:hover {    color: #e94560;} .page-photo-of-poppy-playtime__blog-excerpt {    font-size: 0.95em;    color: #c0c0c0;    margin-bottom: 15px;} .page-photo-of-poppy-playtime__blog-date {    font-size: 0.85em;    color: #888888;    display: block;} .page-photo-of-poppy-playtime__view-all-btn {    margin-top: 50px;} /* Responsive Design */@media (max-width: 1024px) {    .page-photo-of-poppy-playtime__hero-title {        font-size: 3em;    }    .page-photo-of-poppy-playtime__hero-subtitle {        font-size: 1.3em;    }    .page-photo-of-poppy-playtime__section-title {        font-size: 2.2em;    }} @media (max-width: 768px) {    .page-photo-of-poppy-playtime__hero-section {        min-height: 60vh;        padding-bottom: 60px;    }    .page-photo-of-poppy-playtime__hero-title {        font-size: 2.2em;    }    .page-photo-of-poppy-playtime__hero-subtitle {        font-size: 1.1em;    }    .page-photo-of-poppy-playtime__hero-cta {        padding: 12px 25px;        font-size: 1em;    }     .page-photo-of-poppy-playtime__section-title {        font-size: 1.8em;        padding-top: 30px;    }     .page-photo-of-poppy-playtime__text-content {        font-size: 1em;        margin-bottom: 30px;    }     /* List items mobile responsiveness */    .page-photo-of-poppy-playtime__intro-features,    .page-photo-of-poppy-playtime__quick-access-section .page-photo-of-poppy-playtime__access-buttons,    .page-photo-of-poppy-playtime__game-categories,    .page-photo-of-poppy-playtime__promo-grid,    .page-photo-of-poppy-playtime__security-features,    .page-photo-of-poppy-playtime__blog-grid,    .page-photo-of-poppy-playtime__logo-grid {        flex-direction: column;        align-items: center;        gap: 20px;    }     .page-photo-of-poppy-playtime__feature-item,    .page-photo-of-poppy-playtime__access-btn,    .page-photo-of-poppy-playtime__game-card,    .page-photo-of-poppy-playtime__promo-card,    .page-photo-of-poppy-playtime__security-item,    .page-photo-of-poppy-playtime__blog-card {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding: 20px; /* Adjust padding for mobile */    }     .page-photo-of-poppy-playtime__access-btn {        width: calc(100% - 40px) !important; /* Account for container padding */        padding: 15px 20px;    }        .page-photo-of-poppy-playtime__game-image,    .page-photo-of-poppy-playtime__promo-image,    .page-photo-of-poppy-playtime__blog-image {        height: 180px; /* Adjust image height for smaller screens */    }     .page-photo-of-poppy-playtime__faq-question {        padding: 15px 20px;        font-size: 1.1em;    }    .page-photo-of-poppy-playtime__faq-answer {        padding: 0 20px;    }    .page-photo-of-poppy-playtime__faq-item.active .page-photo-of-poppy-playtime__faq-answer {        padding: 15px 20px !important;    }     /* Ensure text wraps */    .page-photo-of-poppy-playtime__feature-description,    .page-photo-of-poppy-playtime__game-description,    .page-photo-of-poppy-playtime__promo-description,    .page-photo-of-poppy-playtime__security-description,    .page-photo-of-poppy-playtime__blog-excerpt,    .page-photo-of-poppy-playtime__faq-answer p {        word-wrap: break-word !important;        overflow-wrap: break-word !important;        word-break: break-word !important;    }} @media (max-width: 480px) {    .page-photo-of-poppy-playtime__hero-title {        font-size: 1.8em;    }    .page-photo-of-poppy-playtime__hero-subtitle {        font-size: 1em;    }    .page-photo-of-poppy-playtime__section-title {        font-size: 1.5em;    }    .page-photo-of-poppy-playtime__hero-cta,    .page-photo-of-poppy-playtime__access-btn,    .page-photo-of-poppy-playtime__game-btn,    .page-photo-of-poppy-playtime__promo-btn,    .page-photo-of-poppy-playtime__contact-btn,    .page-photo-of-poppy-playtime__view-all-btn {        font-size: 0.9em;        padding: 10px 20px;    }    .page-photo-of-poppy-playtime__feature-item,    .page-photo-of-poppy-playtime__game-card,    .page-photo-of-poppy-playtime__promo-card,    .page-photo-of-poppy-playtime__security-item,    .page-photo-of-poppy-playtime__blog-card {        padding: 15px;    }    .page-photo-of-poppy-playtime__faq-question {        font-size: 1em;        padding: 12px 15px;    }    .page-photo-of-poppy-playtime__faq-answer {        padding: 0 15px;    }    .page-photo-of-poppy-playtime__faq-item.active .page-photo-of-poppy-playtime__faq-answer {        padding: 12px 15px !important;    }    .page-photo-of-poppy-playtime__logo-grid {        gap: 10px;    }    .page-photo-of-poppy-playtime__provider-logo {        height: 50px;    }} /* Ensure images within cards are responsive */.page-photo-of-poppy-playtime__game-card img,.page-photo-of-poppy-playtime__promo-card img,.page-photo-of-poppy-playtime__blog-card img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}/* Ensure image containers are responsive */.page-photo-of-poppy-playtime__game-card,.page-photo-of-poppy-playtime__promo-card,.page-photo-of-poppy-playtime__blog-card {    width: 100%;    max-width: 100%;    overflow: hidden;    box-sizing: border-box;}