/**
 * Cookie Banner Customizations
 *
 * Custom styles for the cookie consent banner layer 1
 */

/* Hide the reject all button in cookie banner layer 1 */
.cky-notice-btn-wrapper .cky-btn-reject {
	display: none;
}
