/*!
 * Steel Tongue Drum | Add to cart badges styles
 * Store: US   Product: STD
 * Source: Kiddospace-CDN / Stores/OTH/Product-STD/css/steeldrum-atc-badge.css
 * Maintained by Tulon S. Avi. Make changes in the repo, not in the theme.
 */

.drum-atc-badges {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.drum-atc-badges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.drum-atc-badges__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}

.drum-atc-badges__text {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #1c2b36;
}

@media (max-width: 600px) {
  .drum-atc-badges { gap: 6px; }
  .drum-atc-badges__text { font-size: 12px; }
  .drum-atc-badges__icon { width: 20px; height: 20px; flex: 0 0 20px; }
}
