/* Additional styles for profile section in user-profile.html */
.profile-section.text-center {
    text-align: center;
}

.profile-section.text-center label.d-block {
    text-align: center;
    width: 100%;
}

/* Make subscription type text more prominent */
#subscription-type {
    font-weight: 600;
    text-align: center;
    display: block;
}

/* Make subscription section more prominent */
.subscription-section {
    margin-bottom: 20px;
}

/* Make badge colors more vibrant on iOS */
.ios-device .badge-success {
    background-color: #28a745 !important;
    color: white !important;
}

.ios-device .badge-secondary {
    background-color: #6c757d !important;
    color: white !important;
}

.ios-device .badge-info {
    background-color: #17a2b8 !important;
    color: white !important;
}
