
.tags-grid:not(.expand) .tag-cell:nth-child(n + 13) {
  display: none;
}

.tag-cell__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
}

.tag-cell__logo {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
}

.tags-grid__expand-btn {
  display: block;
  margin: 0 auto 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px dashed #2ecc71;
  color: #2ecc71;
  font-size: 15px;
  padding: 0 0 2px;
}


.pokdomcop-slots__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  padding-bottom: 40px;
}

.pokdomcop-slots__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  padding-bottom: 64px;
}

.pokdomcop-slots__item-media {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2; /* реальные картинки слотов почти все 752x480 (=3:2) */
  overflow: hidden;
  background: #eee;
}

.pokdomcop-slots__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pokdomcop-slots__item-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  padding: 10px 14px 10px;
  text-decoration: none;
  z-index: 2;
}

.pokdomcop-slots__item-provider {
  margin-bottom: 4px;
}

.pokdomcop-slots__item-provider-name {
  font-size: 13px;
  color: #333;
}

.pokdomcop-slots__item-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pokdomcop-slots__item-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.25s ease;
}

.pokdomcop-slots__item-actions .buttton {
  min-width: 0;
  min-height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-size: 14px;
  cursor: pointer;
}

.pokdomcop-slots__item-demo {
  color: #2ecc71;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.pokdomcop-slots__item:hover .pokdomcop-slots__item-info {
  padding-bottom: 16px;
}

.pokdomcop-slots__item:hover .pokdomcop-slots__item-title {
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pokdomcop-slots__item:hover .pokdomcop-slots__item-actions {
  max-height: 60px;
  margin-top: 10px;
  opacity: 1;
}


#copyButton {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
#copyButton p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #popmake-572.pum-container {
    padding: 16px;
  }
  #popmake-572 .pum-title {
    font-size: 19px;
    line-height: 1;
  }
  #popmake-572 #copyButton h2 {
    font-size: 18px;
  }
  #popmake-572 #copyButton p {
    font-size: 13px;
  }
}
