/* Global card styles */

/* Spacing for parallel cards in rows - all Bootstrap grid sizes */
/* Only apply when row has more than one column child */
.row:has([class*="col-"]:not(:only-child)) > .col-1:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-2:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-3:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-4:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-5:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-6:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-7:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-8:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-9:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-10:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-11:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-1:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-2:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-3:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-4:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-5:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-6:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-7:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-8:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-9:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-10:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-11:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-1:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-2:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-3:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-4:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-5:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-6:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-7:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-8:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-9:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-10:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-11:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-1:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-2:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-3:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-4:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-5:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-6:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-7:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-8:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-9:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-10:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-11:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-1:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-2:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-3:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-4:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-5:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-6:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-7:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-8:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-9:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-10:not(:last-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-11:not(:last-child) {
  padding-right: 5px;
}

.row:has([class*="col-"]:not(:only-child)) > .col-1:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-2:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-3:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-4:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-5:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-6:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-7:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-8:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-9:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-10:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-11:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-1:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-2:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-3:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-4:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-5:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-6:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-7:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-8:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-9:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-10:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-sm-11:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-1:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-2:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-3:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-4:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-5:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-6:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-7:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-8:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-9:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-10:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-md-11:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-1:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-2:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-3:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-4:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-5:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-6:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-7:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-8:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-9:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-10:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-lg-11:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-1:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-2:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-3:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-4:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-5:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-6:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-7:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-8:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-9:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-10:not(:first-child),
.row:has([class*="col-"]:not(:only-child)) > .col-xl-11:not(:first-child) {
  padding-left: 5px;
}
