.blog-index-grid {
    margin-top: 0.5rem;
  }

  /* —— Card indice (blog + guide, layout classico) —— */
  .blog-card-light.team-item.style-1 {
    text-align: center;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 1.35rem 1.35rem 1.5rem;
    color: #18181b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  .blog-card-light.team-item.style-1:hover {
    border-color: #d4d4d8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
  .blog-card-light .top {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .blog-card-light .top .image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, #e4e4e7 0%, #d4d4d8 55%, #f4f4f5 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .blog-card-light .top .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .blog-card-light .blog-card-thumb-letter {
    font-size: 2.5rem;
    font-weight: 600;
    color: #71717a;
    line-height: 1;
  }
  .blog-card-light .blog-card-date {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ea2b16;
    margin: 0 0 0.5rem;
    letter-spacing: 0.02em;
  }
  /* Override .team-item.style-1 .name (justify-content:start) — titoli corti altrimenti a sinistra */
  .blog-card-light.team-item.style-1 .name {
    justify-content: center;
    text-align: center;
    color: #09090b;
  }
  .blog-card-light .name a {
    color: inherit;
    text-decoration: none;
  }
  .blog-card-light .name a:hover {
    color: #ea2b16;
  }
  .blog-card-light.team-item.style-1 .sub {
    text-align: center;
    color: #52525b;
    font-size: 0.9375rem;
    line-height: 1.55;
    margin-bottom: 0;
  }
  .blog-card-light .blog-card-footer {
    border-top: 1px solid #e4e4e7;
    margin-top: auto;
    padding-top: 1.15rem;
    text-align: center;
  }
  .blog-card-light.d-flex.flex-column {
    min-height: 100%;
  }

  /* —— Blog: card bipartita (media a filo bordo + corpo) —— */
  .blog-card-light.blog-card-split.team-item.style-1 {
    padding: 0;
    overflow: hidden;
  }
  .blog-card-split .blog-card-media {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    background: linear-gradient(165deg, #e4e4e7 0%, #d4d4d8 55%, #a1a1aa 100%);
    overflow: hidden;
  }
  .blog-card-split .blog-card-media__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: transparent;
  }
  .blog-card-split .blog-card-media__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .blog-card-split .blog-card-thumb-letter {
    font-size: 3rem;
    color: #52525b;
  }
  .blog-card-split .blog-card-date {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(9, 9, 11, 0.72);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .blog-card-split .blog-card-body {
    padding: 1.15rem 1.25rem 1.35rem;
    text-align: center;
  }
  .blog-card-split.team-item.style-1 .name {
    margin-bottom: 0.5rem;
  }
  .blog-card-split .blog-card-footer {
    border-top: 1px solid #e4e4e7;
    margin-top: auto;
    padding-top: 1rem;
  }
