/* ========================================
                     SECTION BADGE COMPONENT STYLES
                     ======================================== */

.mystic-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 4px 16px;
  border-radius: var(--border-radius-md);
}

.mystic-badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mystic-badge-icon,
.mystic-badge-icon-element {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-public-sans);
  font-weight: 700;
  font-size: 16px;
  color: inherit;
  flex-shrink: 0;
  line-height: 1;
}

.mystic-badge-icon svg {
  width: 100%;
  height: 100%;
}

.mystic-badge-label {
  color: var(--Black-900, rgba(20, 20, 20, 0.9));
  font-family: "Public Sans";
  font-size: var(--Paragraph-p1, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

/* Badge variants */
.mystic-section-badge--postal {
  background-color: var(--postal-bg);
}

.mystic-section-badge--federal {
  background-color: var(--federal-bg);
}

.mystic-section-badge--hbr {
  background-color: var(--hbr-bg);
}

.mystic-section-badge--healthcare-providers {
  background-color: var(--healthcare-bg);
}

.mystic-section-badge--section {
  background-color: var(--section-bg);
}
