.favorites-main {
  padding-top: 28px;
}

.favorites-shell {
  display: grid;
  gap: 20px;
}

.favorites-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.favorites-kicker {
  margin: 0 0 8px;
  color: #e15e65;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.favorites-head h1 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1;
}

.favorites-head p {
  margin: 10px 0 0;
  color: #677489;
  font-size: 1rem;
}

.favorites-status {
  padding: 13px 15px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e3e8f0;
  color: #4d5b70;
  font-weight: 600;
}

.favorites-status.is-error {
  background: #fff1f1;
  border-color: #f0c7c7;
  color: #a12828;
}

.favorites-empty {
  padding: 28px;
  border: 1px dashed #d5dbe5;
  border-radius: 18px;
  background: #ffffff;
  color: #64748b;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .favorites-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .favorites-head h1 {
    font-size: 1.95rem;
  }
}
