.scheda-card{ padding: .75rem 1.25rem; background-color: var(--light-card-background); border-radius: 1em; } .scheda-body-section{ display: flex; flex-direction: column; gap: 1rem; } .title-section{ display: flex; align-items: center; justify-content: space-between; } .scheda-card-action{ display: flex; gap: 1rem; justify-content: center; }