.defaimas-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.defaimas-card {
  width: 240px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.defaimas-card h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 12px;
}

.defaimas-preview {
  width: 100%;
  height: 150px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.defaimas-preview img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.defaimas-button-group {
  display: flex;
  gap: 8px;
}

.defaimas-no-image {
  color: #777;
  font-style: italic;
}
