.wimpli-order-current-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem 0.8rem;
    max-width: 100%;
}

.wimpli-order-current-status__label {
    font-size: var(--order-component-label-small, 1.3rem);
    font-weight: 600;
    line-height: 1.3;
    color: color-mix(in srgb, var(--color-primary, #333) 80%, #000 20%);
}

.wimpli-order-current-status__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 999px;
    padding: var(--order-component-pad-y-normal, 0.4rem) var(--order-component-pad-x-normal, 0.9rem);
    min-height: var(--order-component-height-small, 2.2rem);
    font-size: var(--order-component-label-small, 1.3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #ffffff;
    white-space: nowrap;
    max-width: 100%;
    border: 0;
    background: var(--wimpli-order-current-status-color, var(--color-primary, #3498db));
    text-shadow: #0000007a 1px 1px 3px;
    text-transform: uppercase;
}

.wimpli-order-current-status--small .wimpli-order-current-status__label {
    font-size: 1.2rem;
}

.wimpli-order-current-status--small .wimpli-order-current-status__pill {
    padding: var(--order-component-pad-y-small, 0.3rem) var(--order-component-pad-x-small, 0.7rem);
    min-height: auto;
    font-size: 1.2rem;

}

.wimpli-order-current-status--big .wimpli-order-current-status__label {
    font-size: var(--order-component-label-normal, 1.5rem);
}

.wimpli-order-current-status--big .wimpli-order-current-status__pill {
    padding: var(--order-component-pad-y-big, 0.5rem) var(--order-component-pad-x-big, 1.1rem);
    min-height: var(--order-component-height-normal, 2.6rem);
    font-size: var(--order-component-label-normal, 1.5rem);
}
