.fjpi-dispatch-size-row {
    margin-bottom: 0 !important;
}

.fjpi-dispatch-note {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 20px;
    margin: 8px 0;
    color: #147a51;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.fjpi-dispatch-note::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: currentColor;
}

.fjpi-dispatch-note[data-state="custom"] {
    color: #9a6700;
}

.fjpi-dispatch-note[data-state="standard"] {
    color: #667085;
    font-weight: 500;
}

.fjpi-dispatch-note[hidden] {
    display: none;
}
