﻿.list-group .list-group-item {
  transition: 0.5s all;
}

.list-group .list-group-item:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
  position: relative;
  z-index: 100;
  margin: -3px 0 0 -3px;
}

.list-group a {
  text-decoration: none;
}

.titlebanner img {
  margin: auto;
}

.fstopic-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  height: 33px;
}
