.cooking-key-admin {
	font-size:20px;
	padding:10px
}

.admin-recipe-check {
	padding-left:10px
}

.cooking-key-icon {
	padding-right:5px;
	margin-bottom:-10px
}

.cooking-key-wrapper {
	padding:20px
}

.cooking-key-additional {
	display:inline-block;
	padding:10px
}

.cooking-key-addon {
	padding-right:20px;
	float:right;
	width:35%
}

.cooking-key-addon-wrapper {
	border:2px solid;
	padding:20px
}

@font-face {
  font-family: 'ck-icon';
  display-font: swap;
  src:  url('../fonts/ck-icon.woff2?csa29w') format('woff2'),
    url('../fonts/ck-icon.woff?csa29w') format('woff'),
    url('../ fonts/ck-icon.svg?csa29w#ck-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ck-"], [class*=" ck-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ck-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:30px;
  color: #353535;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ck-air-fryer:before {
  content: "\e900";
}
.ck-blender:before {
  content: "\e901";
}
.ck-crockpot:before {
  content: "\e902";
}
.ck-food-processor:before {
  content: "\e903";
}
.ck-grill:before {
  content: "\e904";
}
.ck-instant-pot:before {
  content: "\e905";
}
.ck-microwave:before {
  content: "\e906";
}
.ck-mixer:before {
  content: "\e907";
}
.ck-oven:before {
  content: "\e908";
}
.ck-pressure-cooker:before {
  content: "\e909";
}
.ck-slow-cooker:before {
  content: "\e90a";
}
.ck-stove-top:before {
  content: "\e90b";
}
