/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
.insights-card {
  --background-colour: var(--insight-card-colour, #FFF);
  --text-colour: #2A2A2A;
  --meta-colour: #68696C;
  max-width: 288px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #E4E8EF;
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
  background-color: var(--background-colour);
  transition: box-shadow 0.3s ease;
}
.insights-card.insights-card--colour-medium {
  --background-colour: var(--insight-card-colour, #EFF3F8);
}
.insights-card .insights-card-link-wrapper,
.insights-card .wrapper-tag-no-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  text-decoration: none;
  height: 100%;
  color: inherit;
}
.insights-card .insights-card-link-wrapper:hover::after,
.insights-card .wrapper-tag-no-link:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 26, 91, 0.15);
  pointer-events: none;
}
.insights-card .insights-card-link-wrapper:active::after,
.insights-card .wrapper-tag-no-link:active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 26, 91, 0.25);
  pointer-events: none;
}
.insights-card__media-wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.insights-card__media-wrapper .insights-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.insights-card__content-wrapper {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.insights-card__title {
  color: var(--text-colour);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media all and (min-width: 48em) {
  .insights-card__title {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.insights-card__excerpt {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: var(--text-colour);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
.insights-card__excerpt p {
  margin-block: 0;
}
@media all and (min-width: 48em) {
  .insights-card__excerpt {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.insights-card__meta {
  margin-top: auto;
  padding-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--meta-colour);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
}
.insights-card__actions-bar-wrapper {
  margin-top: auto;
  width: 100%;
}
.insights-card .actions-bar.actions-bar--layout-tag-icon .actions-bar__tag.pill {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.01em;
}
@media all and (min-width: 48em) {
  .insights-card .actions-bar.actions-bar--layout-tag-icon .actions-bar__tag.pill {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.01em;
  }
}
.insights-card--large .insights-card__media-wrapper {
  height: 70px;
}
.insights-card--large .insights-card__content-wrapper {
  padding: 0;
  max-width: 288px;
}
.insights-card--large .insights-card__content-wrapper .inner-content-wrapper {
  padding: 1rem;
}
.insights-card--large .insights-card__content-wrapper .inner-content-wrapper .insights-card__excerpt {
  display: none;
}
@media all and (min-width: 48em) {
  .insights-card--large {
    max-width: 912px;
  }
  .insights-card--large .insights-card-link-wrapper,
  .insights-card--large .wrapper-tag-no-link {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .insights-card--large .insights-card__media-wrapper {
    width: 288px;
    min-height: 348px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .insights-card--large .insights-card__content-wrapper {
    width: calc(100% - 288px);
    padding: 0;
  }
  .insights-card--large .insights-card__content-wrapper .inner-content-wrapper {
    padding: 1.5rem 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .insights-card--large .insights-card__content-wrapper .inner-content-wrapper .insights-card__excerpt {
    display: block;
  }
  .insights-card--large .actions-bar__content {
    padding: 1.5rem;
  }
  .insights-card--large .actions-bar__divider {
    display: none;
  }
  .insights-card--large .insights-card__title {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.insights-card--medium .insights-card__media-wrapper {
  height: 70px;
}
.insights-card--small .insights-card-link-wrapper,
.insights-card--small .wrapper-tag-no-link {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insights-card--small .insights-card__media-wrapper {
  width: 55px;
  height: 55px;
  margin: 1rem 0 0 1rem;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.insights-card--small .insights-card__content-wrapper {
  width: calc(100% - 71px);
  padding: 1rem;
}
.insights-card--small .insights-card__meta {
  margin-top: auto;
  padding-top: 0.5rem;
}
/*# sourceMappingURL=insights-card.css.map */
