/* ======================================
   Styles additionnels pour la page profil freelance
   ====================================== */

/* Badge ProWorker sur la page profil */
.section-profil .profil-freelance-info-gen .profil-info h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.section-profil .profil-freelance-info-gen .profil-info h2 .proworker-badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    cursor: help;
    position: relative;
}

.section-profil .profil-freelance-info-gen .profil-info h2 .proworker-badge svg {
    width: 3rem;
    height: 3rem;
    color: #e6a817;
    stroke: #e6a817;
    stroke-width: 3;
    fill: none;
    filter: drop-shadow(0 2px 4px rgba(200, 150, 0, 0.5));
}
