.delivery-format-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  max-width: 100%;
}

.delivery-format-pill__icon {
  flex: 0 0 auto;
}

.delivery-format-pill__label {
  min-width: 0;
}

.delivery-format-pill--offline {
  background: #fef3c7;
  color: #92400e;
}

.delivery-format-pill--online-live {
  background: #e0f2fe;
  color: #075985;
}

.delivery-format-pill--online-recorded {
  background: #ccfbf1;
  color: #0f766e;
}

.course-delivery-format-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.product-full .product-right .delivery-format-pill {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
}

.product-full .product-right .course-delivery-format-pills {
  margin: 0 0 0.75rem;
}

.product-full .product-right .course-delivery-format-pills .delivery-format-pill {
  margin: 0;
}

.product-teaser_micro__format-row,
.product-teaser__format-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0 10px;
  margin: 0 0 6px;
}

.product-teaser__format-row {
  justify-content: flex-start;
  padding: 0;
}
