.card {
    padding: var(--space-4);
}

.card--nested {
    height: 100%;
    background: rgba(248, 251, 255, 0.9);
    box-shadow: none;
}

.card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}
