
    :root {
      --primary-color: #3f51b5; /* A deep blue, suitable for a gaming/community site */
      --secondary-color: #ffc107; /* An accent yellow */
      --text-color: #333333;
      --background-color: #f9f9f9;
      --light-gray: #eeeeee;
      --dark-gray: #555555;
      --white: #ffffff;
      --border-radius: 8px;
      --spacing-unit: 16px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang {
      font-family: 'Arial', sans-serif;
      color: var(--text-color);
      line-height: 1.6;
      background-color: var(--background-color);
      padding-top: 10px; /* Small decorative top padding, body padding handles header offset */
    }

    .page-baptism-giveaways-for-ninong-and-ninang__hero-section {
      background-color: var(--primary-color);
      color: var(--white);
      padding: 80px var(--spacing-unit);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 400px;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
      margin-bottom: 40px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__hero-title {
      font-size: 2.8em;
      margin-bottom: 0.5em;
      line-height: 1.2;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 1.5em;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__section {
      padding: 40px var(--spacing-unit);
      max-width: 1200px;
      margin: 0 auto 40px auto;
      background-color: var(--white);
      border-radius: var(--border-radius);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__section-title {
      font-size: 2em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 60px;
      height: 4px;
      background-color: var(--secondary-color);
      border-radius: 2px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__content-text {
      font-size: 1.1em;
      margin-bottom: var(--spacing-unit);
      text-align: justify;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 30px 0;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: var(--border-radius);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card {
      background-color: var(--light-gray);
      border-radius: var(--border-radius);
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card-content {
      padding: var(--spacing-unit);
      flex-grow: 1;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card-title {
      font-size: 1.4em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__gift-card-description {
      font-size: 0.95em;
      color: var(--dark-gray);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-section {
      padding: 40px var(--spacing-unit);
      max-width: 900px;
      margin: 0 auto 40px auto;
      background-color: var(--white);
      border-radius: var(--border-radius);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-item {
      border-bottom: 1px solid var(--light-gray);
      margin-bottom: 10px;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: var(--primary-color);
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-question:hover {
      color: var(--secondary-color);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-item.active .page-baptism-giveaways-for-ninong-and-ninang__faq-toggle {
      transform: rotate(45deg); /* Rotates the + to an X or - */
    }

    .page-baptism-giveaways-for-ninong-and-ninang__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;
      font-size: 1em;
      color: var(--dark-gray);
    }

    .page-baptism-giveaways-for-ninong-and-ninang__faq-item.active .page-baptism-giveaways-for-ninong-and-ninang__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-baptism-giveaways-for-ninong-and-ninang__hero-section {
        padding: 60px var(--spacing-unit);
      }

      .page-baptism-giveaways-for-ninong-and-ninang__hero-title {
        font-size: 2em;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__hero-subtitle {
        font-size: 1em;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__section {
        padding: 30px var(--spacing-unit);
        margin-bottom: 30px;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__content-text {
        font-size: 1em;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__gift-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__gift-card-title {
        font-size: 1.2em;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__faq-section {
        padding: 30px var(--spacing-unit);
        margin-bottom: 30px;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__faq-question {
        font-size: 1em;
        padding: 12px 0;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__faq-question h3 {
        font-size: 1em;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__faq-answer {
        font-size: 0.95em;
        padding: 0 10px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-baptism-giveaways-for-ninong-and-ninang__faq-item.active .page-baptism-giveaways-for-ninong-and-ninang__faq-answer {
        padding: 15px 10px !important;
      }

      /* List item specific responsive styles */
      .page-baptism-giveaways-for-ninong-and-ninang__gift-grid > div { /* Targeting card items */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important; /* Remove any padding that might push it out */
      }
      .page-baptism-giveaways-for-ninong-and-ninang__gift-card-content {
        padding: 12px !important; /* Adjust card content padding for smaller screens */
      }
      .page-baptism-giveaways-for-ninong-and-ninang__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-baptism-giveaways-for-ninong-and-ninang__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-baptism-giveaways-for-ninong-and-ninang__hero-title {
        font-size: 1.8em;
      }
      .page-baptism-giveaways-for-ninong-and-ninang__section-title {
        font-size: 1.6em;
      }
    }
  