@charset "UTF-8";

.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fasl, .fasr, .fass, .fat {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
	font-family: "Font Awesome 6 Pro";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	24%, 8% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	100%, 40% {
		transform: rotate(0);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-0::before {
	content: "0";
}

.fa-00::before {
	content: "";
}

.fa-1::before {
	content: "1";
}

.fa-2::before {
	content: "2";
}

.fa-3::before {
	content: "3";
}

.fa-4::before {
	content: "4";
}

.fa-5::before {
	content: "5";
}

.fa-6::before {
	content: "6";
}

.fa-7::before {
	content: "7";
}

.fa-8::before {
	content: "8";
}

.fa-9::before {
	content: "9";
}

.fa-a::before {
	content: "A";
}

.fa-b::before {
	content: "B";
}

.fa-bed::before {
	content: "";
}

.fa-bee::before {
	content: "";
}

.fa-bolt::before {
	content: "";
}

.fa-c::before {
	content: "C";
}

.fa-d::before {
	content: "D";
}

.fa-e::before {
	content: "E";
}

.fa-deaf::before {
	content: "";
}

.fa-envelope::before {
	content: "";
}

.fa-f::before {
	content: "F";
}

.fa-feather-alt::before {
	content: "";
}

.fa-file-code::before {
	content: "";
}

.fa-cogs::before {
	content: "";
}

.fa-handshake::before {
	content: "";
}

.fa-100::before {
	content: "";
}

.fa-key::before {
	content: "";
}

.fa-landmark::before {
	content: "";
}

.fa-link::before {
	content: "";
}

.fa-map-marker-alt::before {
	content: "";
}

.fa-search-dollar::before {
	content: "";
}

.fa-map-marked-alt::before {
	content: "";
}

.fa-phone::before {
	content: "";
}

.fa-add::before {
	content: "+";
}

.fa-ad::before {
	content: "";
}

.fa-feed::before {
	content: "";
}

.fa-cab::before {
	content: "";
}

.fa-users-cog::before {
	content: "";
}

@font-face {
	font-family: "Font Awesome Kit";
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/plugins/readabler/css/webfonts/custom-icons.woff2") format("woff2"), url("/wp-content/plugins/readabler/css/webfonts/custom-icons.ttf") format("truetype");
	font-display: swap;
}

:host, :root {
	--fa-style-family-classic: "";
	--fa-font-regular: normal 400 1em/1 "";
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/plugins/readabler/css/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/plugins/readabler/css/webfonts/fa-regular-400.ttf") format("truetype");
	font-display: swap;
}

:host, :root {
	--fa-style-family-classic: "";
	--fa-font-solid: normal 900 1em/1 "";
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 900;
	src: url("/wp-content/plugins/readabler/css/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/plugins/readabler/css/webfonts/fa-solid-900.ttf") format("truetype");
	font-display: swap;
}

.fa-solid, .fas {
	font-weight: 900;
}

body {
	--readabler-analyzer-critical: #f00;
	--readabler-analyzer-serious: #d54e21;
	--readabler-analyzer-moderate: #f1c40f;
	--readabler-analyzer-minor: #3498db;
}

@keyframes readabler-analyzer-aura {
	0% {
		box-shadow: 0 0 0 0 rgba(33, 150, 243, .25), 0 0 0 0 rgba(33, 150, 243, .25);
	}
	
	100% {
		box-shadow: 0 0 0 20px rgba(33, 150, 243, .25), 0 0 0 10px rgba(33, 150, 243, .25);
	}
}

@keyframes readabler-analyzer-ongoing {
	0% {
		opacity: .65;
	}
	
	100% {
		opacity: 1;
	}
}