
/* Casting DZ final professional media/profile fix */
:root{--cdz-gold:#f5bd38;--cdz-gold2:#d4af37;--cdz-dark:#070b12;}
img{max-width:100%;}
img[data-cdz-default], .avatar img, .profile-img img, .teacher-img img, .service-img img, .family-avatar img, .cdz-artist-avatar img, .dzm-avatar{background:radial-gradient(circle at 50% 15%,rgba(245,189,56,.22),rgba(7,11,18,.95));}
.avatar,.profile-img,.cdz-rh-mobile-avatar,.family-avatar,.cdz-artist-avatar{box-shadow:0 14px 34px rgba(0,0,0,.35),0 0 0 1px rgba(245,189,56,.28);}
.profile-img,.teacher-img,.service-img{position:relative;overflow:hidden;}
.profile-img:before,.teacher-img:before,.service-img:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(245,189,56,.20),transparent 35%,rgba(255,255,255,.05));z-index:1;}
.profile-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.profile-card:hover{transform:translateY(-4px);border-color:rgba(245,189,56,.48);box-shadow:0 22px 50px rgba(0,0,0,.34);}
.cdz-profile-icon,.public-user-profile img,.cdz-rh-avatar,.cdz-rh-mobile-avatar{border-radius:50%;object-fit:cover;border:2px solid var(--cdz-gold);background:#0b1220;}
@media(max-width:820px){.profile-img,.teacher-img,.service-img{height:150px}.profile-card h3{font-size:14px;line-height:1.35}}
