.rfq-home-card--skeleton .rfq-home-card__image {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer 2s infinite;
  background-size: 200% 100%;
  border-radius: 8px;
}

.rfq-home-card--skeleton .rfq-home-card__content .rfq-home-card__name,
.rfq-home-card--skeleton .rfq-home-card__content .rfq-home-card__description,
.rfq-home-card--skeleton .rfq-home-card__content .rfq-home-card__detail-row {
  background: linear-gradient(90deg, #f0f0f0, #e6e6e6);
  animation: pulse 1.5s infinite alternate;
  border-radius: 4px;
  margin-bottom: 8px;
}

.rfq-home-card--skeleton .rfq-home-card__name {
  height: 36px;
  width: 80%;
}

.rfq-home-card--skeleton .rfq-home-card__description {
  height: 20px;
  width: 100%;
}

.rfq-home-card--skeleton .rfq-home-card__detail-row {
  height: 16px;
  width: 90%;
  margin-bottom: 8px;
}

.rfq-home-card--skeleton .rfq-home-card__detail-row:nth-child(2) {
  width: 85%;
}

.rfq-home-card--skeleton .rfq-home-card__detail-row:nth-child(3) {
  width: 70%;
}

.rfq-home-card--skeleton .rfq-home-card__detail-row:nth-child(4) {
  width: 75%;
}