.ssp-pricing-wrapper {
    text-align: center;
}

.ssp-top-controls {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ssp-plans {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.ssp-plan {
    width: 280px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.ssp-price {
    font-size: 28px;
    font-weight: bold;
}

.ssp-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}
