/* ������ ������� search widget, ���� �� ���-�� ������� */
form[role="search"],
div[class*="search-widget"],
div[class*="information-widgets"] form {
  display: none !important;
}

/* ������� ���� ������� �� ��� ������ � ���������� */
div[class*="information-widgets"] {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  margin-bottom: 26px !important;
  padding: 18px 20px !important;
  border-radius: 16px !important;
  background: rgba(45, 58, 80, 0.65) !important;
}

div[class*="information-widgets"] > * {
  flex: 0 0 auto !important;
}

/* ������ � ���� ���� ������ */
div[class*="information-widgets"] > *:last-child {
  margin-left: 0 !important;
}

/* �������� */
.card,
.service,
[data-testid="service-card"] {
  border-radius: 14px !important;
  background: rgba(50, 62, 84, 0.72) !important;
  box-shadow: none !important;
}

/* ������ Search ����� ��� ����������� ������ ������ */
h2, h3 {
  letter-spacing: -0.02em;
}

div.bookmarks,
div[class*="bookmarks"] {
  margin-top: 28px !important;
}

div.bookmarks ul,
div[class*="bookmarks"] ul {
  display: block !important;
}

div.bookmarks li,
div[class*="bookmarks"] li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ������ bookmark ������� �� search-bar */
div.bookmarks a,
div[class*="bookmarks"] a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 14px !important;
  background: rgba(60, 72, 95, 0.8) !important;
  color: #dbe6f3 !important;
  text-decoration: none !important;
  font-size: 15px !important;
}

/* ������� ������ */
.group-title, h2, h3 {
  color: #e9eef7 !important;
  font-weight: 600 !important;
}

/* ����� ������� */
.status, .ping, .label, .badge {
  border-radius: 999px !important;
}