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

  .ynf-product-seo-card {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 210px;
    display: grid;
    grid-template-columns: 70px 1fr 300px;
    gap: 28px;
    align-items: center;
    padding: 32px 36px;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ynf-product-seo-icon {
    width: 58px;
    height: 58px;
    color: #d71920;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ynf-product-seo-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .ynf-product-seo-text h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-product-seo-text p {
    margin: 0 0 9px;
    color: #374151;
    font-size: 15px;
    line-height: 1.65;
  }

  .ynf-product-seo-text p:last-child {
    margin-bottom: 0;
  }

  .ynf-product-seo-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .ynf-product-seo-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  @media (max-width: 991px) {
    .ynf-product-seo-card {
      grid-template-columns: 56px 1fr;
      gap: 20px;
    }

    .ynf-product-seo-image {
      grid-column: 1 / -1;
      justify-content: center;
      padding-top: 10px;
    }

    .ynf-product-seo-image img {
      max-width: 360px;
    }

    .ynf-product-seo-text h2 {
      font-size: 26px;
    }
  }

  @media (max-width: 575px) {
    .ynf-product-seo-card-section {
      padding: 28px 15px;
    }

    .ynf-product-seo-card {
      grid-template-columns: 1fr;
      padding: 26px 20px;
      gap: 18px;
    }

    .ynf-product-seo-icon {
      width: 52px;
      height: 52px;
    }

    .ynf-product-seo-text h2 {
      font-size: 23px;
    }

    .ynf-product-seo-text p {
      font-size: 14px;
    }

    .ynf-product-seo-image {
      justify-content: center;
    }

    .ynf-product-seo-image img {
      max-width: 280px;
    }
  }
