/*# sourceMappingURL=http://localhost/webbureau2024/App/Vacancy/Templates/Cards/Css/CardList.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.card.card--Vacancy-list {
  --custom-font-size: 14px;
  background: #fff;
  position: relative;
  --h3-margin-bottom:0px;
}
.card.card--Vacancy-list:hover .card__read-more {
  right: 5px;
  border-color: var(--gradient-yellow);
}
.card.card--Vacancy-list:hover .card__read-more a {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card.card--Vacancy-list .card__spec {
  border-left: 1px solid var(--border-color);
  padding: 0 5px;
  --custom-font-size: 14px;
}
.card.card--Vacancy-list .card__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.card.card--Vacancy-list .card__title h3 {
  margin-right: 10px;
}
.card.card--Vacancy-list .card__content {
  padding-right: 50px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--Vacancy-list .card__read-more {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 1px solid var(--border-color);
  height: 25px;
  width: 25px;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
}
.card.card--Vacancy-list:hover .card__image:after {
  background-color: rgba(255, 255, 255, 0.49);
}
