.a-nativex {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.a-nativex[data-position=event] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 450px;
  max-height: 100vh;
  gap: 0;
}

.c-entry .a-nativex {
  padding: 0.5rem;
  border: 1px solid var(--divider-color);
  background-color: var(--background-color);
}
@media screen and (min-width: 740px) {
  .c-entry .a-nativex {
    display: flex;
    flex-direction: row;
    margin: 0.75rem auto;
    padding: 0.5rem;
    border: 1px solid var(--divider-color);
    background-color: var(--background-color);
    gap: 1rem;
  }
  .c-entry .a-nativex__media {
    flex: 0 0 auto;
    width: 25%;
    height: 100%;
    aspect-ratio: 16/9;
    padding: 0;
  }
  .c-entry .a-nativex__media img {
    position: static;
  }
}

[data-homepage] .a-nativex {
  display: grid;
  grid-template: "media" "media" "text";
  min-height: 50vh;
  height: 100%;
}

[data--amp-ad] .a-nativex {
  position: relative;
  height: 100%;
  margin: 0;
}

.a-nativex__media {
  position: relative;
  grid-area: media;
  margin-bottom: 1rem;
  padding-top: 56.25%;
}

[data-homepage] .a-nativex__media {
  min-height: 50%;
  margin-bottom: 0;
}

[data-model*=articolo][data-homepage] .a-nativex__media,
[data-model*=articolo] [data-position=event] .a-nativex__media {
  margin-bottom: 2rem;
}

[data-zone*="item/evento"] [data-position=event] .a-nativex__media {
  margin-bottom: 0;
}

.a-nativex__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

[data--amp-ad] .a-nativex__media img {
  margin: 0;
}

.a-nativex__text {
  grid-area: text;
  max-height: 50vh;
  background-color: var(--background-color);
}

@media (prefers-color-scheme: dark) {
  [data-zone*="item/evento"] [data-position=event] .a-nativex__text {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
[data-zone*="item/evento"] [data-position=event] .a-nativex__text {
  position: relative;
  flex: 1;
  max-height: 100%;
  padding: 1rem;
  background-color: #f3f3f3;
}

[data-position=article] .a-nativex__text {
  height: 100vh;
}

[data-model*=articolo] .a-nativex__text:not(.c-entry *),
[data-model*=articolo] [data-position=event] .a-nativex__text {
  position: relative;
  bottom: 1rem;
  width: 100%;
  padding: 0.25rem 0.75rem;
}

[data-homepage] [data-position=event] .a-nativex__text {
  padding: 0.75rem;
}

[data-homepage] [data-position=event] .a-nativex__text,
[data-homepage] .a-nativex__text {
  position: absolute;
  bottom: 0;
  background-color: var(--background-color);
}

@media only screen and (max-width: 739px) {
  [data-homepage] .a-nativex {
    height: 100%;
    min-height: calc(50vh - 50px);
    background-color: var(--background-color);
  }
}
[data-homepage] .a-nativex__text {
  position: relative;
  bottom: 2rem;
  width: 100%;
  padding: 0.75rem;
}

[data--amp-ad] .a-nativex__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
}

.c-card .a-nativex__text {
  flex-grow: 1;
}

.a-nativex__label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #e91f63;
  font-family: var(--font-sans-grotesk);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: calc(1em + 4px);
  text-transform: uppercase;
}

[data-zone*="item/evento"] [data-position=event] .a-nativex__label {
  position: absolute;
  top: -2.3rem;
  left: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: #e91f63;
  color: #fff;
}

.a-nativex__title {
  display: block;
  display: -webkit-box;
  margin-bottom: 0.5rem;
  overflow: hidden;
  color: var(--link-color-dark);
  text-decoration: none;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-family: var(--font-serif-display);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(1em + 4px);
}

[data-homepage] .a-nativex__title {
  font-size: clamp(1.25rem, 6vh, 2rem);
  font-family: var(--font-serif-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(1em + 4px);
}

.a-nativex__title:hover {
  color: #808080;
}

[data--amp-ad] .a-nativex__title {
  font-size: 1rem;
  line-height: calc(1rem + 2px);
}

[data-homepage] [data-position=event] .a-nativex__title {
  font-size: clamp(1.25rem, 6vh, 2rem);
  font-family: var(--font-serif-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(1em + 4px);
}

[data-zone*="item/evento"] [data-position=event] .a-nativex__title {
  font-family: var(--font-sans-grotesk);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: calc(1em + 4px);
}

.a-nativex__details {
  display: none;
}

.a-nativex__cta {
  align-self: flex-start;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 40px;
  background-color: #148be6;
  box-shadow: 0 0 0 1px var(--btn-color);
  color: #fff;
  font-family: var(--font-sans-grotesk);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: calc(1em + 4px);
  cursor: pointer;
}

[data--amp-ad] .a-nativex__cta {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.a-nativex__info {
  align-self: flex-end;
  color: var(--body-secondary-color);
  font-family: var(--font-sans-grotesk);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc(1em + 4px);
}

[data--amp-ad] .a-nativex__info {
  font-size: 0.6rem;
}

.a-nativex__abstract {
  padding: 0;
}

.a-nativex .o-faux-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.a-nativex__event {
  display: none;
}

[data-zone*="item/evento"] [data-position=event] .a-nativex__event {
  display: block;
}