.spoofee-freebie-box {
  border-radius: 18px;
  background: #fff;
  max-width: 620px;
}

.spoofee-freebie-box .card-body {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.freebie-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef4ff;
  color: #2463eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.freebie-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: linear-gradient(135deg, #eaf2ff, #f8fbff);
  color: #2463eb;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid #dbeafe;
}

.freebie-item:hover .freebie-thumb {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

.freebie-cta {
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 18px;
}
