.page-poppy-playtime-chapter-dogday {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-poppy-playtime-chapter-dogday__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-dogday__section-title {
      font-size: 2.5em;
      color: #0a4d68; /* Darker blue for contrast */
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-top: 20px; /* Adjust for spacing */
    }

    .page-poppy-playtime-chapter-dogday__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #f7b32b; /* Accent color */
      margin: 10px auto 0;
    }

    .page-poppy-playtime-chapter-dogday__section-title--hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }

    .page-poppy-playtime-chapter-dogday__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
      text-align: center;
    }

    .page-poppy-playtime-chapter-dogday__primary-button,
    .page-poppy-playtime-chapter-dogday__hero-cta,
    .page-poppy-playtime-chapter-dogday__access-button,
    .page-poppy-playtime-chapter-dogday__game-button,
    .page-poppy-playtime-chapter-dogday__promo-button {
      display: inline-block;
      background-color: #f7b32b; /* Accent color */
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      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-poppy-playtime-chapter-dogday__primary-button:hover,
    .page-poppy-playtime-chapter-dogday__hero-cta:hover,
    .page-poppy-playtime-chapter-dogday__access-button:hover,
    .page-poppy-playtime-chapter-dogday__game-button:hover,
    .page-poppy-playtime-chapter-dogday__promo-button:hover {
      background-color: #e09e1e; /* Slightly darker accent */
      transform: translateY(-2px);
    }

    /* HERO Section */
    .page-poppy-playtime-chapter-dogday__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Minimal padding-top, relying on body padding-top for header offset */
      background-color: #222; /* Fallback background */
    }

    .page-poppy-playtime-chapter-dogday__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.7;
    }

    .page-poppy-playtime-chapter-dogday__hero-content {
      position: relative;
      z-index: 2;
      color: #fff;
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-poppy-playtime-chapter-dogday__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #f7b32b;
      line-height: 1.2;
    }

    .page-poppy-playtime-chapter-dogday__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-chapter-dogday__hero-cta {
      padding: 18px 40px;
      font-size: 1.3em;
    }

    /* Partner/Supplier Logo Section */
    .page-poppy-playtime-chapter-dogday__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;
      border-bottom: 1px solid #eee;
    }
    .page-poppy-playtime-chapter-dogday__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain; /* Ensure image fits within bounds */
    }
    /* Specific image styling if the gallery placeholder returns an img tag */
    .page-poppy-playtime-chapter-dogday__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-poppy-playtime-chapter-dogday__intro-section {
      padding: 60px 0;
      background-color: #fefefe;
    }

    /* Quick Access / Alternative Links */
    .page-poppy-playtime-chapter-dogday__quick-access {
      padding: 60px 0;
      background-color: #e0f2f7; /* Light blue background */
      text-align: center;
    }

    .page-poppy-playtime-chapter-dogday__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-poppy-playtime-chapter-dogday__access-button {
      min-width: 200px;
      padding: 12px 25px;
      font-size: 1em;
    }

    /* Core Games / Services Introduction */
    .page-poppy-playtime-chapter-dogday__games-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }

    .page-poppy-playtime-chapter-dogday__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-dogday__game-card {
      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, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-chapter-dogday__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-poppy-playtime-chapter-dogday__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-poppy-playtime-chapter-dogday__game-title {
      font-size: 1.5em;
      color: #0a4d68;
      margin: 20px 15px 10px;
    }

    .page-poppy-playtime-chapter-dogday__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-poppy-playtime-chapter-dogday__game-button {
      margin: 0 15px 20px;
      padding: 10px 20px;
      font-size: 0.9em;
      align-self: center;
    }

    /* Promotions Section */
    .page-poppy-playtime-chapter-dogday__promotions-section {
      padding: 60px 0;
      background-color: #fefefe;
    }

    .page-poppy-playtime-chapter-dogday__promo-list {
      list-style: none;
      padding: 0;
      margin: 40px 0 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-poppy-playtime-chapter-dogday__promo-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-chapter-dogday__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-chapter-dogday__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-poppy-playtime-chapter-dogday__promo-title {
      font-size: 1.4em;
      color: #0a4d68;
      margin: 20px 15px 10px;
    }

    .page-poppy-playtime-chapter-dogday__promo-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-poppy-playtime-chapter-dogday__promo-button {
      margin: 0 15px 20px;
      padding: 10px 20px;
      font-size: 0.9em;
      align-self: center;
    }

    /* Security & Customer Service Section */
    .page-poppy-playtime-chapter-dogday__security-section {
      padding: 60px 0;
      background-color: #e0f2f7;
      text-align: center;
    }

    .page-poppy-playtime-chapter-dogday__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-poppy-playtime-chapter-dogday__security-feature {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-poppy-playtime-chapter-dogday__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-poppy-playtime-chapter-dogday__security-title {
      font-size: 1.3em;
      color: #0a4d68;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-chapter-dogday__security-description {
      font-size: 0.95em;
      color: #666;
    }

    /* FAQ Section */
    .page-poppy-playtime-chapter-dogday__faq-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }

    .page-poppy-playtime-chapter-dogday__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
    }

    .page-poppy-playtime-chapter-dogday__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }

    .page-poppy-playtime-chapter-dogday__faq-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-poppy-playtime-chapter-dogday__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #0a4d68; /* Darker background for question */
      color: #fff;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-dogday__faq-question:hover {
      background-color: #073a50; /* Slightly darker on hover */
    }

    .page-poppy-playtime-chapter-dogday__faq-title {
      font-size: 1.2em;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-poppy-playtime-chapter-dogday__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-poppy-playtime-chapter-dogday__faq-item.active .page-poppy-playtime-chapter-dogday__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-chapter-dogday__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fefefe;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-poppy-playtime-chapter-dogday__faq-item.active .page-poppy-playtime-chapter-dogday__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-poppy-playtime-chapter-dogday__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Latest Blog Content Section */
    .page-poppy-playtime-chapter-dogday__blog-section {
      padding: 60px 0;
      background-color: #e0f2f7;
    }

    .page-poppy-playtime-chapter-dogday__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-dogday__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-chapter-dogday__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-chapter-dogday__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-poppy-playtime-chapter-dogday__blog-content-wrapper {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-chapter-dogday__blog-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .page-poppy-playtime-chapter-dogday__blog-title a {
      color: #0a4d68;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-poppy-playtime-chapter-dogday__blog-title a:hover {
      color: #f7b32b;
    }

    .page-poppy-playtime-chapter-dogday__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-poppy-playtime-chapter-dogday__blog-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
      display: block;
      margin-top: auto; /* Push date to bottom */
    }


    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-poppy-playtime-chapter-dogday__hero-title {
        font-size: 3em;
      }
      .page-poppy-playtime-chapter-dogday__hero-description {
        font-size: 1.2em;
      }
      .page-poppy-playtime-chapter-dogday__hero-cta {
        font-size: 1.2em;
        padding: 15px 30px;
      }
      .page-poppy-playtime-chapter-dogday__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-dogday__hero-section {
        height: 450px;
      }
      .page-poppy-playtime-chapter-dogday__hero-title {
        font-size: 2.5em;
      }
      .page-poppy-playtime-chapter-dogday__hero-description {
        font-size: 1em;
      }
      .page-poppy-playtime-chapter-dogday__hero-cta {
        font-size: 1em;
        padding: 12px 25px;
      }

      .page-poppy-playtime-chapter-dogday__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-poppy-playtime-chapter-dogday__text-content {
        font-size: 1em;
        padding: 0 10px;
      }

      .page-poppy-playtime-chapter-dogday__access-buttons {
        flex-direction: column;
        align-items: center;
      }
      .page-poppy-playtime-chapter-dogday__access-button {
        width: 100% !important; /* List item mobile responsiveness */
        max-width: 300px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-poppy-playtime-chapter-dogday__game-grid,
      .page-poppy-playtime-chapter-dogday__promo-list,
      .page-poppy-playtime-chapter-dogday__security-grid,
      .page-poppy-playtime-chapter-dogday__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-poppy-playtime-chapter-dogday__game-card,
      .page-poppy-playtime-chapter-dogday__promo-item,
      .page-poppy-playtime-chapter-dogday__security-feature,
      .page-poppy-playtime-chapter-dogday__blog-card {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-poppy-playtime-chapter-dogday__game-image,
      .page-poppy-playtime-chapter-dogday__promo-image,
      .page-poppy-playtime-chapter-dogday__blog-image {
        height: 180px;
      }

      .page-poppy-playtime-chapter-dogday__faq-question {
        padding: 15px 20px;
      }
      .page-poppy-playtime-chapter-dogday__faq-title {
        font-size: 1.1em;
      }
      .page-poppy-playtime-chapter-dogday__faq-toggle {
        font-size: 1.5em;
      }
      .page-poppy-playtime-chapter-dogday__faq-answer {
        padding: 0 20px;
      }
      .page-poppy-playtime-chapter-dogday__faq-item.active .page-poppy-playtime-chapter-dogday__faq-answer {
        padding: 15px 20px !important;
      }

      /* Payment Providers specific mobile styles */
      .page-poppy-playtime-chapter-dogday__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 10px;
      }
      .page-poppy-playtime-chapter-dogday__payment-logo,
      .page-poppy-playtime-chapter-dogday__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* Image responsiveness */
      .page-poppy-playtime-chapter-dogday__hero-image,
      .page-poppy-playtime-chapter-dogday__game-image,
      .page-poppy-playtime-chapter-dogday__promo-image,
      .page-poppy-playtime-chapter-dogday__security-icon,
      .page-poppy-playtime-chapter-dogday__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-chapter-dogday__hero-section {
        height: 350px;
      }
      .page-poppy-playtime-chapter-dogday__hero-title {
        font-size: 2em;
      }
      .page-poppy-playtime-chapter-dogday__hero-description {
        font-size: 0.9em;
      }
      .page-poppy-playtime-chapter-dogday__hero-cta {
        font-size: 0.9em;
        padding: 10px 20px;
      }
      .page-poppy-playtime-chapter-dogday__section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
      }
      .page-poppy-playtime-chapter-dogday__faq-question,
      .page-poppy-playtime-chapter-dogday__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-poppy-playtime-chapter-dogday__faq-item.active .page-poppy-playtime-chapter-dogday__faq-answer {
        padding: 15px !important;
      }
    }