a.button,
a.button-primary,
a.button-secondary,
button.button,
button.button-primary,
button.button-secondary,
input.button[type="button"],
input.button[type="reset"],
input.button[type="submit"],
input.button-primary[type="button"],
input.button-primary[type="reset"],
input.button-primary[type="submit"],
input.button-secondary[type="button"],
input.button-secondary[type="reset"],
input.button-secondary[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: none;
	color: #23282d;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	appearance: none;
}

input.button[type="button"],
input.button[type="reset"],
input.button[type="submit"],
input.button-primary[type="button"],
input.button-primary[type="reset"],
input.button-primary[type="submit"],
input.button-secondary[type="button"],
input.button-secondary[type="reset"],
input.button-secondary[type="submit"] {
	display: inline-block;
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
}

a.button:hover,
a.button:focus,
a.button:active,
a.button:visited,
a.button-primary:hover,
a.button-primary:focus,
a.button-primary:active,
a.button-primary:visited,
a.button-secondary:hover,
a.button-secondary:focus,
a.button-secondary:active,
a.button-secondary:visited,
button.button:hover,
button.button:focus,
button.button:active,
button.button:visited,
button.button-primary:hover,
button.button-primary:focus,
button.button-primary:active,
button.button-primary:visited,
button.button-secondary:hover,
button.button-secondary:focus,
button.button-secondary:active,
button.button-secondary:visited,
input.button[type="button"]:hover,
input.button[type="button"]:focus,
input.button[type="button"]:active,
input.button[type="button"]:visited,
input.button[type="reset"]:hover,
input.button[type="reset"]:focus,
input.button[type="reset"]:active,
input.button[type="reset"]:visited,
input.button[type="submit"]:hover,
input.button[type="submit"]:focus,
input.button[type="submit"]:active,
input.button[type="submit"]:visited,
input.button-primary[type="button"]:hover,
input.button-primary[type="button"]:focus,
input.button-primary[type="button"]:active,
input.button-primary[type="button"]:visited,
input.button-primary[type="reset"]:hover,
input.button-primary[type="reset"]:focus,
input.button-primary[type="reset"]:active,
input.button-primary[type="reset"]:visited,
input.button-primary[type="submit"]:hover,
input.button-primary[type="submit"]:focus,
input.button-primary[type="submit"]:active,
input.button-primary[type="submit"]:visited,
input.button-secondary[type="button"]:hover,
input.button-secondary[type="button"]:focus,
input.button-secondary[type="button"]:active,
input.button-secondary[type="button"]:visited,
input.button-secondary[type="reset"]:hover,
input.button-secondary[type="reset"]:focus,
input.button-secondary[type="reset"]:active,
input.button-secondary[type="reset"]:visited,
input.button-secondary[type="submit"]:hover,
input.button-secondary[type="submit"]:focus,
input.button-secondary[type="submit"]:active,
input.button-secondary[type="submit"]:visited {
	text-decoration: none;
}

a.button:focus-visible,
a.button-primary:focus-visible,
a.button-secondary:focus-visible,
button.button:focus-visible,
button.button-primary:focus-visible,
button.button-secondary:focus-visible,
input.button[type="button"]:focus-visible,
input.button[type="reset"]:focus-visible,
input.button[type="submit"]:focus-visible,
input.button-primary[type="button"]:focus-visible,
input.button-primary[type="reset"]:focus-visible,
input.button-primary[type="submit"]:focus-visible,
input.button-secondary[type="button"]:focus-visible,
input.button-secondary[type="reset"]:focus-visible,
input.button-secondary[type="submit"]:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(2, 125, 163, 0.18);
}

a.button.button-primary,
a.button-primary,
button.button.button-primary,
button.button-primary,
input.button.button-primary[type="button"],
input.button.button-primary[type="reset"],
input.button.button-primary[type="submit"],
input.button-primary[type="button"],
input.button-primary[type="reset"],
input.button-primary[type="submit"] {
	border-color: #027da3;
	background: #027da3;
	color: #fff;
}

a.button.button-primary:hover,
a.button.button-primary:focus,
a.button-primary:hover,
a.button-primary:focus,
button.button.button-primary:hover,
button.button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input.button.button-primary[type="button"]:hover,
input.button.button-primary[type="button"]:focus,
input.button.button-primary[type="reset"]:hover,
input.button.button-primary[type="reset"]:focus,
input.button.button-primary[type="submit"]:hover,
input.button.button-primary[type="submit"]:focus,
input.button-primary[type="button"]:hover,
input.button-primary[type="button"]:focus,
input.button-primary[type="reset"]:hover,
input.button-primary[type="reset"]:focus,
input.button-primary[type="submit"]:hover,
input.button-primary[type="submit"]:focus {
	border-color: #026886;
	background: #026886;
	color: #fff;
}

a.button.button-primary:visited,
a.button-primary:visited,
button.button.button-primary:visited,
button.button-primary:visited,
input.button.button-primary[type="button"]:visited,
input.button.button-primary[type="reset"]:visited,
input.button.button-primary[type="submit"]:visited,
input.button-primary[type="button"]:visited,
input.button-primary[type="reset"]:visited,
input.button-primary[type="submit"]:visited {
	color: #fff;
}

a.button.button-secondary,
a.button-secondary,
button.button.button-secondary,
button.button-secondary,
input.button.button-secondary[type="button"],
input.button.button-secondary[type="reset"],
input.button.button-secondary[type="submit"],
input.button-secondary[type="button"],
input.button-secondary[type="reset"],
input.button-secondary[type="submit"] {
	border-color: #ccd0d4;
	background: #fff;
	color: #23282d;
}

a.button.button-secondary:hover,
a.button.button-secondary:focus,
a.button-secondary:hover,
a.button-secondary:focus,
button.button.button-secondary:hover,
button.button.button-secondary:focus,
button.button-secondary:hover,
button.button-secondary:focus,
input.button.button-secondary[type="button"]:hover,
input.button.button-secondary[type="button"]:focus,
input.button.button-secondary[type="reset"]:hover,
input.button.button-secondary[type="reset"]:focus,
input.button.button-secondary[type="submit"]:hover,
input.button.button-secondary[type="submit"]:focus,
input.button-secondary[type="button"]:hover,
input.button-secondary[type="button"]:focus,
input.button-secondary[type="reset"]:hover,
input.button-secondary[type="reset"]:focus,
input.button-secondary[type="submit"]:hover,
input.button-secondary[type="submit"]:focus {
	border-color: #ccd0d4;
	background: #f0f0f1;
	color: #23282d;
}

a.button.button-secondary:visited,
a.button-secondary:visited,
button.button.button-secondary:visited,
button.button-secondary:visited,
input.button.button-secondary[type="button"]:visited,
input.button.button-secondary[type="reset"]:visited,
input.button.button-secondary[type="submit"]:visited,
input.button-secondary[type="button"]:visited,
input.button-secondary[type="reset"]:visited,
input.button-secondary[type="submit"]:visited {
	color: #23282d;
}

a.button .dashicons,
a.button-primary .dashicons,
a.button-secondary .dashicons,
button.button .dashicons,
button.button-primary .dashicons,
button.button-secondary .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	overflow: hidden;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	vertical-align: middle;
	transform: translateY(-1px);
}

a.button .dashicons:before,
a.button-primary .dashicons:before,
a.button-secondary .dashicons:before,
button.button .dashicons:before,
button.button-primary .dashicons:before,
button.button-secondary .dashicons:before {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

a.button .dashicons-edit,
a.button-primary .dashicons-edit,
a.button-secondary .dashicons-edit,
button.button .dashicons-edit,
button.button-primary .dashicons-edit,
button.button-secondary .dashicons-edit {
	width: 13px;
	height: 16px;
}

a.button .dashicons-edit:before,
a.button-primary .dashicons-edit:before,
a.button-secondary .dashicons-edit:before,
button.button .dashicons-edit:before,
button.button-primary .dashicons-edit:before,
button.button-secondary .dashicons-edit:before {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	transform: translateX(-1px);
}
