.o-tv-cat:not(:last-child) {
  margin-bottom: 32px;
}
.o-tv-cat--fit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.o-tv-cat__header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-cat__header-title {
  flex-shrink: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
.o-tv-cat__header-center {
  flex: 1;
}
.o-tv-cat__header-suffix {
  flex-shrink: 0;
}
.o-tv-cat__body {
  position: relative;
}
.o-tv-cat__body--fit {
  flex: 1;
  overflow: auto;
}