.header-actions {
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: space-between;
  justify-self: stretch;
  width: 100%;
}

.shortlist-homes-button,
.liked-homes-button {
  border-radius: 13px;
  flex: 0 0 auto;
  font-size: 18px;
  gap: 10px;
  min-height: 64px;
  min-width: 84px;
  padding: 12px 16px;
}

.shortlist-homes-button {
  margin-right: auto;
  order: 1;
}

.liked-homes-button {
  margin-left: auto;
  order: 2;
}

.shortlist-homes-button svg,
.liked-homes-button svg {
  height: 26px;
  width: 26px;
}

@media (max-width: 480px) {
  .header-actions {
    gap: 8px;
  }

  .shortlist-homes-button,
  .liked-homes-button {
    border-radius: 12px;
    font-size: 17px;
    min-height: 58px;
    min-width: 76px;
    padding: 10px 13px;
  }

  .shortlist-homes-button svg,
  .liked-homes-button svg {
    height: 24px;
    width: 24px;
  }
}
