.application.sheet.daggerheart.actor.dh-style { .portrait img, .profile { width: 100%; object-fit: cover; object-position: top center; } &.minimized { .attribution-header-label { display: none; } } .attribution-header-label { font-style: italic; font-family: @font-body; color: light-dark(@chat-blue-bg, @beige-50); } &.limited { &.character, &.adversary, &.environment, &.companion { width: 360px !important; height: auto !important; .window-content { display: unset; padding-bottom: 20px; } .limited-container { width: 100%; padding-top: var(--header-height); display: flex; flex-direction: column; gap: 8px; header { width: 100%; display: flex; flex-direction: column; align-items: center; .profile { width: 275px; } .title-name { text-align: center; } } .description { font-style: italic; text-align: center; } } } } }