.collection-tile-full {
  max-width: 280px;
  min-width: 260px;
  border-radius: 12px;
  height: auto;
  margin-bottom: 20px;
}

.collection-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 8px;
}

.collection-panel {
  transition: all 0.2s ease;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.collection-panel:hover {
  box-shadow: 0 8px 20px -4px rgba(0,0,0,0.1);
  transform: translateY(-3px);
  border-color: #cbd5e1;
}

.collection-panel-body {
  padding: 16px;
  background: #ffffff;
}

.collection-panel-outer {
  text-align: center;
  padding: 8px;
}

.content-img img,
.img-inner,
.img-fluid.img-inner {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: fill !important;
  display: block !important;
  border-radius: 26px;
}

.content-div {
  padding: 16px;
}

.app-bundle-name {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin-top: 8px;
}

.app-bundle-div {
  width: 220px;
  padding: 16px;
}

@media only screen and (max-width: 480px) {
  .app-bundle-div {
    width: 100%;
    padding: 10px;
  }
}