.ci-title {
  margin-bottom: 0;
  padding: 4px 6px;
  border-bottom: 1px solid rgba(215, 155, 66, 0.52);
  color: var(--gf-gold-strong);
  font-size: 16px;
  line-height: 1.2;
  text-shadow: none;
}

#cards > [class*="col-"] {
  padding: 4px 5px;
}

#cards .box {
  background: rgba(96, 65, 44, 0.94);
  border: 1px solid rgba(215, 155, 66, 0.52);
  border-radius: 8px;
  color: #f7ead5;
  margin-bottom: 2px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 3px 8px rgba(0, 0, 0, 0.28);
  transition: none;
}

#cards .box-content {
  background: transparent;
  border-radius: 0;
  color: #f7ead5;
}

#cards .card-table {
  border-top-color: rgba(215, 155, 66, 0.38) !important;
}

#cards .card-cell {
  color: #f7ead5;
}

#cards .border-end {
  border-right: 1px solid rgba(215, 155, 66, 0.42) !important;
}

#cards .border-bottom {
  border-bottom: 1px solid rgba(215, 155, 66, 0.28) !important;
}

.offering-card .box-content {
  min-height: 120px;
}

.offering-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 12px;
}

.no-image-text {
  font-style: italic;
  color: #e2b33d;
  text-align: center;
  padding: 2rem;
  font-weight: bold;
  user-select: none;
}

.offering-card .card-image,
.offering-image {
  max-height: 80px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.32));
}

.lootbox-image-slot .bi-zoom-in,
.offering-zoom-indicator .bi-zoom-in {
  font-size: 1.2rem;
  color: white;
}

.offering-card,
.offering-card *,
.lootbox-image-slot,
.lootbox-image-slot *,
.lootbox-card .card-image,
.offering-card .card-image,
.offering-image {
  cursor: pointer;
}
