.pdt-ship-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 8px 14px;
  color: var(--pdt-ship-text, #214f2f);
  font-size: var(--pdt-ship-size, 13px);
  font-weight: 700;
  line-height: 1.3;
  background: var(--pdt-ship-bg, #e8f3ea);
  border: 1px solid var(--pdt-ship-border, #c9dece);
  border-radius: var(--pdt-ship-radius, 999px);
  box-sizing: border-box;
}

.pdt-ship-bar__badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: var(--pdt-ship-badge-text, #ffffff);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: var(--pdt-ship-badge-bg, #214f2f);
  border-radius: 50%;
}

.pdt-ship-bar__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdt-ship-bar__text {
  margin: 0;
}
