
    :root {
      --primary-color: #2a6fdb;
      --secondary-color: #1e5bbd;
      --text-color: #333;
      --light-bg: #f9f9f9;
      --white-bg: #ffffff;
      --border-color: #ddd;
      --shadow-color: rgba(0, 0, 0, 0.05);
      --header-offset: 122px; /* Default value, shared.css should define this */
    }

    .page-thank-you-message-for-ninang-and-ninong {
      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--light-bg);
      padding-top: var(--header-offset, 122px); /* Fallback for body padding */
    }

    .page-thank-you-message-for-ninang-and-ninong__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__container {
        padding: 15px;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__hero-section {
      background-color: var(--primary-color);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Adjusting for body padding-top */
    }

    .page-thank-you-message-for-ninang-and-ninong__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-thank-you-message-for-ninang-and-ninong__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-thank-you-message-for-ninang-and-ninong__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-thank-you-message-for-ninang-and-ninong__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__hero-section {
        padding: 40px 15px;
      }
      .page-thank-you-message-for-ninang-and-ninong__hero-title {
        font-size: 2.2em;
      }
      .page-thank-you-message-for-ninang-and-ninong__hero-subtitle {
        font-size: 1em;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__section {
      background-color: var(--white-bg);
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--shadow-color);
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__section {
        padding: 25px;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__section-title {
      font-size: 2.2em;
      color: var(--primary-color);
      margin-bottom: 25px;
      text-align: center;
    }

    .page-thank-you-message-for-ninang-and-ninong__section-subtitle {
      font-size: 1.8em;
      color: var(--secondary-color);
      margin-top: 30px;
      margin-bottom: 20px;
      text-align: left;
    }

    .page-thank-you-message-for-ninang-and-ninong__content-paragraph {
      margin-bottom: 15px;
      font-size: 1.1em;
      line-height: 1.7;
    }

    .page-thank-you-message-for-ninang-and-ninong__content-list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-thank-you-message-for-ninang-and-ninong__content-list-item {
      background-color: var(--light-bg);
      padding: 20px;
      border-left: 5px solid var(--primary-color);
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-thank-you-message-for-ninang-and-ninong__content-list-item strong {
      color: var(--primary-color);
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__section-title {
        font-size: 1.8em;
      }
      .page-thank-you-message-for-ninang-and-ninong__section-subtitle {
        font-size: 1.4em;
      }
      .page-thank-you-message-for-ninang-and-ninong__content-paragraph {
        font-size: 1em;
      }
      .page-thank-you-message-for-ninang-and-ninong__content-list {
        grid-template-columns: 1fr; /* Stack items on mobile */
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-thank-you-message-for-ninang-and-ninong__content-list-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__image-wrapper {
      text-align: center;
      margin: 30px 0;
      background-color: var(--light-bg);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 6px 16px var(--shadow-color);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-thank-you-message-for-ninang-and-ninong__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      object-fit: cover;
      width: 100%; /* Ensure image fills its container */
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__image-wrapper {
        margin: 20px 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-thank-you-message-for-ninang-and-ninong__image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__sample-message-box {
      background-color: var(--light-bg);
      border-left: 4px solid var(--secondary-color);
      padding: 25px;
      margin-bottom: 25px;
      border-radius: 4px;
      font-style: italic;
      line-height: 1.8;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .page-thank-you-message-for-ninang-and-ninong__sample-message-box p {
      margin: 0 0 10px 0;
    }

    .page-thank-you-message-for-ninang-and-ninong__sample-message-box p:last-child {
      margin-bottom: 0;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-section {
      background-color: var(--white-bg);
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--shadow-color);
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: var(--light-bg);
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: var(--primary-color);
      transition: background-color 0.3s ease;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-question:hover {
      background-color: #eef;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: var(--primary-color);
    }

    .page-thank-you-message-for-ninang-and-ninong__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 */
      color: var(--secondary-color);
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-item.active .page-thank-you-message-for-ninang-and-ninong__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar, or just changes to '-' */
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: var(--white-bg);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-item.active .page-thank-you-message-for-ninang-and-ninong__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-answer p {
      margin: 0 0 10px 0;
      font-size: 1em;
      line-height: 1.6;
    }

    .page-thank-you-message-for-ninang-and-ninong__faq-answer p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-thank-you-message-for-ninang-and-ninong__faq-question h3 {
        font-size: 1em;
      }
      .page-thank-you-message-for-ninang-and-ninong__faq-toggle {
        font-size: 1.5em;
      }
      .page-thank-you-message-for-ninang-and-ninong__faq-answer {
        padding: 0 20px;
      }
      .page-thank-you-message-for-ninang-and-ninong__faq-item.active .page-thank-you-message-for-ninang-and-ninong__faq-answer {
        padding: 15px 20px !important;
      }
    }

    .page-thank-you-message-for-ninang-and-ninong__cta-section {
      text-align: center;
      padding: 40px;
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 12px var(--shadow-color);
    }

    .page-thank-you-message-for-ninang-and-ninong__cta-title {
      font-size: 2em;
      margin-bottom: 20px;
      color: #fff;
    }

    .page-thank-you-message-for-ninang-and-ninong__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-thank-you-message-for-ninang-and-ninong__cta-button {
      display: inline-block;
      background-color: #fff;
      color: var(--primary-color);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-thank-you-message-for-ninang-and-ninong__cta-button:hover {
      background-color: var(--secondary-color);
      color: #fff;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-thank-you-message-for-ninang-and-ninong__cta-section {
        padding: 25px;
      }
      .page-thank-you-message-for-ninang-and-ninong__cta-title {
        font-size: 1.6em;
      }
      .page-thank-you-message-for-ninang-and-ninong__cta-description {
        font-size: 1em;
      }
      .page-thank-you-message-for-ninang-and-ninong__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  