.card.widthresponse {
    container-type: inline-size;
    container-name: sidebar-card;
}

@container sidebar-card (max-width: 15rem) {
.btn-tiny {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0.25rem 0.45rem;
    border-radius: 0.2rem;
}

.tiny-form label {
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 2px;
}
}