.fg-addon-protection-pack {
    position: relative;
}

.fg-protection-ui {
    padding: 0.75rem 1rem;
    background: rgba(15, 15, 15, 0.9);
    color: #fff;
    border-radius: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.fg-protection-badge {
    background: #d97706;
    color: #fff;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
