.title-details{margin:-20px clamp(18px,6vw,86px) 22px;padding:24px 28px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:linear-gradient(135deg,rgba(28,28,34,.96),rgba(15,15,19,.94));box-shadow:0 18px 48px rgba(0,0,0,.28);position:relative;z-index:3}
.title-details h2{display:inline-block;margin:0 10px 18px 0;font-size:1.28rem}.title-details h2 button{border:0;padding:0;background:none;color:#fff;font:inherit;font-weight:800;cursor:pointer}.title-details h2 button:hover{text-decoration:underline}.title-details h2 button:disabled{cursor:wait;opacity:.65}.title-details h2 button span{display:inline-block;margin-left:5px;color:#aaa}.title-details.loading h2 button span{animation:details-spin .8s linear infinite}.details-status{color:#85858f;font-size:.76rem}.details-status.error{color:#ff949a}.details-status.success{color:#83e6a5}@keyframes details-spin{to{transform:rotate(360deg)}}
.title-details dl{display:grid;gap:12px;margin:0}
.title-details dl>div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;line-height:1.5}
.title-details dt{color:#92929c;font-weight:800}
.title-details dd{margin:0;color:#ededf1}
.language-flags{display:inline-flex;gap:5px;margin-right:8px;vertical-align:-.18em}.language-flags:empty{display:none}.language-flag{display:none;position:relative;width:24px;height:16px;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.25);overflow:hidden}.language-flag.flag-br,.language-flag.flag-us{display:inline-block}.language-flag.flag-br{background:#169b45}.language-flag.flag-br:before{content:"";position:absolute;left:5px;top:2px;width:14px;height:12px;background:#ffdf00;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.language-flag.flag-br:after{content:"";position:absolute;left:9px;top:5px;width:7px;height:7px;border-radius:50%;background:#002776}.language-flag.flag-us{background:repeating-linear-gradient(to bottom,#b22234 0,#b22234 1.23px,#fff 1.23px,#fff 2.46px)}.language-flag.flag-us:after{content:"";position:absolute;left:0;top:0;width:10px;height:8.6px;background:#3c3b6e}
@media(max-width:820px){.title-details{margin:0 18px 22px;padding:20px}.title-details dl>div{grid-template-columns:1fr;gap:2px}}
