.exmc.custom-extra {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.exmc.custom-extra .exmb {
  background: #292100;
  padding: -3px;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.exmc.custom-extra .exmb:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px #000000;
}

.exmc.custom-extra .exmb img {
  width: 52px;
  height: 52px;
  display: block;
}