

/* чтобы первая строка не имела лишней верхней границы */
.vacancy-row:first-child {
  border-top: none;
}



.vacancy-row__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--secondary-color);
  opacity: 0.24;
}
.vacancy-row__hh{
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .vacancies .vacancy-row {
    padding: 24px;
    gap:0;
  }

  .vacancy-row  .vacancy-row__top {
    display: contents;
    gap: 10px;
  }

  .vacancy-row__name {
    padding-right: 48px;
    white-space: normal;
    order: 1;
    margin-bottom: 6px;
  }

  .vacancy-row__right {
    width: 100%;
    justify-content: space-between;
    order: 3;
  }

  .vacancy-row__salary {
    white-space: normal;
  }

  .vacancy-row__meta{
    order: 2;
    margin-bottom: 20px;
  }
  .vacancy-row__hh{
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
