/* Mobile / small screens: object titles wrap instead of being clipped. */
.objects .object-card {
  align-items: flex-start !important;
  gap: 10px;
  box-sizing: border-box;
}
.objects .object-card .info {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
}
.objects .object-card .info .text {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  width: 100% !important;
  line-height: 1.3;
}
.objects .object-card .info h2.text {
  margin: 0 0 0.2rem;
  font-size: clamp(0.85rem, 3.5vw, 1rem) !important;
  font-weight: 700;
}
.objects .object-card .info p.text {
  font-size: clamp(0.85rem, 3.5vw, 1rem) !important;
  font-weight: 400;
}
.objects .object-card .status {
  width: auto !important;
  min-width: 108px;
  max-width: 42%;
  flex: 0 1 auto;
  align-self: center;
}
.objects .object-card .status .cardText {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
  font-size: clamp(0.72rem, 3vw, 0.85rem);
}
.objects .objectsTitle {
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}
.objects .objectsTitle p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.workPlaceMain h1,
.jobPlaceMain .jobContainer h1,
.ziniarastisToolbar h1,
.ziniarastisListPanel h1 {
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
}

@media (max-width: 660px) {
  .objects {
    width: 100% !important;
  }
  .objects .object-card {
    padding: 12px;
    gap: 8px;
  }
  .objects .object-card .status {
    max-width: 38%;
    min-width: 92px;
  }
  .objects .object-card .status svg {
    width: 40px;
  }
  .objects .object-row .objectRowDocLinks .ziniarastisLink {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .objects .object-row .objectRowDocLinks .ziniarastisLink:last-child {
    border-bottom: 0;
  }
  .workPlaceMain h1,
  .jobPlaceMain .jobContainer h1 {
    padding-inline: 12px;
    font-size: clamp(1.15rem, 6vw, 1.85rem);
  }
}
