.aspect-card {
    padding: 1em 1.5em;
    border-radius: 0.75em;
    box-shadow: #00000033 0 0 8px 0px;
    margin-bottom: 2rem;
}

.aspect-icon {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

th .aspect-icon {
   margin-right: 0.125em; 
}

.aspect-card h2 {
    margin: 0;
    clear: unset !important;
}

.aspect-card .h-stack {
    clear: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.aspect-card .h-stack .col {
    flex-grow: 1;
    flex-basis: 50%;
}

.aspect-card ul {
    margin-left: 0 !important;
    padding: 0;
}

.aspect-card ul li {
    margin-bottom: 0 !important;
    padding: 0;
}

.aspect-card div.image {
    float: left;
    margin: 1em;
    margin-top: 0;
    margin-left: 0;
    width: 100px;
    height: 100px;
    border-radius: 16px !important;
    overflow: hidden;
}

.aspect-card ul li.label {
    margin-left: 0 !important;
    margin-top: 0.5em !important;
    margin-right: 1em !important;
    padding-bottom: 0 !important;
    margin-bottom: 0.5em !important;
    list-style: none;
    font-weight: bold;
    border-bottom: 0.5px solid black;
}

.aspect-card ul > p {
    display: none;
}

.aspect-card table {
    background-color: transparent !important;
    clear: both;
}



.aspect-card.persona {
    background-color: #f0fff7;
}

.aspect-card.limitation {
    background-color: #fffbf0;
}

.aspect-card.origin {
    background-color: #f0fbff;
}

.aspect-card.power-profile {
    background-color: #fff0f5;
}



.heading-icon-image {
    width: 2em;
    height: 2em;
    margin-right: 0.25em;
    border-radius: 6px !important;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: #00000033 0 0 8px 0;
    border: #ba9d4f 0.75px solid;
}