.card{border:solid 1px var(--tertiary);background-color:var(--background-secondary);border-radius:16px;flex-direction:column;display:flex}.card-header{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.card-header{font-size:large;font-weight:600}.card-body{flex-direction:column;flex:1;gap:10px;padding:10px 16px;display:flex;overflow-y:auto}.card-body li{list-style:none}.card-footer{justify-self:end;padding:10px 16px}.card-footer button{width:100%}
