.blog-article-shell {
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    color: #18181b;
    text-align: left;
  }
  .blog-article-shell .blog-article-content {
    overflow: visible;
    min-height: 1rem;
  }
  .blog-article-shell__cover {
    width: 100%;
    aspect-ratio: 21 / 9;
    background: linear-gradient(165deg, #e4e4e7 0%, #d4d4d8 55%, #f4f4f5 100%);
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
  .blog-article-shell__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .blog-article-shell__cover--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 4rem;
    font-weight: 600;
    color: #71717a;
  }
  .blog-article-shell__body {
    padding: 2rem 2.25rem 2.5rem;
  }
  @media (max-width: 767px) {
    .blog-article-shell__body {
      padding: 1.35rem 1.15rem 1.75rem;
    }
  }
  .blog-article-shell__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    font-size: 0.875rem;
    color: #71717a;
    margin-bottom: 1rem;
  }
  .blog-article-shell__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }
  .blog-article-shell__title {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.2;
    color: #09090b;
    margin: 0 0 0.75rem;
  }
  .blog-article-shell__subtitle {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #52525b;
    margin: 0 0 1.75rem;
  }
  /* Tipografia corpo: rich-article-content.css (caricato da site_article_shell_styles.asp) */
  .blog-article-content div[style*="background-color:#0"],
  .blog-article-content div[style*="background-color: #0"],
  .blog-article-content div[style*="background-color:#1"],
  .blog-article-content div[style*="background-color: #1"],
  .blog-article-content div[style*="background-color:rgb(0"],
  .blog-article-content div[style*="background-color: rgb(0"],
  .blog-article-content div[style*="background-color:rgb(1"],
  .blog-article-content div[style*="background-color: rgb(1"],
  .blog-article-content div[style*="background-color:rgb(2"],
  .blog-article-content div[style*="background-color: rgb(2"],
  .blog-article-content div[style*="background:#0"],
  .blog-article-content div[style*="background: #0"],
  .blog-article-content div[style*="background:#1"],
  .blog-article-content div[style*="background: #1"],
  .blog-article-content td[style*="background-color:#0"],
  .blog-article-content td[style*="background-color: #0"],
  .blog-article-content td[style*="background-color:#1"],
  .blog-article-content td[style*="background-color: #1"],
  .blog-article-content td[style*="background-color:rgb(1"],
  .blog-article-content td[style*="background-color: rgb(1"],
  .blog-article-content th[style*="background-color:#0"],
  .blog-article-content th[style*="background-color: #0"],
  .blog-article-content th[style*="background-color:#1"],
  .blog-article-content th[style*="background-color: #1"] {
    color: #f4f4f5 !important;
  }
  .blog-article-content div[style*="background-color:#0"] *,
  .blog-article-content div[style*="background-color: #0"] *,
  .blog-article-content div[style*="background-color:#1"] *,
  .blog-article-content div[style*="background-color: #1"] *,
  .blog-article-content div[style*="background-color:rgb(0"] *,
  .blog-article-content div[style*="background-color: rgb(0"] *,
  .blog-article-content div[style*="background-color:rgb(1"] *,
  .blog-article-content div[style*="background-color: rgb(1"] *,
  .blog-article-content div[style*="background-color:rgb(2"] *,
  .blog-article-content div[style*="background-color: rgb(2"] *,
  .blog-article-content div[style*="background:#0"] *,
  .blog-article-content div[style*="background: #0"] *,
  .blog-article-content div[style*="background:#1"] *,
  .blog-article-content div[style*="background: #1"] *,
  .blog-article-content td[style*="background-color:#0"] *,
  .blog-article-content td[style*="background-color: #0"] *,
  .blog-article-content td[style*="background-color:#1"] *,
  .blog-article-content td[style*="background-color: #1"] *,
  .blog-article-content th[style*="background-color:#0"] *,
  .blog-article-content th[style*="background-color: #0"] *,
  .blog-article-content th[style*="background-color:#1"] *,
  .blog-article-content th[style*="background-color: #1"] * {
    color: #f4f4f5 !important;
  }
  .blog-article-content div[style*="background-color:#0"] a,
  .blog-article-content div[style*="background-color: #0"] a,
  .blog-article-content div[style*="background-color:#1"] a,
  .blog-article-content div[style*="background-color: #1"] a,
  .blog-article-content td[style*="background-color:#0"] a,
  .blog-article-content td[style*="background-color: #0"] a,
  .blog-article-content td[style*="background-color:#1"] a,
  .blog-article-content td[style*="background-color: #1"] a {
    color: #fca5a5 !important;
  }
  .blog-article-shell__footer {
    border-top: 1px solid #e4e4e7;
    margin-top: 2rem;
    padding-top: 1.5rem;
    text-align: center;
  }
  .blog-article-notfound-card {
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    color: #52525b;
    text-align: center;
  }
  .blog-article-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9375rem;
  }
  .blog-article-breadcrumbs a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
  }
  .blog-article-breadcrumbs a:hover {
    color: #ea2b16;
  }

  /* Commenti articolo — card chiare su fondo scuro (.box-black) */
  .box-black .blog-comments,
  .blog-comments {
    margin-top: 2rem;
    padding: 1.75rem 1.75rem 2rem;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    color: #18181b;
  }
  @media (max-width: 767px) {
    .box-black .blog-comments,
    .blog-comments {
      padding: 1.25rem 1.1rem 1.5rem;
    }
  }
  .box-black .blog-comments__title,
  .blog-comments__title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #09090b;
    margin: 0 0 1.25rem;
  }
  .box-black .blog-comments__empty,
  .blog-comments__empty {
    color: #52525b;
    margin: 0 0 1.5rem;
  }
  .box-black .blog-comments__alert,
  .blog-comments__alert {
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
  }
  .box-black .blog-comments__alert--ok,
  .blog-comments__alert--ok {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
  }
  .box-black .blog-comments__alert--err,
  .blog-comments__alert--err {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
  }
  .box-black .blog-comments__list,
  .blog-comments__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 0.25rem;
    padding: 0;
    list-style: none;
  }
  .box-black .blog-comment,
  .blog-comment {
    margin: 0;
    padding: 1.15rem 1.25rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #18181b;
  }
  .box-black .blog-comment__meta,
  .blog-comment__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: baseline;
    margin-bottom: 0.65rem;
  }
  .box-black .blog-comment__author,
  .blog-comment__author {
    color: #09090b;
    font-weight: 600;
  }
  .box-black .blog-comment__date,
  .blog-comment__date {
    font-size: 0.8125rem;
    color: #71717a;
  }
  .box-black .blog-comment__body,
  .blog-comment__body {
    color: #3f3f46;
    line-height: 1.6;
    font-size: 0.9875rem;
  }
  .box-black .blog-comment__reply,
  .blog-comment__reply {
    margin-top: 0.95rem;
    padding: 0.85rem 1rem;
    border-left: 3px solid #ea2b16;
    background: #f4f4f5;
    border-radius: 0 10px 10px 0;
    color: #18181b;
  }
  .box-black .blog-comment__reply-label,
  .blog-comment__reply-label {
    margin: 0 0 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ea2b16;
  }
  .box-black .blog-comment__reply-body,
  .blog-comment__reply-body {
    color: #3f3f46;
    line-height: 1.55;
    font-size: 0.9375rem;
  }
  .box-black .blog-comments__form-wrap,
  .blog-comments__form-wrap {
    margin-top: 1.75rem;
    padding: 1.35rem 1.35rem 1.5rem;
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 14px;
    color: #18181b;
  }
  .box-black .blog-comments__form-title,
  .blog-comments__form-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #09090b;
    margin: 0 0 0.35rem;
  }
  .box-black .blog-comments__form-hint,
  .blog-comments__form-hint {
    color: #52525b;
    font-size: 0.9rem;
    margin: 0 0 1.15rem;
  }
  .box-black .blog-comments__label,
  .blog-comments__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3f3f46;
  }
  .box-black .blog-comments__form .form-control,
  .blog-comments__form .form-control,
  .box-black .blog-comments__form input[type="text"],
  .box-black .blog-comments__form input[type="email"],
  .box-black .blog-comments__form textarea,
  .blog-comments__form input[type="text"],
  .blog-comments__form input[type="email"],
  .blog-comments__form textarea {
    background: #fafafa;
    border: 1px solid #d4d4d8;
    border-radius: 10px;
    color: #18181b;
    padding: 0.7rem 0.85rem;
    height: auto;
    box-shadow: none;
  }
  .box-black .blog-comments__form .form-control:focus,
  .blog-comments__form .form-control:focus,
  .box-black .blog-comments__form input[type="text"]:focus,
  .box-black .blog-comments__form input[type="email"]:focus,
  .box-black .blog-comments__form textarea:focus,
  .blog-comments__form input[type="text"]:focus,
  .blog-comments__form input[type="email"]:focus,
  .blog-comments__form textarea:focus {
    border-color: #a1a1aa;
    background: #ffffff;
    color: #18181b;
    box-shadow: 0 0 0 3px rgba(234, 43, 22, 0.15);
  }
  .box-black .blog-comments__form .form-control::placeholder,
  .blog-comments__form .form-control::placeholder,
  .box-black .blog-comments__form textarea::placeholder,
  .blog-comments__form textarea::placeholder {
    color: #a1a1aa;
  }
