.sts2-grid-relics{grid-template-columns:repeat(2,1fr)}.relic-card{display:flex;align-items:center;gap:1.1em;min-height:7em;padding:1.2em}.relic-icon{flex-shrink:0;width:4.5em;height:4.5em;min-width:4.5em;min-height:4.5em;border-radius:0;border:none;box-shadow:none;background:0 0;overflow:visible;transition:var(--sts2-transition)}.relic-icon img{object-fit:contain;box-shadow:none;filter:drop-shadow(0 .15em .4em rgba(0,0,0,.75));transition:filter var(--sts2-duration-base) ease}.relic-card:hover .relic-icon img{filter:drop-shadow(0 .2em .6em rgba(0,0,0,.9)) brightness(1.1)}.relic-content{flex:1;display:flex;flex-direction:column;gap:var(--sts2-gap-sm);min-width:0}.relic-header h2{font-size:var(--sts2-font-xl);margin-bottom:0}.relic-body{font-size:var(--sts2-font-base);position:relative;padding-bottom:1.5em}.relic-history-link{position:absolute;bottom:0;right:0;font-size:var(--sts2-font-base)}@media (max-width:48em){.sts2-grid-relics{grid-template-columns:1fr}.relic-card{padding:var(--sts2-gap-lg);gap:var(--sts2-gap-lg)}.relic-icon{width:3.5em;height:3.5em;min-width:3.5em;min-height:3.5em}}