/*
Theme Name: FPV Drone Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Description: Local child theme for building the FPV Drone site on Porto Shop 21.
Author: Austin Lawson
Template: porto
Version: 0.1.12
Text Domain: fpvdrone-porto-child
*/

/* FPV Drone affiliate/editorial components. */
.single-post h1.fpv-post-title-h1 {
	margin: 0 0 24px;
	color: #1e2226;
	font-size: clamp(2rem, 3vw, 2.65rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
}

@media (max-width: 720px) {
	.single-post h1.fpv-post-title-h1 {
		margin-bottom: 20px;
		font-size: clamp(1.72rem, 7vw, 2.1rem);
	}
}

.fpv-wordmark,
#header .logo a,
#footer .footer-logo a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: #1e2226;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.28rem, 2vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}

.fpv-wordmark:hover,
.fpv-wordmark:focus {
	color: #1e2226;
	text-decoration: none;
}

.fpv-wordmark:focus-visible {
	outline: 3px solid rgba(245, 124, 0, 0.34);
	outline-offset: 4px;
}

.fpv-wordmark__fpv {
	color: #1e2226;
}

.fpv-wordmark__drone {
	color: #2563eb;
	margin-left: 0.03em;
	position: relative;
}

.fpv-wordmark__drone::before {
	background: #f57c00;
	clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
	content: "";
	height: 0.16em;
	left: 0.08em;
	position: absolute;
	top: -0.22em;
	width: 1.05em;
}

.fpv-wordmark__net {
	color: #64748b;
	font-size: 0.58em;
	font-weight: 800;
	margin-left: 0.08em;
	transform: translateY(0.11em);
}

#header .logo img,
#footer .footer-logo img {
	display: none !important;
}

#header .logo a::after,
#footer .footer-logo a::after {
	content: "fpvdrone.net";
	white-space: nowrap;
}

#footer .footer-logo a::after {
	content: "fpvdrone.net";
}

.fpv-site-header-row {
	border-bottom: 1px solid #e6ebf1;
	background: #ffffff;
}

.fpv-site-header-row .vc_column-inner > .wpb_text_column,
.fpv-site-header-row .vc_column-inner > .wpb_text_column > .wpb_wrapper {
	flex: 1 1 100%;
	margin-bottom: 0;
	width: 100%;
}

.fpv-site-header {
	width: 100%;
}

.fpv-site-header__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr) minmax(260px, 340px);
	min-height: 76px;
	width: 100%;
}

.fpv-site-header__inner > p:empty {
	display: none;
	margin: 0;
}

.fpv-site-header__inner > .fpv-wordmark {
	grid-column: 1;
	justify-self: start;
	width: auto;
}

.fpv-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	justify-content: center;
}

.fpv-site-header__inner > .fpv-site-nav {
	grid-column: 2;
	justify-self: center;
}

.fpv-site-nav a {
	color: #1e2226;
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
}

.fpv-site-nav a:hover,
.fpv-site-nav a:focus {
	color: #2563eb;
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.fpv-site-search {
	align-items: center;
	display: flex;
	justify-self: end;
	max-width: 340px;
	width: 100%;
}

.fpv-site-header__inner > .fpv-site-search {
	grid-column: 3;
}

.fpv-site-search input[type="search"] {
	border: 1px solid #d9dfe5;
	border-radius: 6px 0 0 6px;
	color: #1e2226;
	flex: 1;
	font-size: 0.92rem;
	height: 42px;
	min-width: 0;
	padding: 0 0.8rem;
}

.fpv-site-search button {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 0 6px 6px 0;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	padding: 0 0.9rem;
}

.fpv-site-search button:hover,
.fpv-site-search button:focus {
	background: #243041;
	border-color: #243041;
}

.fpv-site-mobile-menu {
	display: none;
	justify-self: end;
	position: relative;
}

.fpv-site-mobile-menu summary {
	align-items: center;
	border: 1px solid #d9dfe5;
	border-radius: 6px;
	color: #1e2226;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 8px;
	list-style: none;
	min-height: 42px;
	padding: 0 0.85rem;
}

.fpv-site-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.fpv-site-mobile-menu__icon,
.fpv-site-mobile-menu__icon::before,
.fpv-site-mobile-menu__icon::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	width: 18px;
}

.fpv-site-mobile-menu__icon {
	position: relative;
}

.fpv-site-mobile-menu__icon::before,
.fpv-site-mobile-menu__icon::after {
	left: 0;
	position: absolute;
}

.fpv-site-mobile-menu__icon::before {
	top: -6px;
}

.fpv-site-mobile-menu__icon::after {
	top: 6px;
}

.fpv-site-mobile-menu__panel {
	background: #ffffff;
	border: 1px solid #d9dfe5;
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
	min-width: min(86vw, 330px);
	padding: 14px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 40;
}

.fpv-site-mobile-menu__panel .fpv-site-nav {
	align-items: stretch;
	display: grid;
	gap: 4px;
	justify-content: stretch;
	margin-bottom: 12px;
}

.fpv-site-mobile-menu__panel .fpv-site-nav a {
	border-radius: 6px;
	padding: 0.62rem 0.7rem;
}

.fpv-site-mobile-menu__panel .fpv-site-nav a:hover,
.fpv-site-mobile-menu__panel .fpv-site-nav a:focus {
	background: #f8fafc;
	text-decoration: none;
}

.fpv-site-mobile-menu__panel .fpv-site-search {
	max-width: none;
	width: 100%;
}

#header .porto-view-switcher,
#header #mini-cart,
#header .my-wishlist,
#header .wishlist,
#header .account-link,
#header a[href*="/cart/"],
#header a[href*="/wishlist/"],
#header a[href*="/my-account/"] {
	display: none;
}

.single-product .yith-wcwl-add-to-wishlist,
.single-product .add_to_wishlist,
.single-product a.add_to_wishlist,
.single-product .yith-wcwl-add-button,
.single-product .wishlist {
	display: none;
}

#footer .share-links,
#footer .payment-icons {
	display: none !important;
}

.fpvdrone-footer-simple,
.fpv-site-footer {
	padding: 34px 0 26px;
	border-top: 1px solid #e6ebf1;
	background: #f8fafc;
	color: #334155;
}

.fpv-site-footer {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(140px, 0.7fr));
}

.fpv-site-footer__brand p {
	max-width: 430px;
}

.fpvdrone-footer-simple h2,
.fpvdrone-footer-simple h3,
.fpv-site-footer h2,
.fpv-site-footer h3 {
	margin: 0 0 0.65rem;
	color: #1e2226;
	letter-spacing: 0;
}

.fpvdrone-footer-simple h2,
.fpv-site-footer h2 {
	font-size: 1.25rem;
	font-weight: 800;
}

.fpvdrone-footer-simple h3,
.fpv-site-footer h3 {
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fpvdrone-footer-simple p,
.fpv-site-footer p {
	margin: 0 0 0.65rem;
	font-size: 0.94rem;
	line-height: 1.65;
}

.fpvdrone-footer-simple a,
.fpvdrone-footer-bottom a,
.fpv-site-footer a {
	color: #8a552a;
	text-decoration: none;
}

.fpvdrone-footer-simple a:hover,
.fpvdrone-footer-simple a:focus,
.fpvdrone-footer-bottom a:hover,
.fpvdrone-footer-bottom a:focus,
.fpv-site-footer a:hover,
.fpv-site-footer a:focus {
	color: #6f3f19;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.fpv-site-footer ul {
	display: grid;
	gap: 0.42rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fpvdrone-footer-bottom {
	padding: 16px 0;
	border-top: 1px solid #e6ebf1;
	background: #ffffff;
	color: #64748b;
}

.fpvdrone-footer-bottom p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	text-align: center;
}

@media (max-width: 980px) {
	.fpv-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 66px;
	}

	.fpv-site-header__inner > .fpv-site-nav,
	.fpv-site-header__inner > .fpv-site-search {
		display: none;
	}

	.fpv-site-mobile-menu {
		display: block;
		grid-column: 2;
		grid-row: 1;
	}

	.fpv-site-mobile-menu__panel {
		min-width: min(92vw, 360px);
		right: 0;
		width: min(92vw, 360px);
	}

	.fpv-site-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.fpv-site-header__inner {
		gap: 10px;
	}

	.fpv-wordmark {
		font-size: 1.28rem;
	}

	.fpv-wordmark__net {
		font-size: 0.55em;
	}

	.fpv-site-mobile-menu summary {
		font-size: 0;
		padding: 0;
		width: 42px;
		justify-content: center;
	}

	.fpv-site-mobile-menu__panel {
		right: 0;
	}

	.fpv-site-footer {
		grid-template-columns: 1fr;
	}
}

.fpv-product-directory-intro {
	max-width: 980px;
	margin: 0 auto 28px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid #d9dfe5;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.fpv-product-directory-intro__eyebrow {
	margin: 0 0 8px;
	color: #f57c00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fpv-product-directory-intro h1 {
	margin: 0;
	color: #1e2226;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.12;
	letter-spacing: 0;
}

.fpv-product-directory-intro__copy p,
.fpv-product-directory-intro > p {
	max-width: 760px;
	margin: 14px 0 0;
	color: #64748b;
	font-size: 17px;
	line-height: 1.65;
}

.fpvdrone-trust-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.fpvdrone-trust-link:hover,
.fpvdrone-trust-link:focus {
	color: inherit;
	text-decoration: none;
}

.fpvdrone-trust-link .porto-sicon-box {
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.fpvdrone-trust-link:hover .porto-sicon-box,
.fpvdrone-trust-link:focus .porto-sicon-box {
	transform: translateY(-1px);
}

.fpvdrone-trust-link .fpvdrone-trust-icon {
	color: #2563eb !important;
}

.fpvdrone-trust-link:hover .porto-sicon-title,
.fpvdrone-trust-link:focus .porto-sicon-title {
	color: #2563eb !important;
}

.fpvdrone-disclosure {
	margin: 1rem 0;
	padding: 0.85rem 1rem;
	border-left: 4px solid #2563eb;
	background: #f4f7fb;
	color: #263238;
	font-size: 0.925rem;
	line-height: 1.55;
}

.fpvdrone-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin: 1.5rem 0;
}

.fpvdrone-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #e4e7eb;
	background: #fff;
}

.fpvdrone-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: #f8fafc;
	overflow: hidden;
}

.fpvdrone-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.fpvdrone-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1rem;
}

.fpvdrone-product-card__body h3 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.3;
}

.fpvdrone-product-card__body p {
	margin: 0;
	line-height: 1.5;
}

.fpvdrone-product-card__label,
.fpvdrone-product-card__checked,
.fpvdrone-best-for {
	color: #5f6b7a;
	font-size: 0.875rem;
}

.fpvdrone-affiliate-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	min-height: 42px;
	padding: 0.65rem 1rem;
	border-color: #2563eb !important;
	background: #2563eb !important;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
}

.fpvdrone-affiliate-button:hover,
.fpvdrone-affiliate-button:focus {
	border-color: #1d4ed8 !important;
	background: #1d4ed8 !important;
	color: #fff !important;
}

.fpvdrone-comparison-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 1.5rem 0;
}

.fpvdrone-comparison {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
}

.fpvdrone-comparison th,
.fpvdrone-comparison td {
	padding: 0.85rem;
	border: 1px solid #e4e7eb;
	text-align: left;
	vertical-align: top;
}

.fpvdrone-comparison th {
	background: #f8fafc;
	color: #263238;
	font-weight: 700;
}

.fpvdrone-pros-cons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	margin: 1.5rem 0;
}

.fpvdrone-pros-cons > div,
.fpvdrone-email-placeholder {
	padding: 1rem;
	border: 1px solid #e4e7eb;
	background: #fff;
}

.fpvdrone-email-placeholder h3 {
	margin-top: 0;
}

.fpvdrone-home-foundation {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#footer .widget_nav_menu .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .widget_nav_menu .menu li {
	margin: 0;
	padding: 0;
}

.fpvdrone-footer-inline-links,
.fpvdrone-footer-links p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem 0.9rem;
	margin: 0;
	font-size: 0.875rem;
}

.fpvdrone-footer-links {
	padding: 1rem 0;
	text-align: center;
}

.fpvdrone-footer-disclosure {
	color: #6b7280;
}

.fpvdrone-footer-disclosure a,
.fpvdrone-sidebar-disclosure a,
.fpvdrone-disclosure a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-product .product-thumbnails {
	margin-top: 12px;
}

.products .product .product-image,
ul.products li.product .product-image,
.porto-tb-item.product .product-image,
.porto-tb-featured-image.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #f7f8fa;
	overflow: hidden;
}

.products .product .product-image img,
ul.products li.product .product-image img,
.porto-tb-item.product .product-image img,
.porto-tb-featured-image.product-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center;
}

.single-product .product-thumbs-slider .img-thumbnail {
	border: 2px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.single-product .product-thumbs-slider .img-thumbnail:hover,
.single-product .product-thumbs-slider .img-thumbnail.selected,
.single-product .product-thumbs-slider .owl-item.synced .img-thumbnail {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.14);
}

.single-product .product-thumbnails .owl-nav button {
	width: 34px;
	height: 34px;
	border: 1px solid #d7dde6 !important;
	border-radius: 999px;
	background: #fff !important;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}

.fpvdrone-product-video {
	max-width: 1120px;
	margin: 2rem auto;
	padding: 0 15px;
}

.fpvdrone-product-video h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	line-height: 1.25;
}

.fpvdrone-product-video__frame {
	aspect-ratio: 16 / 9;
	background: #111827;
	overflow: hidden;
}

.fpvdrone-product-video__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.single-post .post-block.post-author,
.single-post .post-comments,
.single-post #comments,
.single-post #respond {
	display: none !important;
}

.single-post .main-content .post-image.single {
	margin: 0 0 1.5rem;
	overflow: hidden;
	border-radius: 6px;
	background: #f4f7fb;
}

.single-post .main-content .post-image.single .img-thumbnail {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.single-post .main-content .post-image.single img {
	display: block;
	width: 100%;
	height: clamp(220px, 30vw, 360px) !important;
	object-fit: cover;
	object-position: center;
}

.single-post .related-post .porto-tb-featured-image,
.single-post .related-post .porto-tb-featured-image .img-thumbnail,
.single-post .related-posts .post-image,
.single-post .related-posts .thumb-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 450 / 231;
	background: #ffffff;
	overflow: hidden;
}

.single-post .related-post .porto-tb-featured-image img,
.single-post .related-posts .post-image img,
.single-post .related-posts .thumb-info-wrapper img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center;
}

.single-post .main-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .main-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .main-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .main-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .entry-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .entry-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .entry-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button),
.single-post .entry-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button) {
	color: #8a552a;
	text-decoration: underline;
	text-decoration-color: rgba(138, 85, 42, 0.36);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	font-weight: inherit;
	transition: color 0.16s ease;
}

.single-post .main-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .main-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .main-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .main-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .entry-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .entry-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .entry-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .entry-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):hover,
.single-post .main-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .main-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .main-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .main-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .entry-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .entry-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .entry-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus,
.single-post .entry-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus {
	color: #6f3f19;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.single-post .meta-author,
.single-post .meta-author span,
.single-post .meta-author a,
.single-post .post-share > span,
.single-post a[rel="category tag"] {
	color: #475569 !important;
}

.single-post .m-b-xs {
	background-color: #c2410c !important;
	color: #ffffff !important;
}

.single-post a[rel="category tag"] {
	text-decoration: underline;
	text-decoration-color: rgba(71, 85, 105, 0.35);
	text-underline-offset: 0.16em;
}

.tooltip-inner,
.tooltip-inner a,
.tooltip-inner span,
.tooltip-inner i {
	color: #ffffff !important;
}

.tooltip-inner {
	background-color: #111827 !important;
	opacity: 1 !important;
}

.tooltip-inner a {
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.72);
	text-underline-offset: 0.14em;
}

.tooltip.show {
	opacity: 1 !important;
}

input[data-fpv-copy-value="link"],
.wp-block-search__input,
input[type="search"].wp-block-search__input {
	border-color: #cbd5e1 !important;
	background-color: #ffffff !important;
	color: #1f2937 !important;
}

.products .product .porto-tb-meta,
.products .product .porto-tb-meta a,
ul.products li.product .porto-tb-meta,
ul.products li.product .porto-tb-meta a,
.single-product .sku,
.single-product .posted_in,
.single-product .posted_in a {
	color: #475569 !important;
}

.products .product .porto-tb-meta a,
ul.products li.product .porto-tb-meta a,
.single-product .posted_in a {
	text-decoration: underline;
	text-decoration-color: rgba(71, 85, 105, 0.32);
	text-underline-offset: 0.14em;
}

.onhot,
.onsale,
.labels .onhot,
.labels .onsale {
	background-color: #166534 !important;
	color: #ffffff !important;
}

.single-post .porto-tb-meta,
.single-post .porto-tb-meta *,
.single-post .related-post .porto-tb-meta,
.single-post .related-post .porto-tb-meta *,
.single-post .related-posts .post-date,
.single-post .related-posts .post-date *,
.single-post .fpvdrone-product-card__body p,
.single-post .fpvdrone-product-card__label,
.single-post .fpvdrone-product-card__checked,
.single-post .fpvdrone-best-for,
.single-post .fpvdrone-sidebar-disclosure,
.archive .porto-tb-meta,
.archive .porto-tb-meta *,
.archive .tb-content,
.archive .tb-content *,
.archive .entry-meta,
.archive .entry-meta *,
.woocommerce .woocommerce-ordering label,
.woocommerce .woocommerce-viewing label,
.woocommerce .woocommerce-result-count,
.woocommerce .widget_product_categories,
.woocommerce .widget_product_categories a,
.woocommerce .product-categories,
.woocommerce .product-categories a,
.single-product .porto-tb-meta,
.single-product .porto-tb-meta *,
.single-product .product_meta,
.single-product .product_meta *,
.single-product .product-content .porto-tb-meta,
.single-product .product-content .porto-tb-meta * {
	color: #334155 !important;
}

.single-post .fpvdrone-sidebar-disclosure a,
.woocommerce .widget_product_categories a,
.woocommerce .product-categories a,
.single-product .product_meta a,
.archive .porto-tb-meta a,
.archive .entry-meta a {
	text-decoration: underline;
	text-decoration-color: rgba(51, 65, 85, 0.35);
	text-underline-offset: 0.14em;
}

.product-title,
.products .product .product-title,
ul.products li.product .product-title,
.single-product .product-title {
	color: #1e293b !important;
}

.single-product .feature-box-info .vc_custom_heading,
.single-product .feature-box-info h3 {
	color: #334155 !important;
}

.archive .porto-section.width-40 .tb-meta-published_date,
.archive .width-40 .tb-meta-published_date {
	background-color: #c2410c !important;
	color: #ffffff !important;
}

.sidebar-content .wp-block-paragraph,
.widget-area .wp-block-paragraph,
.sidebar-content .cat-item a,
.widget-area .cat-item a,
.sidebar-content .wp-block-categories a,
.widget-area .wp-block-categories a,
.sidebar-content .widget_categories a,
.widget-area .widget_categories a {
	color: #334155 !important;
}

.single-post .main-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .main-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .main-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .main-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .entry-content p a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .entry-content li a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .entry-content blockquote a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible,
.single-post .entry-content table a:not(.button):not(.fpv-button):not(.fpv-affiliate-button):not(.fpvdrone-affiliate-button):focus-visible {
	outline: 3px solid rgba(245, 124, 0, 0.35);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.single-post .main-content .post-image.single {
		margin-bottom: 1.25rem;
		border-radius: 4px;
	}

	.single-post .main-content .post-image.single img {
		height: 220px !important;
	}
}

.fpvdrone-post-video {
	margin: 1.75rem 0;
}

.fpvdrone-post-video h2 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.fpvdrone-post-sidebar {
	position: relative;
}

.fpvdrone-post-sidebar .widget-title {
	margin-bottom: 0.85rem;
}

.fpvdrone-post-sidebar--research {
	display: grid;
	gap: 1rem;
}

.fpvdrone-post-sidebar--research .widget-title {
	margin-bottom: 0.65rem;
	color: #1e2226;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
}

.fpvdrone-sidebar-panel {
	padding: 1rem;
	border: 1px solid #d9e1ec;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.fpvdrone-sidebar-panel--intro {
	border-top: 3px solid #f57c00;
}

.fpvdrone-sidebar-panel--starter-quiz {
	border-top: 3px solid #ff5a1f;
	background:
		linear-gradient(180deg, rgba(255, 90, 31, 0.08), rgba(255, 255, 255, 0) 68%),
		#ffffff;
}

.fpvdrone-sidebar-panel--starter-quiz .widget-title {
	margin-bottom: 0.7rem;
	font-size: 1.16rem;
	line-height: 1.22;
}

.fpvdrone-sidebar-panel p {
	margin: 0;
	color: #475569;
	font-size: 0.94rem;
	line-height: 1.58;
}

.fpvdrone-sidebar-eyebrow {
	margin: 0 0 0.45rem !important;
	color: #f57c00 !important;
	font-size: 0.74rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.fpvdrone-sidebar-search {
	display: flex;
	margin-top: 0.9rem;
}

.fpvdrone-sidebar-search input[type="search"] {
	min-width: 0;
	width: 100%;
	height: 42px;
	padding: 0 0.75rem;
	border: 1px solid #d9e1ec;
	border-radius: 6px 0 0 6px;
	color: #1e2226;
	font-size: 0.9rem;
}

.fpvdrone-sidebar-search button {
	height: 42px;
	padding: 0 0.85rem;
	border: 1px solid #111827;
	border-radius: 0 6px 6px 0;
	background: #111827;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 800;
}

.fpvdrone-sidebar-quiz-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 0.95rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid #081524;
	border-radius: 6px;
	background: #081524;
	color: #ffffff !important;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 12px 24px rgba(8, 21, 36, 0.16);
}

.fpvdrone-sidebar-quiz-button:hover,
.fpvdrone-sidebar-quiz-button:focus {
	border-color: #ff5a1f;
	background: #ff5a1f;
	color: #ffffff !important;
	text-decoration: none !important;
}

.fpvdrone-sidebar-microcopy {
	margin-top: 0.65rem !important;
	color: #64748b !important;
	font-size: 0.82rem !important;
	line-height: 1.4 !important;
}

.fpvdrone-sidebar-link-list,
.fpvdrone-sidebar-recent-list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fpvdrone-sidebar-link-list {
	gap: 0.5rem;
}

.fpvdrone-sidebar-link-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 0.58rem 0.72rem;
	border: 1px solid #e6ebf1;
	border-radius: 6px;
	background: #f8fafc;
	color: #1e2226;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.fpvdrone-sidebar-link-list a::after {
	content: ">";
	color: #f57c00;
	font-size: 0.88rem;
	font-weight: 900;
}

.fpvdrone-sidebar-recent-list li {
	padding: 0.72rem 0;
	border-top: 1px solid #e6ebf1;
}

.fpvdrone-sidebar-recent-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.fpvdrone-sidebar-recent-list li:last-child {
	padding-bottom: 0;
}

.fpvdrone-sidebar-recent-list a {
	color: #1e2226;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.42;
	text-decoration: none;
}

.fpvdrone-sidebar-link-list a:hover,
.fpvdrone-sidebar-link-list a:focus,
.fpvdrone-sidebar-recent-list a:hover,
.fpvdrone-sidebar-recent-list a:focus {
	color: #2563eb;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.fpvdrone-sidebar-link-list a:hover,
.fpvdrone-sidebar-link-list a:focus {
	border-color: #bfdbfe;
	background: #eff6ff;
}

.fpvdrone-post-sidebar .fpvdrone-product-card {
	margin-bottom: 1rem;
	border-color: #d9e1ec;
}

.fpvdrone-post-sidebar .fpvdrone-product-card__image {
	aspect-ratio: 4 / 3;
}

.fpvdrone-post-sidebar .fpvdrone-product-card__body {
	padding: 0.9rem;
	gap: 0.55rem;
}

.fpvdrone-post-sidebar .fpvdrone-product-card__body h3 {
	font-size: 0.98rem;
}

.fpvdrone-post-sidebar .fpvdrone-affiliate-button {
	width: 100%;
	text-align: center;
}

.fpvdrone-sidebar-disclosure {
	margin: 0.75rem 0 0;
	color: #6b7280;
	font-size: 0.78rem;
	line-height: 1.45;
}

.fpvdrone-mobile-post-cta {
	display: none;
}

.summary .fpvdrone-product-video {
	margin: 1.25rem 0;
	padding: 0;
}

.summary .fpvdrone-product-video h2 {
	font-size: 1.05rem;
}

@media (max-width: 575px) {
	body.fpvdrone-has-mobile-cta {
		padding-bottom: 76px;
	}

	.fpvdrone-product-grid {
		grid-template-columns: 1fr;
	}

	.fpvdrone-product-card__body {
		padding: 0.9rem;
	}

	.fpvdrone-mobile-post-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9998;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 0.75rem;
		padding: 0.75rem 0.9rem calc(0.75rem + env(safe-area-inset-bottom));
		border-top: 1px solid #d7dde6;
		background: #ffffff;
		box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.14);
	}

	.fpvdrone-mobile-post-cta span {
		min-width: 0;
		overflow: hidden;
		color: #1f2937;
		font-size: 0.86rem;
		font-weight: 700;
		line-height: 1.25;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fpvdrone-mobile-post-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 0 1rem;
		background: #1f2937;
		color: #fff;
		font-size: 0.88rem;
		font-weight: 700;
		text-decoration: none;
		white-space: nowrap;
	}
}
