body {
    font-size: 0.95rem;
}

.app-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.app-logo-lg {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.card {
    border-radius: 0.8rem;
}

.table > :not(caption) > * > * {
    padding: 0.55rem 0.6rem;
}

.sort-link {
    color: inherit;
    text-decoration: none;
}

.sort-link:hover {
    text-decoration: underline;
}
