/* Card portal Component */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.paragraph--type--card-simple.paragraph--view-mode--topic-simple {
  position: relative;
  height: 232px;
  padding: 24px 24px 48px;
  background-color: var(--gray-four);
  transition: background-color var(--base-trans);
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: var(--primary-complementary-link);
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple:has(a:focus-visible) a::before {
  outline: 2px solid black;
}

@media (min-width: 640px) {
  .paragraph--type--card-simple.paragraph--view-mode--topic-simple {
    padding: 26px 22px;
  }
}
.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-title {
  margin-bottom: 10px;
  color: var(--text-color);
  font-weight: bold;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-title h2,
.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-title h3 {
  color: var(--text-color);
  font-size: 1.4375rem;
  line-height: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-text {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 640px) {
  .paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-text {
    padding-right: 24px;
  }
}
.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-link-text {
  height: 0;
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-link-text a {
  font-size: 0;
  text-decoration: none;
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-link-text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-link-text a::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: var(--primary-complementary-link);
}

@media (min-width: 640px) {
  .paragraph--type--card-simple.paragraph--view-mode--topic-simple .field--name-link-text a::before {
    right: 20px;
    bottom: 24px;
  }
}
.paragraph--type--card-simple.paragraph--view-mode--topic-simple:hover {
  background-color: var(--primary-light);
}
/*# sourceMappingURL=item-card-topic-simple.css.map */
