.spoofee-freebie-box {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
}

.spoofee-freebie-box .card-body {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 24px 0 !important;
}

.freebie-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: none;
}

.spoofee-freebie-box h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.freebie-item {
  display: block;
  padding: 6px;
  border-radius: 12px;
  transition: background .18s ease;
}

.freebie-item:hover {
  background: #f8fafc;
}

.freebie-thumb-img {
  width: 100%;
  aspect-ratio: 1 / 0.85;
  object-fit: contain;
  background: #fff;
  padding: 3px !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px;
  box-shadow: none;
}

.freebie-item:hover .freebie-thumb-img {
  border-color: #c7d2fe;
}

.freebie-title {
  margin-top: 8px;
  font-size: .9rem;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
}

.freebie-item:hover .freebie-title {
  color: #2463eb;
}

.freebie-footer {
  margin-top: 12px;
  text-align: right;
}

.freebie-more-link {
  font-weight: 700;
  text-decoration: none;
  color: #0d6efd;
}

.freebie-more-link:hover {
  text-decoration: underline;
}

.freebie-cta {
  display: none;
}

@media (max-width: 575.98px) {
  .spoofee-freebie-box {
    margin: 32px auto;
  }

  .spoofee-freebie-box .card-body {
    padding: 20px 0 !important;
  }

  .freebie-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .spoofee-freebie-box h3 {
    font-size: 1.2rem;
  }

  .freebie-item {
    padding: 4px;
  }

  .freebie-title {
    font-size: .78rem;
  }

  .freebie-footer {
    text-align: left;
  }
}
