.table>:not(caption)>*>* {
padding: 0.3rem 0.6rem;
}
.form-control {
padding: .3rem .9rem;
}
.accordion-button {
    padding: 10px var(--vz-accordion-btn-padding-x);
}
#back-to-top {
    bottom: 45px;
}
.fixed-card-size {
    height: 130px; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if content exceeds the size */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute content evenly */
}
