.game-widget-wrapper{display:flex;width:100%;padding:20px;border-radius:var(--border-radius);border:var(--element-border);box-shadow:var(--element-box-shadow);box-sizing:border-box;background-color:var(--color-primary-mid)}.game-widget-wrapper .game-name{margin-top:0;margin-bottom:20px;color:var(--color-accent)}.game-widget-wrapper .game-name:not(.mobile){display:block}.game-widget-wrapper .game-art-section{margin-right:20px;flex-shrink:0}.game-widget-wrapper .game-art-section .game-name.mobile{display:none}.game-widget-wrapper .game-art-section .game-boxart-image{width:200px;border-radius:var(--border-radius);box-shadow:var(--element-box-shadow);border:var(--element-border);aspect-ratio:2/3}.game-widget-wrapper .game-information-section .game-description{font-size:16px;line-height:22px}.game-widget-wrapper .game-information-section #game-details-list{margin-top:30px}.game-widget-wrapper .game-information-section #game-details-list .details-list-row{display:flex;justify-content:flex-start;padding:6px 0}.game-widget-wrapper .game-information-section #game-details-list .details-list-row:first-of-type{border-top:var(--element-border)}.game-widget-wrapper .game-information-section #game-details-list .details-list-row:not(:last-of-type){border-bottom:var(--element-border)}.game-widget-wrapper .game-information-section #game-details-list .details-list-row dt{flex-shrink:0;width:200px;font-weight:bold;font-size:14px}.game-widget-wrapper .game-information-section #game-details-list .details-list-row .game-details-entry{color:var(--text-color-secondary);font-size:14px}@media(max-width: 1100px){.game-widget-wrapper{margin-bottom:20px}}@media(max-width: 600px){.game-widget-wrapper{flex-direction:column}.game-widget-wrapper .game-art-section .game-name.mobile{display:block}.game-widget-wrapper .game-art-section .game-boxart-image{margin-bottom:10px}.game-widget-wrapper .game-information-section .game-name{display:none}}