/* ==========================================================================
   px-handwritten-label — Shared handwritten badge with arrow
   Used by: hero-1, accordion, comparison-tables, help-cards, gravity-forms
   ========================================================================== */

.px-handwritten-label {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  color: var(--Rood-100);
}

.px-handwritten-label__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 2px;
}

.px-handwritten-label__arrow svg {
  width: 28px;
  height: 20px;
  transform: var(--px-hwl-transform, scaleX(-1) rotate(-125deg));
}

.px-handwritten-label__text {
  font-family: 'Caveat', cursive;
  font-size: 21px;
  font-weight: var(--px-weight-regular);
  line-height: 1.5;
  font-style: italic;
}
