/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.varbase-featured-card .card-body {
  color: #484848;
}

.varbase-featured-card .card-title {
  margin-top: 0;
  font-weight: 700;
  line-height: 140%;
  align-self: stretch;
  text-transform: capitalize;
}

.varbase-featured-card.anchor-all {
  position: relative;
}

.varbase-featured-card.anchor-all .card-title {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.varbase-featured-card.anchor-all a.card-link,
.varbase-featured-card.anchor-all div.card-link > a {
  position: static;
}

.varbase-featured-card.anchor-all a.card-link::before,
.varbase-featured-card.anchor-all div.card-link > a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.varbase-featured-card.anchor-all a {
  z-index: 3;
  position: relative;
}

.varbase-featured-card.xlarge .card-title {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.xlarge .card-title {
    font-size: 2rem;
  }
}

.varbase-featured-card.large.padded {
  padding: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.large.padded {
    padding: 2rem;
  }
}

.varbase-featured-card.large .card-title-wrapper,
.varbase-featured-card.large .card-title {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.35;
  font-weight: 900;
  font-variation-settings: "opsz" 16;
}

@media (min-width: 1200px) {
  .varbase-featured-card.large .card-title-wrapper,
  .varbase-featured-card.large .card-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .varbase-featured-card.large .card-title-wrapper,
  .varbase-featured-card.large .card-title {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 900;
    line-height: 1.5;
    font-variation-settings: "opsz" 16;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .varbase-featured-card.large .card-title-wrapper,
  .varbase-featured-card.large .card-title {
    font-size: 3rem;
  }
}

.varbase-featured-card.large > .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.varbase-featured-card.medium.padded {
  padding: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.medium.padded {
    padding: 1.5rem;
  }
}

.varbase-featured-card.medium .card-title {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
  line-height: 1.3;
  font-variation-settings: "opsz" 14;
}

@media (min-width: 1200px) {
  .varbase-featured-card.medium .card-title {
    font-size: 2rem;
  }
}

.varbase-featured-card.small .card-title {
  font-size: calc(1.265rem + .18vw);
}

@media (min-width: 1200px) {
  .varbase-featured-card.small .card-title {
    font-size: 1.4rem;
  }
}

.varbase-featured-card.xsmall .card-title {
  font-size: 1.2rem;
}

