
  .ynf-products-faq-section {
    width: 100%;
    background: #ffffff;
    padding: 45px 20px 35px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ynf-products-faq-container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .ynf-products-faq-title {
    margin: 0 0 24px;
    text-align: center;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-products-faq-list {
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
  }

  .ynf-products-faq-item {
    border-bottom: 1px solid #dfe3e8;
    background: #ffffff;
  }

  .ynf-products-faq-item:last-child {
    border-bottom: none;
  }

  .ynf-products-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 38px 1fr 24px;
    gap: 16px;
    align-items: center;
    min-height: 46px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: background 0.25s ease;
  }

  .ynf-products-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .ynf-products-faq-item summary:hover {
    background: #fffafa;
  }

  .ynf-products-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #d71920;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 5px 12px rgba(215, 25, 32, 0.22);
  }

  .ynf-products-faq-item strong {
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
  }

  .ynf-products-faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    justify-self: center;
  }

  .ynf-products-faq-item[open] .ynf-products-faq-arrow {
    transform: rotate(225deg);
  }

  .ynf-products-faq-item p {
    margin: 0;
    padding: 0 64px 16px 74px;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 575px) {
    .ynf-products-faq-section {
      padding: 38px 15px 28px;
    }

    .ynf-products-faq-title {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .ynf-products-faq-item summary {
      grid-template-columns: 32px 1fr 18px;
      gap: 12px;
      padding: 12px 14px;
    }

    .ynf-products-faq-icon {
      width: 26px;
      height: 26px;
      font-size: 16px;
    }

    .ynf-products-faq-item strong {
      font-size: 14px;
    }

    .ynf-products-faq-item p {
      padding: 0 18px 15px 58px;
      font-size: 13px;
    }
  }
