/* Spazio Locale editorial area */
.acc-sl-archive .acc-internal-hero--has-bg {
  background: #0c4997;
}

.acc-sl-archive .acc-internal-hero--has-bg::before,
.acc-sl-archive .acc-internal-hero--has-bg::after {
  display: none;
}

.acc-sl-archive .acc-internal-hero__breadcrumb,
.acc-sl-archive .acc-internal-hero__crumb-link,
.acc-sl-archive .acc-internal-hero__crumb-current,
.acc-sl-archive .acc-internal-hero__sep,
.acc-sl-archive .acc-internal-hero__sep svg {
  color: #cfe1ff;
}

.acc-sl-archive .acc-internal-hero__title {
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
}

.acc-sl-container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.acc-sl-hero {
  background: #0b3b73;
  color: #fff;
  padding: 72px 0 64px;
}

.acc-sl-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #f2c94c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.acc-sl-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
}

.acc-sl-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #e6eef8;
  font-size: 19px;
  line-height: 1.7;
}

.acc-sl-archive-body {
  padding: 56px 0 72px;
}

.acc-sl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.acc-sl-card,
.acc-sl-related__card {
  background: #fff;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.acc-sl-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}

.acc-sl-card__meta,
.acc-sl-article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: #64748b;
  font-size: 14px;
}

.acc-sl-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8f1fc;
  color: #0b3b73;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.acc-sl-card__title {
  margin: 18px 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.28;
}

.acc-sl-card__title a,
.acc-sl-related__card a {
  color: inherit;
  text-decoration: none;
}

.acc-sl-card__title a:hover,
.acc-sl-related__card a:hover {
  color: #0b3b73;
}

.acc-sl-card__excerpt {
  margin: 0 0 22px;
  color: #44546a;
  font-size: 16px;
  line-height: 1.65;
}

.acc-sl-card__button,
.acc-sl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.acc-sl-card__button {
  margin-top: auto;
  color: #0b3b73;
  border: 1px solid #b9cce3;
  background: #f8fbff;
}

.acc-sl-button--primary {
  color: #fff;
  background: #0b3b73;
}

.acc-sl-button--secondary {
  color: #0b3b73;
  border: 1px solid #b9cce3;
  background: #fff;
}

.acc-sl-card__button:hover,
.acc-sl-button--secondary:hover {
  color: #fff;
  background: #0b3b73;
}

.acc-sl-button--primary:hover {
  color: #fff;
  background: #082f5d;
}

.acc-sl-card__button:focus-visible,
.acc-sl-button:focus-visible,
.acc-sl-card__title a:focus-visible,
.acc-sl-related__card a:focus-visible {
  outline: 3px solid #f2c94c;
  outline-offset: 3px;
}

.acc-sl-pagination {
  margin-top: 44px;
}

.acc-sl-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.acc-sl-pagination .page-numbers {
  min-width: 40px;
  padding: 9px 12px;
  border: 1px solid #d9e4f2;
  border-radius: 6px;
  color: #0b3b73;
  text-align: center;
  text-decoration: none;
}

.acc-sl-pagination .page-numbers.current {
  color: #fff;
  background: #0b3b73;
}

.acc-sl-empty {
  padding: 32px;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  background: #fff;
}

.acc-sl-article__wrap {
  max-width: 860px;
  padding: 48px 0 72px;
}

.acc-sl-breadcrumb {
  margin-bottom: 24px;
  color: #64748b;
  font-size: 14px;
}

.acc-sl-article__header {
  margin-bottom: 28px;
}

.acc-sl-featured-image {
  width: 100%;
  margin: 0 0 32px;
}

.acc-sl-featured-image--center {
  margin-right: auto;
  margin-left: auto;
}

.acc-sl-featured-image--left {
  float: left;
  width: min(42%, 360px);
  margin: 8px 28px 18px 0;
}

.acc-sl-featured-image--right {
  float: right;
  width: min(42%, 360px);
  margin: 8px 0 18px 28px;
}

.acc-sl-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.acc-sl-featured-image figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.acc-sl-article__header h1 {
  margin: 18px 0 14px;
  color: #111827;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
}

.acc-sl-lead,
.acc-sl-box {
  border-radius: 8px;
  border: 1px solid #d9e4f2;
  background: #f8fbff;
}

.acc-sl-lead {
  margin: 0 0 32px;
  padding: 22px 24px;
  color: #26364a;
  font-size: 18px;
  line-height: 1.7;
}

.acc-sl-lead p,
.acc-sl-box p {
  margin: 0 0 1em;
}

.acc-sl-lead p:last-child,
.acc-sl-box p:last-child {
  margin-bottom: 0;
}

.acc-sl-content {
  color: #1f2937;
  font-size: 18px;
  line-height: 1.8;
}

.acc-sl-content h2,
.acc-sl-content h3,
.acc-sl-content h4 {
  color: #111827;
  line-height: 1.25;
}

.acc-sl-content a {
  color: #0b3b73;
  text-decoration-thickness: 2px;
}

.acc-sl-content a:focus-visible {
  outline: 3px solid #f2c94c;
  outline-offset: 3px;
}

.acc-sl-box {
  margin-top: 32px;
  padding: 24px;
}

.acc-sl-box h2,
.acc-sl-related h2 {
  margin: 0 0 16px;
  color: #0b3b73;
  font-size: 22px;
  line-height: 1.25;
}

.acc-sl-summary {
  border-left: 5px solid #f2c94c;
}

.acc-sl-document {
  background: #fff;
}

.acc-sl-document__meta {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.acc-sl-document__meta div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
}

.acc-sl-document__meta dt {
  color: #64748b;
  font-weight: 800;
}

.acc-sl-document__meta dd {
  margin: 0;
  color: #111827;
}

.acc-sl-document__notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 6px;
  background: #fff8e6;
  color: #59420a;
}

.acc-sl-document__cta,
.acc-sl-floating-cta {
  margin: 18px 0 0;
}

.acc-sl-document__cta:first-of-type,
.acc-sl-floating-cta:first-child {
  margin-top: 0;
}

.acc-sl-related {
  margin-top: 44px;
}

.acc-sl-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.acc-sl-related__card {
  padding: 18px;
}

.acc-sl-related__card h3 {
  margin: 14px 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.acc-sl-related__card time {
  color: #64748b;
  font-size: 14px;
}

.acc-sl-back {
  margin: 40px 0 0;
}

@media (max-width: 1024px) {
  .acc-sl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-sl-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .acc-sl-container {
    width: min(100% - 24px, 1120px);
  }

  .acc-sl-hero {
    padding: 48px 0 42px;
  }

  .acc-sl-hero h1,
  .acc-sl-article__header h1 {
    font-size: 34px;
  }

  .acc-sl-hero p,
  .acc-sl-content,
  .acc-sl-lead {
    font-size: 16px;
  }

  .acc-sl-grid {
    grid-template-columns: 1fr;
  }

  .acc-sl-card {
    padding: 20px;
  }

  .acc-sl-document__meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .acc-sl-featured-image--left,
  .acc-sl-featured-image--right {
    float: none;
    width: 100%;
    margin: 0 0 28px;
  }
}
