#posten-bring-checkout, #posten-bring-checkout-summary, #posten-bring-checkout-cart, #posten-bring-checkout-section, #landing-page-container, .mass-booking, #faq-container, #posten-bring-checkout-settings, #feedback-form-container, #deactivate-container, .customs-container, #posten-bring-custom-modal {
	.flex {
		display: flex;
	}

	.flex-1 {
		flex: 1;
	}

	.flex-wrap {
		flex-wrap: wrap;
	}

	.flex-nowrap {
		flex-wrap: nowrap;
	}

	.flex-dir-row {
		flex-direction: row;
	}

	.flex-dir-col {
		flex-direction: column;
	}

	.justify-csb {
		justify-content: space-between;
	}

	.justify-cfs {
		justify-content: flex-start;
	}

	.justify-cc {
		justify-content: center;
	}

	.justify-ce {
		justify-content: flex-end;
	}

	.align-ic {
		align-items: center;
	}

	.align-ife {
		align-items: flex-end;
	}

	.align-ifs {
		align-items: flex-start;
	}

	.gaxs {
		gap: .25rem;
	}

	.gas {
		gap: .5rem;
	}

	.gam {
		gap: 1rem;
	}

	.gal {
		gap: 2rem;
	}

	.gaxl {
		gap: 4rem;
	}
}
