.user-choice-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-choice-card .promo-content {
    flex-grow: 1;
}

.user-choice-card .promo-content h3 {
    color: var(--text-muted, #86868b);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.user-choice-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.user-choice-buttons .btn-learn-more {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-color, #f5f5f7);
    padding: 8px 18px;
    border-radius: 980px;
    font-weight: 400;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    transition: background 0.15s ease;
}

.user-choice-buttons .btn-learn-more:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.user-choice-card .promo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
}

.user-choice-card .promo-image .inline-icon {
    width: 44px;
    height: 44px;
    color: var(--text-muted, #86868b);
    opacity: 0.5;
}

.user-choice-card .promo-image i {
    font-size: 44px;
    color: var(--text-muted, #86868b);
    opacity: 0.5;
}
