/* User profile page */
.dle-content>.profile-card{grid-column:1/-1;width:min(100%,980px);max-width:980px;margin:8px auto 34px;padding:0!important;overflow:hidden;border:1px solid var(--border-color);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.profile-card__head{display:flex!important;align-items:center!important;gap:20px!important;padding:30px 34px!important;background:linear-gradient(135deg,#f5f8ef,#fff)!important;border:0!important}.profile-card__head img{display:block!important;width:86px!important;height:86px!important;min-width:86px!important;object-fit:cover!important;border-radius:50%!important;background:var(--green-light)!important}.profile-card__head h1{margin:0!important;font-size:2.1rem!important}.profile-card__head p{margin:5px 0 0!important;color:var(--green-main)!important;font-size:.88rem!important}.profile-card__head p span{color:var(--green-main)!important}
.profile-card__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin:0!important;padding:28px 34px!important;background:#fff}.profile-card__grid div{min-height:88px!important;padding:16px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;background:var(--bg-subtle)!important}.profile-card__grid span{font-size:.73rem!important;color:var(--text-muted)!important}.profile-card__grid b{margin-top:7px!important;font-size:1rem!important;color:var(--text-dark)!important;word-break:break-word}.profile-card__grid .rating{transform:scale(.85);transform-origin:left center}
.profile-card__about{margin:0 34px 24px!important;padding:20px 22px!important;border:1px solid #e5e7df!important;border-radius:12px!important;background:#f6f8f1!important}.profile-card__about h2{margin:0 0 7px!important}.profile-card__about p{margin:0!important;color:var(--text-muted)!important;line-height:1.6}
.profile-card__links{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:0!important;padding:0 34px 30px!important}.profile-card__links a,.profile-card__links>a{display:inline-flex!important;align-items:center!important;min-height:40px!important;padding:0 16px!important;border-radius:9px!important;background:var(--green-light)!important;color:var(--green-main)!important;font-size:.84rem!important;font-weight:800!important;text-decoration:none!important}.profile-card__links a:hover{background:var(--green-main)!important;color:#fff!important}
@media(max-width:620px){.dle-content>.profile-card{margin-top:0;border-radius:14px}.profile-card__head{padding:24px!important}.profile-card__grid{grid-template-columns:repeat(2,1fr)!important;padding:20px!important}.profile-card__about{margin:0 20px 20px!important}.profile-card__links{padding:0 20px 22px!important}}
