/* Padding Bottom 0 */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Padding Top 0 */
.pt-0 {
  padding-top: 0 !important;
}

/* Margin Bottom 0 */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Margin Top 0 */
.mt-0 {
  margin-top: 0 !important;
}

/* --- Classi Combinate (Asse Y) --- */

/* Padding Top e Bottom 0 */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Margin Top e Bottom 0 */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}