/*!
 * Steel Tongue Drum | Guarantee box styles
 * Store: US   Product: STD
 * Source: Kiddospace-CDN / Stores/OTH/Product-STD/css/steeldrum-guarantee.css
 * Maintained by Tulon S. Avi. Make changes in the repo, not in the theme.
 */

.drum-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 0;
  padding: 18px 20px;
  background: #FBF7F2;
  border: 2px solid #E7E1D8;
  border-radius: 12px;
  font-family: 'Nunito', sans-serif;
  color: #47565f;
}

.drum-guarantee__seal {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #38b6ff;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.drum-guarantee__seal-top,
.drum-guarantee__seal-bottom {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.drum-guarantee__seal-num {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 1px 0;
}

.drum-guarantee__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #47565f;
}

.drum-guarantee__body {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #47565f;
}

@media (max-width: 600px) {
  .drum-guarantee { padding: 16px; gap: 12px; }
  .drum-guarantee__seal { flex: 0 0 54px; width: 54px; height: 54px; }
  .drum-guarantee__seal-num { font-size: 19px; }
  .drum-guarantee__body { font-size: 13px; }
}
