/*!
Theme Name: UiCore Pro Child
Theme URI: https://uicore.co
Description: One framework for all your website needs.
Author: UiCore
Author URI: https://uicore.co
Template: uicore-pro
Version: 1.0.0
Text Domain: uicore-pro
*/

 /* Add your custom style here */



/* Conteneur principal du profil */
.um-profile {
    background: #fff;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
    padding: 20px;
}

/* Header du profil (Nom et Photo) */
.um-header {
    border-bottom: 2px solid #EAF8F7 !important;
    padding-bottom: 20px !important;
}

/* Boutons UM pour matcher tes couleurs */
.um-button, .um-button.um-alt {
    background-color: #3CB7AC !important;
    border-radius: 10px !important;
    text-transform: none !important;
    font-weight: bold !important;
    transition: 0.3s !important;
}

.um-button:hover {
    background-color: #2e8f85 !important;
    transform: translateY(-2px);
}

/* Onglets du profil */
.um-profile-nav-item.active a {
    color: #BC2474 !important;
    border-bottom: 3px solid #BC2474 !important;
}

