.page-cat-bee-fanart-poppy-playtime {    font-family: 'Arial', sans-serif;    color: #333;    line-height: 1.6;    background-color: #f8f8f8;    padding-top: var(--header-offset, 122px); /* Apply header offset to the page root as per instruction */}.page-cat-bee-fanart-poppy-playtime__container {    max-width: 1200px;    margin: 0 auto;    padding: 20px;}.page-cat-bee-fanart-poppy-playtime__hero-section {    position: relative;    color: #fff;    text-align: center;    padding: 80px 20px 80px; /* Decorative padding */    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    overflow: hidden;    min-height: 500px;    box-sizing: border-box;}.page-cat-bee-fanart-poppy-playtime__hero-image-wrapper {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1;    overflow: hidden;}.page-cat-bee-fanart-poppy-playtime__hero-image {    width: 100%;    height: 100%;    object-fit: cover;    filter: brightness(0.6); /* Darken image for text readability */}.page-cat-bee-fanart-poppy-playtime__hero-content {    position: relative;    z-index: 2;    max-width: 800px;}.page-cat-bee-fanart-poppy-playtime__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    font-weight: bold;    color: #fff;    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-cat-bee-fanart-poppy-playtime__hero-description {    font-size: 1.2em;    margin-bottom: 30px;    color: #f0f0f0;    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-cat-bee-fanart-poppy-playtime__cta-button {    display: inline-block;    background-color: #ff6600; /* Orange for PH365 brand */    color: #fff;    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;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-cat-bee-fanart-poppy-playtime__cta-button:hover {    background-color: #e65c00;    transform: translateY(-2px);}.page-cat-bee-fanart-poppy-playtime__cta-button--centered {    margin-top: 40px;    display: block;    width: fit-content;    margin-left: auto;    margin-right: auto;}.page-cat-bee-fanart-poppy-playtime__cta-button--large {    padding: 18px 35px;    font-size: 1.3em;}.page-cat-bee-fanart-poppy-playtime__about-section,.page-cat-bee-fanart-poppy-playtime__gallery-section,.page-cat-bee-fanart-poppy-playtime__community-section,.page-cat-bee-fanart-poppy-playtime__faq-section,.page-cat-bee-fanart-poppy-playtime__download-section {    padding: 60px 0;    background-color: #fff;    margin-bottom: 20px;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-cat-bee-fanart-poppy-playtime__section-title {    font-size: 2.5em;    color: #333;    text-align: center;    margin-bottom: 40px;    font-weight: bold;}.page-cat-bee-fanart-poppy-playtime__text-content {    font-size: 1.1em;    margin-bottom: 25px;    text-align: justify;}.page-cat-bee-fanart-poppy-playtime__image-full {    max-width: 100%;    height: auto;    display: block;    margin: 40px auto;    border-radius: 8px;    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.page-cat-bee-fanart-poppy-playtime__gallery-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-cat-bee-fanart-poppy-playtime__gallery-item {    background-color: #fefefe;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);    transition: transform 0.3s ease;    box-sizing: border-box;}.page-cat-bee-fanart-poppy-playtime__gallery-item:hover {    transform: translateY(-5px);}.page-cat-bee-fanart-poppy-playtime__gallery-image {    width: 100%;    height: 250px;    object-fit: cover;    display: block;}.page-cat-bee-fanart-poppy-playtime__gallery-title {    font-size: 1.5em;    color: #333;    padding: 15px 20px 5px;    margin: 0;}.page-cat-bee-fanart-poppy-playtime__gallery-description {    font-size: 0.95em;    color: #666;    padding: 0 20px 20px;    margin: 0;}.page-cat-bee-fanart-poppy-playtime__features-list {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    list-style: none;    padding: 0;    margin-top: 40px;}.page-cat-bee-fanart-poppy-playtime__feature-item {    background-color: #fefefe;    padding: 30px;    border-radius: 8px;    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);    text-align: center;    box-sizing: border-box;}.page-cat-bee-fanart-poppy-playtime__feature-icon {    min-width: 200px;    min-height: 200px;    width: 200px; /* Explicitly set to meet min size */    height: 200px;    object-fit: contain;    margin-bottom: 20px;    max-width: 100%;}.page-cat-bee-fanart-poppy-playtime__feature-title {    font-size: 1.4em;    color: #333;    margin-bottom: 15px;}.page-cat-bee-fanart-poppy-playtime__feature-description {    font-size: 1em;    color: #555;}.page-cat-bee-fanart-poppy-playtime__faq-list {    margin-top: 40px;}.page-cat-bee-fanart-poppy-playtime__faq-item {    background-color: #fefefe;    margin-bottom: 15px;    border-radius: 8px;    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);    overflow: hidden;}.page-cat-bee-fanart-poppy-playtime__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    cursor: pointer;    user-select: none;    background-color: #f0f0f0;    border-bottom: 1px solid #e0e0e0;    transition: background-color 0.3s ease;}.page-cat-bee-fanart-poppy-playtime__faq-question:hover {    background-color: #e5e5e5;}.page-cat-bee-fanart-poppy-playtime__faq-title {    font-size: 1.2em;    color: #333;    margin: 0;    flex-grow: 1;    text-align: left;    pointer-events: none; /* Prevent click on h3 from interfering with parent div click */}.page-cat-bee-fanart-poppy-playtime__faq-toggle {    font-size: 1.5em;    font-weight: bold;    color: #ff6600;    margin-left: 20px;    transition: transform 0.3s ease;    pointer-events: none; /* Prevent click on span from interfering with parent div click */}.page-cat-bee-fanart-poppy-playtime__faq-item.active .page-cat-bee-fanart-poppy-playtime__faq-toggle {    transform: rotate(45deg); /* Change + to X or - */}.page-cat-bee-fanart-poppy-playtime__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;    font-size: 1em;}.page-cat-bee-fanart-poppy-playtime__faq-item.active .page-cat-bee-fanart-poppy-playtime__faq-answer {    max-height: 2000px !important; /* Sufficiently large */    padding: 20px 25px !important;    opacity: 1;}.page-cat-bee-fanart-poppy-playtime__download-section {    text-align: center;    background-color: #f0f0f0;    padding: 80px 20px;}.page-cat-bee-fanart-poppy-playtime__download-image {    max-width: 600px;    width: 100%;    height: auto;    margin-top: 40px;    border-radius: 10px;    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}@media (max-width: 1024px) {    .page-cat-bee-fanart-poppy-playtime__hero-title {        font-size: 3em;    }    .page-cat-bee-fanart-poppy-playtime__section-title {        font-size: 2em;    }}@media (max-width: 768px) {    .page-cat-bee-fanart-poppy-playtime__hero-section {        padding: 60px 15px 60px; /* Decorative padding for mobile */        min-height: 400px;    }    .page-cat-bee-fanart-poppy-playtime__hero-title {        font-size: 2.5em;    }    .page-cat-bee-fanart-poppy-playtime__hero-description {        font-size: 1em;    }    .page-cat-bee-fanart-poppy-playtime__container {        padding: 15px;    }    .page-cat-bee-fanart-poppy-playtime__section-title {        font-size: 1.8em;        margin-bottom: 30px;    }    .page-cat-bee-fanart-poppy-playtime__text-content {        font-size: 1em;    }    .page-cat-bee-fanart-poppy-playtime__gallery-grid,    .page-cat-bee-fanart-poppy-playtime__features-list {        grid-template-columns: 1fr; /* Single column for mobile */        gap: 20px;    }    .page-cat-bee-fanart-poppy-playtime__gallery-item,    .page-cat-bee-fanart-poppy-playtime__feature-item {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding: 20px !important; /* Adjust padding for mobile */    }    .page-cat-bee-fanart-poppy-playtime__gallery-image {        height: 200px; /* Smaller height for mobile gallery images */    }    .page-cat-bee-fanart-poppy-playtime__feature-icon {        width: 200px !important; /* Ensure min 200x200 */        height: auto !important;        max-width: 100% !important;    }    .page-cat-bee-fanart-poppy-playtime__faq-question {        padding: 15px 20px;    }    .page-cat-bee-fanart-poppy-playtime__faq-title {        font-size: 1.1em;    }    .page-cat-bee-fanart-poppy-playtime__faq-answer {        padding: 0 20px;    }    .page-cat-bee-fanart-poppy-playtime__faq-item.active .page-cat-bee-fanart-poppy-playtime__faq-answer {        padding: 15px 20px !important;    }    .page-cat-bee-fanart-poppy-playtime__cta-button {        padding: 12px 25px;        font-size: 1em;    }    .page-cat-bee-fanart-poppy-playtime__cta-button--large {        padding: 15px 30px;        font-size: 1.1em;    }    .page-cat-bee-fanart-poppy-playtime__gallery-description,    .page-cat-bee-fanart-poppy-playtime__feature-description,    .page-cat-bee-fanart-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-cat-bee-fanart-poppy-playtime__hero-title {        font-size: 2em;    }    .page-cat-bee-fanart-poppy-playtime__section-title {        font-size: 1.5em;    }}.page-cat-bee-fanart-poppy-playtime img {    max-width: 100%;    height: auto;    box-sizing: border-box;}.page-cat-bee-fanart-poppy-playtime__hero-image-wrapper,.page-cat-bee-fanart-poppy-playtime__gallery-item,.page-cat-bee-fanart-poppy-playtime__feature-item,.page-cat-bee-fanart-poppy-playtime__download-section {    width: 100%;    max-width: 100%;    overflow: hidden;    box-sizing: border-box;}.page-cat-bee-fanart-poppy-playtime__feature-icon {    min-width: 200px;    min-height: 200px;    width: 200px; /* Explicitly set to meet min size */    height: 200px;    object-fit: contain;}.page-cat-bee-fanart-poppy-playtime__container,.page-cat-bee-fanart-poppy-playtime__hero-section,.page-cat-bee-fanart-poppy-playtime__about-section,.page-cat-bee-fanart-poppy-playtime__gallery-section,.page-cat-bee-fanart-poppy-playtime__community-section,.page-cat-bee-fanart-poppy-playtime__faq-section,.page-cat-bee-fanart-poppy-playtime__download-section,.page-cat-bee-fanart-poppy-playtime__gallery-item,.page-cat-bee-fanart-poppy-playtime__feature-item,.page-cat-bee-fanart-poppy-playtime__faq-item,.page-cat-bee-fanart-poppy-playtime__faq-question,.page-cat-bee-fanart-poppy-playtime__faq-answer {    box-sizing: border-box;}