/* ========================================= */
/* Fix for oxygen styles */
/* ========================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.oxy-svg-icon > svg {
	font-size: inherit !important;
	width: auto !important;
	height: auto !important;
	/* width: 1em !important; */
	/* height: 1em !important; */
	stroke-width: 2 !important;
	stroke: currentcolor !important;
	fill: none !important;
}

.bde-loop-item {
	gap: 0 !important;
	padding: 0 !important;
}

.wpcf7 .hidden-fields-container,
.wpcf7 .screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none;
}

.wpcf7-form-control-wrap {
	/* margin-top: 0; */
}

.wpcf7-spinner,
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 br {
	/* display: none; */
}

.wpcf7-list-item {
	/* margin: 0; */
}

.oxy-component {
	display: block !important;
}

/* ========================================= */
/* Fix default */
/* ========================================= */

/* a {
	color: var(--color-text);
} */

button {
	background: transparent;
	border: none;
	outline: none;
	line-height: inherit;
	letter-spacing: inherit;
}

img {
	object-fit: cover;
}

video {
	display: block;
}

blockquote {
	margin: 0;
	unicode-bidi: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px var(--color-white-600) inset !important;
	-webkit-text-fill-color: var(--color-black-500) !important;
	transition: background-color 5000s ease-in-out 0s;
	border-radius: var(--border-radius-sm);
}
