.page-kuya-lloyd-cause-of-death {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 10px 0 40px 0;
    }

    .page-kuya-lloyd-cause-of-death__container {
      max-width: 960px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-kuya-lloyd-cause-of-death__hero-section {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-kuya-lloyd-cause-of-death__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-kuya-lloyd-cause-of-death__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-kuya-lloyd-cause-of-death__hero-title {
      color: #fff;
      font-size: 2.8em;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-kuya-lloyd-cause-of-death__hero-subtitle {
      color: #eee;
      font-size: 1.2em;
      max-width: 700px;
      margin: 0 auto;
    }

    .page-kuya-lloyd-cause-of-death__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .page-kuya-lloyd-cause-of-death__section-title {
      color: #2c3e50;
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-kuya-lloyd-cause-of-death__paragraph {
      margin-bottom: 15px;
      color: #555;
    }

    .page-kuya-lloyd-cause-of-death__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      margin: 25px 0;
      border-radius: 8px;
      box-sizing: border-box;
    }

    .page-kuya-lloyd-cause-of-death__content-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-kuya-lloyd-cause-of-death__list {
      list-style: disc inside;
      margin-left: 20px;
      padding: 0;
      margin-bottom: 20px;
    }

    .page-kuya-lloyd-cause-of-death__list-item {
      margin-bottom: 8px;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-kuya-lloyd-cause-of-death__cta-section {
      text-align: center;
      padding: 40px 30px;
      background-color: #2c3e50;
      color: #fff;
      border-radius: 8px;
      margin-bottom: 25px;
    }

    .page-kuya-lloyd-cause-of-death__cta-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: #f39c12;
    }

    .page-kuya-lloyd-cause-of-death__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kuya-lloyd-cause-of-death__button {
      display: inline-block;
      background-color: #f39c12;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-kuya-lloyd-cause-of-death__button:hover {
      background-color: #e67e22;
    }

    /* FAQ Section */
    .page-kuya-lloyd-cause-of-death__faq-section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .page-kuya-lloyd-cause-of-death__faq-title {
      color: #2c3e50;
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-kuya-lloyd-cause-of-death__faq-item {
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-kuya-lloyd-cause-of-death__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      color: #333;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-lloyd-cause-of-death__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-kuya-lloyd-cause-of-death__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #2c3e50;
    }

    .page-kuya-lloyd-cause-of-death__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

    .page-kuya-lloyd-cause-of-death__faq-item.active .page-kuya-lloyd-cause-of-death__faq-toggle {
      transform: rotate(45deg);
    }

    .page-kuya-lloyd-cause-of-death__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      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;
    }

    .page-kuya-lloyd-cause-of-death__faq-item.active .page-kuya-lloyd-cause-of-death__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-kuya-lloyd-cause-of-death__hero-title {
        font-size: 2em;
      }

      .page-kuya-lloyd-cause-of-death__hero-subtitle {
        font-size: 1em;
      }

      .page-kuya-lloyd-cause-of-death__section-title,
      .page-kuya-lloyd-cause-of-death__faq-title,
      .page-kuya-lloyd-cause-of-death__cta-title {
        font-size: 1.6em;
      }

      .page-kuya-lloyd-cause-of-death__section,
      .page-kuya-lloyd-cause-of-death__faq-section,
      .page-kuya-lloyd-cause-of-death__cta-section {
        padding: 20px;
      }

      .page-kuya-lloyd-cause-of-death__container {
        padding: 0 10px;
      }

      .page-kuya-lloyd-cause-of-death__hero-section {
        height: 300px;
      }

      .page-kuya-lloyd-cause-of-death__list {
        margin-left: 0;
      }

      .page-kuya-lloyd-cause-of-death__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px; /* Adjust padding for bullet points */
      }

      .page-kuya-lloyd-cause-of-death__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0;
      }

      .page-kuya-lloyd-cause-of-death__content-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
      }
    }

    @media (max-width: 480px) {
      .page-kuya-lloyd-cause-of-death__hero-title {
        font-size: 1.8em;
      }

      .page-kuya-lloyd-cause-of-death__hero-subtitle {
        font-size: 0.9em;
      }

      .page-kuya-lloyd-cause-of-death__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }