/* Service teaser card used on the categoria-servizio archive */
.teaser-servizio {
  height: 100%;

  header {
    margin-top: 30px!important;
    margin-bottom: 35px!important;
  }
}

.teaser-servizio__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
}

.teaser-servizio .figure-wrapper {
  width: 100%;
}

.teaser-servizio figure {
  margin-bottom: 0px!important;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
}

.teaser-servizio figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fallback image (bundled plugin logo): show it sharp and uncropped,
   never blurred or faded by the theme's lazy-load styles. */
.teaser-servizio__fallback {
  object-fit: cover !important;
  opacity: 1 !important;
  filter: none !important;
}

.teaser-servizio .teaser-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0px!important;
  width: 100%;
}

.teaser-servizio .teaser-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px!important;
}

.teaser-servizio__arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.teaser-servizio__link:hover .teaser-servizio__arrow {
  transform: translateX(6px);
}


.tax-categoria-servizio .page-header {
  padding-top: 51px!important;
  text-align: left!important;
}

.tax-categoria-servizio .page-header h1 {
  font-size: 72px!important;
  font-weight: 800!important;
  line-height: 1.2!important;
}

.tax-categoria-servizio .breadcrumbs {
  margin-top: 0px!important;
}

.tax-categoria-servizio .pre-footer {
  margin-top: 100px!important;
}

.wp-block-terms-query ul {
  list-style-type: none!important;
}