/* Fix for MOST POPULAR badge positioning */
.pricing-card {
    position: relative;
    overflow: visible !important;
}

.pricing-featured {
    overflow: visible !important;
}

.pricing-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #479eed;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 15px rgba(71, 158, 237, 0.4);
    z-index: 10;
    white-space: nowrap;
}
