/* ============================================================
   Favicon Generator Styling - Scenic IT Solutions
   ============================================================ */

.fav-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.fav-preview-card {
  background: #0d0d12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.fav-preview-card img {
  margin-bottom: 8px;
  background: repeating-conic-gradient(#1e1e2d 0% 25%, #2a2a3c 0% 50%) 50% / 10px 10px;
  border-radius: 4px;
}

.fav-preview-label {
  font-size: 12px;
  color: #a0a0ab;
  font-weight: 600;
}
