/* Websy SmartphoneMix B2B Styling */

.websy-spmix-tier-info {
    background: #f8f9fa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    border-left: 4px solid #007cba;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.websy-spmix-tier-info h4 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
}

.websy-spmix-tier-info p {
    margin: 8px 0;
    line-height: 1.5;
}

.websy-spmix-account-tier {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.websy-spmix-account-tier h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #007cba;
    padding-bottom: 10px;
}

.websy-spmix-account-tier h4 {
    color: #555;
    margin-bottom: 10px;
}

.websy-spmix-tier-current {
    font-size: 18px;
    color: #007cba;
    font-weight: bold;
}

.websy-spmix-tier-discount {
    color: #28a745;
    font-weight: 500;
}

.websy-spmix-tier-requirements {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.websy-spmix-tier-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.websy-spmix-tier-requirements li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.websy-spmix-tier-requirements li:last-child {
    border-bottom: none;
}

.websy-spmix-next-tier {
    background: #e7f3ff;
    border: 1px solid #007cba;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}

.websy-spmix-next-tier p {
    margin: 0;
    font-weight: bold;
    color: #005a87;
}

/* Responsive design */
@media (max-width: 768px) {
    .websy-spmix-tier-info,
    .websy-spmix-account-tier {
        padding: 15px;
        margin: 15px 0;
    }
    
    .websy-spmix-account-tier .tier-flex {
        flex-direction: column;
    }
    
    .websy-spmix-account-tier .tier-flex > div {
        min-width: auto !important;
        margin-bottom: 15px;
    }
}

/* Tier badges */
.websy-spmix-tier-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.websy-spmix-tier-badge.standard {
    background: #6c757d;
    color: white;
}

.websy-spmix-tier-badge.silver {
    background: #c0c0c0;
    color: #333;
}

.websy-spmix-tier-badge.gold {
    background: #ffd700;
    color: #333;
}

.websy-spmix-tier-badge.platinum {
    background: #e5e4e2;
    color: #333;
    border: 1px solid #999;
}
