.fg-addon-dynamic-pricing {
    position: relative;
}

.fg-dynamic-pricing-signal {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(0, 0, 0, 0.65);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #fff;
    z-index: 10;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.fg-dynamic-pricing-text {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fg-dynamic-pricing-price {
    font-size: 0.85rem;
    font-weight: 500;
}
