/* Hide unwanted profile elements specific to UM */
.um-inline-profile-hidden-element-02112cb4 {
    display: none !important;
}

#um-inline-profile-container-02112cb4 {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.um-inline-profile-back-02112cb4 {
    background: #f0f0f0;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
}

.um-inline-profile-back-02112cb4:hover {
    background: #e0e0e0;
}

/* Custom Card Layout based on requested fields */
.um-custom-card-02112cb4 {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.um-custom-card-row-02112cb4 {
    margin-bottom: 10px;
    display: flex;
}

.um-custom-card-label-02112cb4 {
    font-weight: bold;
    width: 250px;
    flex-shrink: 0;
}

.um-custom-card-value-02112cb4 {
    flex-grow: 1;
}