
    /* Page-specific styles for 'will-you-be-our-ninong-and-ninang-wedding' */
    .page-will-you-be-our-ninong-and-ninang-wedding {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f7f7f7;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__hero-section {
      background-color: #DAA520; /* Goldenrod accent */
      color: #ffffff;
      padding: 10px 20px 80px; /* Small top padding, assuming body handles header offset */
      text-align: center;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #ffffff;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__hero-subtitle {
      font-size: 1.4em;
      max-width: 700px;
      margin: 0 auto;
      color: #ffffff;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 40px;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__section--dark {
      background-color: #e0e0e0;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__heading {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__subheading {
      font-size: 1.8em;
      color: #DAA520; /* Goldenrod accent */
      margin-top: 30px;
      margin-bottom: 20px;
      text-align: left;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__paragraph {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #444444;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__image-container {
      text-align: center;
      margin: 40px 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__list {
      list-style: none;
      padding: 0;
      margin: 30px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__list-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-left: 5px solid #DAA520; /* Goldenrod accent */
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
      font-size: 1.1em;
      color: #555555;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__list-item strong {
      color: #333333;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #DAA520; /* Goldenrod accent */
      color: #ffffff;
      margin-top: 40px;
      border-radius: 8px;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #ffffff;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__cta-text {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__button {
      background-color: #333333;
      color: #ffffff;
      padding: 15px 30px;
      font-size: 1.2em;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__button:hover {
      background-color: #555555;
    }

    /* FAQ Section Styles */
    .page-will-you-be-our-ninong-and-ninang-wedding__faq-section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: 40px auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-item {
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 10px;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: #333333;
      transition: color 0.3s ease;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-question:hover {
      color: #DAA520; /* Goldenrod accent */
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      font-weight: bold;
      pointer-events: none; /* Prevents click event on h3 from interfering */
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #DAA520; /* Goldenrod accent */
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents click event on toggle from interfering */
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-item.active .page-will-you-be-our-ninong-and-ninang-wedding__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar, could also be '−' */
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555555;
      font-size: 1.1em;
    }

    .page-will-you-be-our-ninong-and-ninang-wedding__faq-item.active .page-will-you-be-our-ninong-and-ninang-wedding__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-will-you-be-our-ninong-and-ninang-wedding__hero-title {
        font-size: 2.2em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__hero-subtitle {
        font-size: 1.1em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__section,
      .page-will-you-be-our-ninong-and-ninang-wedding__faq-section {
        padding: 30px 15px;
        margin-top: 20px;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__heading {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__subheading {
        font-size: 1.5em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__paragraph,
      .page-will-you-be-our-ninong-and-ninang-wedding__list-item {
        font-size: 1em;
      }

      /* Mobile responsive list items */
      .page-will-you-be-our-ninong-and-ninang-wedding__list {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__cta-title {
        font-size: 2em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__cta-text {
        font-size: 1.1em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__faq-question {
        font-size: 1.1em;
        padding: 12px 0;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__faq-question h3 {
        font-size: 1.1em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__faq-toggle {
        font-size: 1.3em;
      }

      .page-will-you-be-our-ninong-and-ninang-wedding__faq-answer {
        font-size: 1em;
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-will-you-be-our-ninong-and-ninang-wedding__hero-title {
        font-size: 1.8em;
      }
      .page-will-you-be-our-ninong-and-ninang-wedding__hero-subtitle {
        font-size: 1em;
      }
      .page-will-you-be-our-ninong-and-ninang-wedding__heading {
        font-size: 1.8em;
      }
      .page-will-you-be-our-ninong-and-ninang-wedding__cta-title {
        font-size: 1.8em;
      }
      .page-will-you-be-our-ninong-and-ninang-wedding__cta-text {
        font-size: 1em;
      }
      .page-will-you-be-our-ninong-and-ninang-wedding__button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  