.atl-prodfam__models {
  padding: 2.5rem 0 1rem;
}

.atl-prodfam__models-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .atl-prodfam__models-inner {
    padding: 0 3rem;
  }
}

.atl-prodfam__models-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(53, 52, 82, 0.1);
}
@media (min-width: 768px) {
  .atl-prodfam__models-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.atl-prodfam__models-heading h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #353452;
}
.atl-prodfam__models-heading p {
  margin: 0.25rem 0 0;
  max-width: 40rem;
  font-size: 0.85rem;
  color: var(--color-testo-attenuato);
}

.atl-prodfam__models-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  padding: 0.25rem;
  background: rgba(53, 52, 82, 0.05);
  border: 1px solid rgba(53, 52, 82, 0.1);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .atl-prodfam__models-nav {
    align-self: auto;
  }
}

.atl-prodfam__models-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}
@media (pointer: coarse) {
  .atl-prodfam__models-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.atl-prodfam__models-arrow {
  border: none;
  border-radius: 0.75rem;
  background: #fff;
  color: #353452;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.atl-prodfam__models-arrow:hover {
  background: #137777;
  color: #fff;
}
.atl-prodfam__models-arrow:disabled {
  background: transparent;
  color: var(--color-testo-attenuato);
  cursor: not-allowed;
}

.atl-prodfam__models-counter {
  padding: 0 0.4rem;
  font-family: monospace;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--color-testo-attenuato);
}
.atl-prodfam__models-counter em {
  font-style: normal;
  font-weight: 400;
  color: var(--color-testo-attenuato);
}

.atl-prodfam__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0.1rem 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.atl-prodfam__track::-webkit-scrollbar {
  display: none;
}
.atl-prodfam__track > .atl-pc__card {
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .atl-prodfam__track > .atl-pc__card {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .atl-prodfam__track > .atl-pc__card {
    width: 360px;
  }
}

.atl-prodfam__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.atl-prodfam__dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(53, 52, 82, 0.2);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.atl-prodfam__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 24px;
  min-height: 24px;
}
.atl-prodfam__dot:hover {
  background: rgba(53, 52, 82, 0.35);
}
.atl-prodfam__dot.is-active {
  width: 2rem;
  background: #137777;
}

.atl-prdm-table {
  padding: 2rem 1.25rem 3rem;
}
@media (min-width: 768px) {
  .atl-prdm-table {
    padding: 2rem 3rem 3.5rem;
  }
}

.atl-prdm-table__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.atl-prdm-table__title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #353452;
}

.atl-prdm-table__intro {
  max-width: 46rem;
  margin: 0 0 1rem;
  color: var(--color-testo-attenuato);
  font-size: 0.8rem;
  line-height: 1.6;
}

.atl-prdm-table__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.atl-prdm-table__search {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.atl-prdm-table__search svg {
  position: absolute;
  left: 0.65rem;
  color: var(--color-testo-attenuato);
  pointer-events: none;
}
.atl-prdm-table__search input {
  width: 13rem;
  padding: 0.4rem 0.75rem 0.4rem 1.9rem;
  border: 1px solid rgba(53, 52, 82, 0.18);
  border-radius: 8px;
  font-size: 0.75rem;
}
@media (pointer: coarse) {
  .atl-prdm-table__search input {
    font-size: 1rem;
  }
}
.atl-prdm-table__search input {
  color: #353452;
  background: #fff;
}
.atl-prdm-table__search input::-webkit-search-cancel-button {
  display: none;
}
.atl-prdm-table__search input:focus {
  outline: none;
  border-color: #137777;
}

.atl-prdm-table__filters select {
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(53, 52, 82, 0.18);
  border-radius: 8px;
  font-size: 0.75rem;
}
@media (pointer: coarse) {
  .atl-prdm-table__filters select {
    font-size: 1rem;
  }
}
.atl-prdm-table__filters select {
  color: rgba(53, 52, 82, 0.8);
  background: #fff;
  cursor: pointer;
}
.atl-prdm-table__filters select:focus {
  outline: none;
  border-color: #137777;
}

.atl-prdm-table__reset {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0;
  border: none;
  background: none;
  color: var(--color-testo-attenuato);
  font-size: 0.75rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.atl-prdm-table__reset:hover {
  color: #353452;
}

.atl-prdm-table__card {
  border: 1px solid rgba(53, 52, 82, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.atl-prdm-table__scroll {
  overflow-x: auto;
}

.atl-prdm-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.75rem;
}

.atl-prdm-table thead tr {
  background: #fafafa;
  border-bottom: 1px solid rgba(53, 52, 82, 0.12);
}

.atl-prdm-table th {
  padding: 0.65rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #353452;
  white-space: nowrap;
}

.atl-prdm-table__col-right {
  text-align: right;
}

.atl-prdm-table td {
  padding: 0.65rem 0.75rem;
  color: rgba(53, 52, 82, 0.75);
  border-top: 1px solid rgba(53, 52, 82, 0.06);
  vertical-align: top;
}

.atl-prdm-table__strong {
  font-weight: 700;
  color: #353452;
  white-space: nowrap;
}

.atl-prdm-table tbody tr[data-prdm-row]:hover {
  background: rgba(53, 52, 82, 0.02);
}

.atl-prdm-table td a {
  color: rgba(53, 52, 82, 0.75);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.atl-prdm-table td a:hover {
  color: #137777;
  text-decoration: underline;
}

.atl-prdm-table__empty td {
  padding: 2.5rem 0.75rem;
  text-align: center;
  color: var(--color-testo-attenuato);
}

.atl-prdm-table__count {
  margin: 0.6rem 0 0;
  text-align: right;
  font-size: 0.68rem;
  color: var(--color-testo-attenuato);
}
