/* Okolome: grouped multi-photo in chat */
.okolome-chat-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  max-width: 280px;
  border-radius: 12px;
  overflow: hidden;
}

.okolome-chat-photo-grid-3 .okolome-chat-photo-cell:first-child {
  grid-column: span 2;
  max-height: 140px;
}

.okolome-chat-photo-grid-3 .okolome-chat-photo-cell:first-child img {
  max-height: 140px;
}

.okolome-chat-photo-cell {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.okolome-chat-photo-cell img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.okolome-chat-photo-grid-2 .okolome-chat-photo-cell img {
  height: 130px;
}

.okolome-chat-photo-grid-4 .okolome-chat-photo-cell img,
.okolome-chat-photo-grid-5 .okolome-chat-photo-cell img,
.okolome-chat-photo-grid-6 .okolome-chat-photo-cell img {
  height: 100px;
}
