﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 28px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 28px;
  background-color: #f5f5f5;
}

.footer-row {
  display: flex;
  align-items: center; /* Центрирование по вертикали */
  height: 27px;
}

.icon-cell {
  display: flex;
  align-items: center; /* Центрирование по вертикали */
  height: 100%; /* Высота ячейки соответствует высоте строки */
}

.text-cell {
  display: flex;
  align-items: center; /* Центрирование по вертикали */
  justify-content: flex-end; /* Выровнено по правому краю */
  height: 100%; /* Высота ячейки соответствует высоте строки */
}

.telegram-icon {
  color: #0088cc; /* Цвет логотипа Telegram */
  font-size: 20px; /* Размер иконки (при необходимости) */
}
