
.sp-smart-post-show-pro *, .sp-smart-post-wrapper * {
	box-sizing: border-box;
}

.sp-smart-post-swiper .swiper-container {
	z-index: 0;
}

.sp-d-hidden {
	display: none;
}

.sp-d-flex {
	display: flex;
}

.sp-d-i-flex {
	display: inline-flex;
}

.sp-d-block {
	display: block !important;
}

.sp-d-i-block {
	display: inline-block;
}

.sp-justify-left, .sp-justify-start {
	justify-content: start !important;
}

.sp-justify-center {
	justify-content: center !important;
}

.sp-justify-end, .sp-justify-right {
	justify-content: end !important;
}

.sp-align-i-center {
	align-items: center;
}

.sp-align-i-start {
	align-items: start;
}

.sp-align-i-end {
	align-items: end;
}

.sp-row-reverse {
	flex-direction: row-reverse;
}

.sp-text-align-center {
	text-align: center;
}

.sp-text-align-left {
	text-align: left;
}

.sp-text-align-right {
	text-align: right;
}

.sp-text-d-none {
	text-decoration: none;
}

.sp-smart-post-sectionHeadingStyle {
	display: inline;
}

.flex-wrap {
	flex-wrap: wrap;
}

.sp-smart-post-author {
	align-self: center;
}

.sp-li-style-none {
	list-style: none;
}

.sp-pointer {
	cursor: pointer;
}

.sp-relative {
	position: relative;
}

.sp-position-absolute {
	position: absolute;
}

.sp-position-top-left {
	left: 0;
	top: 0;
}

.sp-position-bottom-left {
	bottom: 0;
	left: 0;
}

.sp-position-bottom-right {
	bottom: 0;
	right: 0;
}

.sp-position-center-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sp-position-center-top {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.sp-position-center-bottom {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sp-heading-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.sp-smart-post-circle-icon {
	margin-top: -16px;
	text-align: center;
}

.sp-space-between {
	justify-content: space-between;
}

.sp-space-around {
	justify-content: space-around;
}

.sp-smart-post-category {
	z-index: 11;
}

.sp-smart-post-category ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.sp-smart-post-category ul li {
	list-style: none;
}

.sp-smart-post-category ul li a:focus {
	box-shadow: none;
}

.sp-smart-post-category ul li a {
	display: block;
}

.sp-smart-post-card-image {
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
	position: relative;
}

.sp-smart-post-card-image img {
	display: block;
}

.sp-smart-post-details .sp-smart-post-separator:last-child {
	display: none;
}

.sp-smart-post-swiper-nav-arrow-btn.swiper-button-disabled {
	opacity: .95;
}

.loader, .loader:after, .loader:before {
	animation: load1 1s ease-in-out infinite;
	background: rgba(0, 0, 0, .2);
	height: .6em;
	width: .2em;
}

.loader:after, .loader:before {
	content: "";
	position: absolute;
	top: 0;
}

.loader:before {
	animation-delay: -.32s;
	left: -.375em;
}

.loader {
	animation-delay: -.16s;
	display: inline-block;
	font-size: 1em;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	vertical-align: middle;
}

.loader:after {
	left: .375em;
}

@keyframes load1 {
	0%, 80%, to {
		box-shadow: 0 0 rgba(0, 0, 0, .2);
		height: .6em;
	}
	
	40% {
		box-shadow: 0 -.3em rgba(0, 0, 0, .2);
		height: 1em;
	}
}

.sp-smart-post-card.img-position-left .sp-smart-post-card-image, .sp-smart-post-card.img-position-left .sp-smart-post-template-one-content, .sp-smart-post-card.img-position-right .sp-smart-post-card-image, .sp-smart-post-card.img-position-right .sp-smart-post-template-one-content {
	overflow: hidden;
	width: 50%;
}

.grid-six-container .sp-smart-post-card.img-position-left .sp-smart-post-template-one-content {
	width: 50%;
}

.sp-smart-post-card .sp-smart-post-card-image img {
	height: auto;
	transition: transform .31s ease-in-out;
	width: 100%;
}

.sp-smart-post-card .sp-smart-post-card-image a {
	display: inline-block;
	height: 100%;
}

.sp-img-zoom-in:hover img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-zoom-in a img {
	transform: scale(1.1);
}

.sp-img-zoom-out img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-zoom-out a img, .sp-smart-post-card .sp-smart-post-card-image.img-zoom-out a img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.sp-img-zoom-out:hover img, .sp-smart-post-background-layout .sp-smart-post-card:hover .sp-smart-post-card-image.img-zoom-out a img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-zoom-out a img {
	transform: scale(1);
}

.sp-img-slide-left img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-slide-left a img, .sp-smart-post-card .sp-smart-post-card-image.img-slide-left a img {
	transform: scale(1.1) translateX(3%);
	transition: all .3s ease-in-out;
}

.sp-img-slide-left:hover img, .sp-smart-post-background-layout .sp-smart-post-card:hover .sp-smart-post-card-image.img-slide-left a img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-slide-left a img {
	transform: scale(1.1) translateX(-3%);
}

.sp-img-slide-right img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-slide-right a img, .sp-smart-post-card .sp-smart-post-card-image.img-slide-right a img {
	transform: scale(1.1) translateX(-3%);
	transition: all .3s ease-in-out;
}

.sp-img-slide-right:hover img, .sp-smart-post-background-layout .sp-smart-post-card:hover .sp-smart-post-card-image.img-slide-right a img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-slide-right a img {
	transform: scale(1.1) translateX(3%);
}

.sp-img-rotate-left img, .sp-img-rotate-right img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-opacity a img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-rotate-left a img, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image.img-rotate-right a img, .sp-smart-post-card .sp-smart-post-card-image.img-opacity a img, .sp-smart-post-card .sp-smart-post-card-image.img-rotate-left a img, .sp-smart-post-card .sp-smart-post-card-image.img-rotate-right a img {
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.sp-img-rotate-left:hover img, .sp-smart-post-background-layout .sp-smart-post-card:hover .sp-smart-post-card-image.img-rotate-left a img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-rotate-left a img {
	transform: scale(1.2) rotate(5deg);
}

.sp-img-rotate-right:hover img, .sp-smart-post-background-layout .sp-smart-post-card:hover .sp-smart-post-card-image.img-rotate-right a img, .sp-smart-post-card .sp-smart-post-card-image:hover.img-rotate-right a img {
	transform: scale(1.2) rotate(-5deg);
}

.sp-smart-post-fourTeen {
	height: 4px;
}

.sp-smart-post-author span i {
	opacity: .65;
}

.sp-smart-post-read-more-button {
	display: flex;
}

.sp-mt-10 {
	margin-top: 10px;
}

.sp-smart-post-pagination-section .sp-smart-post-navigation-buttons .sp-smart-post-grid-nav-arrow .sp-smart-post-grid-nav-arrow-btn i, .sp-smart-post-pagination-section .sp-smart-post-pagination-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.sp-smart-post-pagination-section .sp-smart-post-pagination-buttons button {
	cursor: pointer;
	margin-bottom: 10px;
	outline: none;
}

.sp-smart-post-pagination-section .sp-smart-post-pagination-buttons button i:before {
	margin: 0;
}

.sp-equal-h {
	height: 100%;
}

.sp-smart-post-modal-content {
	border: none;
	outline: none;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
}

.sp-smart-post-modal-content .sp-smart-post-modal-thumb-area {
	display: flex;
	justify-content: center;
}

.sp-smart-post-modal-content .sp-smart-post-modal-thumb-area img {
	height: auto;
	max-width: 100%;
}

.sp-smart-post-modal-content .sp-smart-post-modal-close-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: 900;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 0;
}

.sp-post-modal-title, .sp-smart-post-modal-content .sp-post-modal-title {
	font-size: 28px;
}

.sp-smart-post-modal-nav-btn {
	align-items: center;
	border: none;
	cursor: pointer;
	display: flex;
	font-size: 34px;
	justify-content: center;
	padding: 25px 0;
	position: absolute;
	top: 50%;
	transform: -50%, -50%;
	width: 40px;
}

.sp-smart-post-modal-nav-btn:focus {
	outline: none;
}

.sp-smart-post-modal-nav-btn.sp-btn-left {
	left: 0;
}

.sp-smart-post-modal-nav-btn.sp-btn-right {
	right: 0;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta {
	display: flex;
	gap: 10px;
	opacity: 1;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta .sp-smart-post-modal-meta-text {
	font-size: 14px;
	margin: 0;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta .sp-smart-post-modal-meta-text.pcpl-count {
	margin: 0;
}

.overlay-warm-sunset {
	background: linear-gradient(2deg, rgba(244, 66, 70, .4) 33.02%, rgba(221, 36, 118, .4) 98.51%);
}

.overlay-ocean-breeze {
	background: linear-gradient(1deg, rgba(43, 88, 118, .4) .5%, rgba(78, 67, 118, .4) 99.51%);
}

.overlay-royal-gold {
	background: linear-gradient(1deg, rgba(255, 215, 0, .4) .5%, rgba(184, 134, 11, .4) 99.51%);
}

.overlay-cool-blues {
	background: linear-gradient(1deg, rgba(30, 60, 114, .4) .5%, rgba(42, 82, 152, .4) 99.51%);
}

.overlay-soft-pastel {
	background: linear-gradient(1deg, hsla(47, 95%, 76%, .4) .5%, hsla(0, 83%, 73%, .4) 99.51%);
}

.overlay-elegant-purple {
	background: linear-gradient(180deg, rgba(65, 41, 90, .4), rgba(47, 7, 67, .4));
}

.overlay-energetic-orange {
	background: linear-gradient(180deg, rgba(255, 81, 47, .4), rgba(240, 152, 25, .4));
}

.overlay-default {
	background: rgba(0, 0, 0, .678);
}

.image-overlay {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.sp-smart-post-background-left button:hover p {
	z-index: 1;
}

.template-two .sp-smart-post-template-content {
	height: 100%;
	width: 100%;
}

.pointer-none {
	pointer-events: none;
}

.sp-smart-post-details .sp-metadata-taxonomy {
	align-items: center;
	display: flex;
	gap: 4px;
}

.sp-smart-post-details .sp-metadata-taxonomy .post-categories {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.sp-smart-post-details .sp-metadata-taxonomy .post-categories li {
	list-style: none;
	margin: 0 3px;
}

.sp-smart-post-details .sp-metadata-taxonomy a {
	color: inherit;
	text-decoration: none;
}

.sp-smart-post-tab-panel-title .sp-smart-post-block-icon {
	display: flex;
}

.sp-smart-post-card.template-two .sp-background-image-styles-template-two {
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sp-smart-post-card.template-two .sp-smart-post-template-content .sp-smart-post-card-content * {
	position: relative;
	z-index: 9;
}

.sp-smart-post-grid-six .sp-smart-post-card.template-two .sp-smart-post-template-content {
	z-index: auto;
}

.sp-smart-post-card-content .sp-smart-post-category .post-categories a:focus, .sp-smart-post-card-content .sp-smart-post-details .sp-smart-post-author a:focus, .sp-smart-post-card-content .sp-smart-post-product-add-to-cart .add_to_cart_button:focus, .sp-smart-post-card-content .sp-smart-post-product-add-to-cart .added_to_cart:focus, .sp-smart-post-card-content a:focus {
	box-shadow: none;
	outline: 0;
}

.sp-smart-post-load-more-button.sps_disabled {
	opacity: .5;
	pointer-events: none;
}

.sp-btn, .sp-smart-post-load-more-button button, .sp-smart-post-navigation-buttons .sp-smart-post-grid-nav-arrow-btn {
	cursor: pointer;
}

.grid-six-container .sp-smart-post-grid-six-dynamic-contents .sp-smart-post-card-content div:has(.sp-smart-post-excerpt) {
	display: none;
}

.sp-smart-post-page-builder {
	width: 100%;
}

.sp-smart-post-modal-container {
	background-color: rgba(0, 0, 0, .702);
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity .5s ease-in-out;
	visibility: hidden;
	width: 0;
	z-index: 9999;
}

.sp-smart-post-modal-container.is_open {
	height: 100%;
	opacity: 1;
	pointer-events: painted;
	visibility: visible;
	width: 100%;
}

.sp-smart-post-modal-content-lightbox {
	background-color: #fefefe;
	margin: auto;
	max-height: 85%;
	max-width: 1200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.sp-smart-post-modal-content-lightbox .sp-smart-post-modal-content-wrapper {
	height: -moz-fit-content;
	height: fit-content;
	min-height: 600px;
	padding: 40px;
}

.sp-modal-close-btn {
	color: #f90;
	font-weight: 700;
	left: 97%;
	position: sticky;
	right: 20px;
	top: 20px;
}

.sp-modal-close-btn:focus, .sp-modal-close-btn:hover {
	cursor: pointer;
	text-decoration: none;
}

.sp-smart-modal-next, .sp-smart-modal-prev {
	border-radius: 0 3px 3px 0;
	bottom: 50%;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	padding: 12px;
	position: sticky;
	text-decoration: none;
	transition: .6s ease;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	width: auto;
	z-index: 1;
}

.sp-smart-modal-prev {
	left: 0;
}

.sp-smart-modal-next {
	border-radius: 3px 0 0 3px;
	left: calc(100% - 34px);
	right: 0;
}

.sp-smart-modal-next:hover, .sp-smart-modal-prev:hover {
	text-decoration: none;
}

.sp-smart-post-modal-template .sp-smart-post-meta-icon {
	width: 16px;
}

.sp-smart-post-modal-template .sp-smart-post-meta-icon svg {
	height: 16px;
	width: 16px;
}

.sp-smart-post-like #pcpl-loader, .sp-smart-post-like .pcpl-count, .sp-smart-post-like i, .sp-smart-post-modal-template .sp-smart-post-meta-text {
	color: #575757;
	font-size: 16px;
	text-transform: capitalize;
}

.sp-smart-post-modal-template .sp-smart-post-modal-meta-data {
	gap: 8px;
	margin-bottom: 15px;
}

.sp-smart-post-like, .sp-smart-post-like a.pcpl-button, .sp-smart-post-modal-template .sp-smart-post-modal-meta-data .sp-smart-post-meta {
	display: flex;
	gap: 4px;
}

.sp-smart-post-meta-text {
	align-self: center;
}

.sp-smart-post-template-one-content .sp-post-modal-excerpt p:first-child {
	margin-top: 0;
}

.sp-smart-post-modal-template .sp-smart-post-card-content-modal img {
	max-width: 100%;
}

.sp-smart-post-modal-template .sp-smart-post-card-content-modal {
	text-align: left;
	width: 100%;
}

.sp-smart-post-details .sp-smart-post-meta-icon {
	align-items: center;
	display: flex;
}

.sp-smart-post-preloader {
	margin: auto;
	text-align: center;
	width: 60px;
}

.sp-smart-filter-area option {
	text-transform: capitalize !important;
}

.sp-smart-post-live-filter-dropdown a.disabled {
	color: #aaa;
	opacity: .6;
	pointer-events: none;
}

.sp-smart-post-live-filter-parent .sp-smart-post-live-filter-dropdown {
	max-height: 550px;
	overflow-y: auto;
}

.sps_fade-in {
	animation: fadeIn .7s cubic-bezier(.1, .3, .2, 1) forwards;
}

.sp-smart-post-show-preloader svg, .sp-smart-post-show-preloading svg {
	display: inline-block;
}

.sp-smart-post-show-preloader, .sp-smart-post-show-preloading {
	margin-top: 30px;
	text-align: center;
}

.sp-smart-post-load-more-button .sps-no-more-post {
	font-size: 16px;
}

.sp-smart-post-wrapper:has(.sp-smart-post-preloader):not(.sp-smart-preloader-removed) {
	overflow: hidden;
	position: relative;
}

.sp-smart-post-show-pro-pre-query .sp-smart-post-preloader {
	background: hsla(0, 0%, 100%, .9);
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.fl-builder-edit .sp-smart-post-preloader, .oxygen-builder-body .sp-smart-post-preloader, .vc_editor .sp-smart-post-preloader, .wp-theme-Divi .sp-smart-post-preloader, .wp-theme-bricks .sp-smart-post-preloader {
	display: none !important;
}

.sp-smart-post-show-pro-pre-query .sp-smart-post-preloader img {
	position: absolute;
	top: 120px;
}

.disabled {
	opacity: .5;
	pointer-events: none;
}

.sp-smart-post-meta-separator:last-child {
	display: none;
}

.sp-v-p-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.spsp-license-notice {
	background: #ffebee;
	border: 1px solid #d0919f;
	border-radius: 4px;
	color: #444;
	font-size: 18px;
	line-height: 28px;
	padding: 18px 16px;
}

.sp-smart-post-card a {
	text-decoration: none;
}

.sp-smart-post-show-content-wrapper video {
	max-width: 100%;
}

img {
	height: auto;
}

.sp-post-modal-title-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
}

ul.sp-title-badges-list {
	display: inline-flex;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

ul.sp-title-badges-list.sp-badges-before-title {
	margin-right: 5px;
}

ul.sp-title-badges-list.sp-badges-after-title {
	margin-left: 5px;
}

ul.sp-title-badges-list .sp-title-badge-item {
	box-sizing: border-box;
	display: inline-block;
	height: -moz-fit-content;
	height: fit-content;
	vertical-align: middle;
}

.sp-smart-post-wrapper {
	position: relative;
}

.sp-smart-post-wrapper .sp-smart-post-title {
	color: var(--smart-post-dark-text);
	font-size: 22px;
	line-height: 1.2;
	margin: 6px 0 0;
}

.sp-smart-post-wrapper .sp-smart-post-title:hover {
	color: var(--smart-post-secondary);
}

.sp-smart-post-wrapper .sp-smart-post-category a {
	background: var(--smart-post-dark-text);
	border-color: #ddd;
	border-width: 0;
	color: var(--smart-post-light-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	padding: 5px 10px;
	text-transform: capitalize;
}

.sp-smart-post-wrapper .sp-smart-post-category a:hover {
	background-color: var(--smart-post-secondary);
}

.sp-smart-post-wrapper .sp-smart-post-details {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6px;
}

.sp-smart-post-wrapper .sp-smart-post-details .pcpl-count {
	color: inherit;
}

.sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta, .sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta a {
	align-items: center;
	color: var(--smart-post-dark-2-text);
	display: flex;
	gap: 4px;
}

.sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta a:hover, .sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta a:hover a, .sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta:hover, .sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta:hover a {
	color: var(--smart-post-secondary);
}

.sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta-icon {
	width: 14px;
}

.sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta-icon svg {
	height: inherit;
	padding: 1px 0;
}

.sp-smart-post-wrapper .sp-smart-post-details .sp-smart-post-meta-text {
	font-size: 14px;
}

.sp-smart-post-wrapper .sp-smart-post-excerpt {
	color: var(--smart-post-dark-2-text);
	font-size: 16px;
	font-weight: 400;
	margin: 14px 0 0;
}

.sp-smart-post-wrapper .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.sp-smart-post-wrapper .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link.type-button {
	background: #fff;
	border: 1px solid var(--smart-post-dark-2-text);
	color: var(--smart-post-dark-2-text);
	margin: 16px 0 0;
	padding: 8px 16px;
}

.sp-smart-post-wrapper .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link.type-button:hover {
	background: var(--smart-post-secondary);
	border-color: var(--smart-post-secondary);
	color: #fff;
}

.sp-smart-post-wrapper .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link.type-link {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: var(--smart-post-dark-2-text);
	margin-top: 6px;
	padding: 0 !important;
}

.sp-smart-post-wrapper .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link.type-link:hover {
	color: var(--smart-post-dark-2-text);
}

.sp-smart-post-wrapper .sp-smart-post-background-layout .sp-smart-post-read-more-button a.type-button {
	background: #fff;
	border-color: #fff;
	color: var(--smart-post-dark-2-text);
}

.sp-smart-post-wrapper .sp-smart-post-background-layout .sp-smart-post-read-more-button a.type-link, .sp-smart-post-wrapper .sp-smart-post-background-layout .sp-smart-post-read-more-button a.type-link:hover {
	color: #fff;
}

.sp-smart-post-wrapper:not(.sp-smart-post-grid-six,.sp-smart-post-list-one,.sp-smart-post-list-two,.sp-smart-post-list-three) .sp-smart-post-card {
	display: flex;
	flex-direction: column;
}

.sp-smart-post-wrapper .orientation_five .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_four .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_one .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_three .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_two .sp-smart-post-card-content {
	background: transparent !important;
}

.sp-smart-post-wrapper .orientation_four .sp-smart-post-card {
	background: #f2f2f2;
}

.sp-smart-post-wrapper .orientation_one {
	text-align: left;
}

.sp-smart-post-wrapper .orientation_two, .sp-smart-post-wrapper .orientation_two .sp-smart-post-card-image {
	position: relative;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-card-image .sp-smart-post-date-orientation-two {
	border-radius: 3px;
	bottom: 0;
	left: 0;
	margin: 8px;
	overflow: hidden;
	position: absolute;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-card-image .sp-smart-post-date-orientation-two span {
	display: block;
	font-size: 12px;
	text-align: center;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-card-image .sp-smart-post-date-orientation-two .sp-smart-post-day {
	background-color: #4e4f52;
	color: #fff;
	font-size: 18px;
	padding: 6px 10px;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-card-image .sp-smart-post-date-orientation-two .sp-smart-post-month-year {
	background-color: #fff;
	font-size: 12px;
	padding: 10px 15px;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-date {
	align-items: center;
	display: flex;
	position: relative;
	z-index: 2;
}

.sp-smart-post-wrapper .orientation_two .sp-smart-post-date .sp-smart-post-release-date {
	margin-left: 5px;
}

.sp-smart-post-wrapper .orientation_three:not(.sp-cat-position-top-left,.sp-cat-position-top-right,.sp-cat-position-bottom-left,.sp-cat-position-bottom-right,.sp-cat-position-center-center,.sp-cat-position-center-top,.sp-cat-position-center-bottom) .sp-smart-post-card-image .sp-smart-post-category .sp-smart-post-date-orientation-two {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.sp-smart-post-wrapper .orientation_four:not(.sp-cat-position-top-left,.sp-cat-position-top-right,.sp-cat-position-bottom-left,.sp-cat-position-bottom-right,.sp-cat-position-center-center,.sp-cat-position-center-top,.sp-cat-position-center-bottom) .sp-smart-post-category {
	position: absolute;
	right: 8px;
	top: 8px;
}

.sp-smart-post-wrapper .orientation_eight .orientation_seven .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_seven .orientation_seven .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_six .orientation_seven .sp-smart-post-template-one-content {
	justify-content: end;
}

.sp-smart-post-wrapper .orientation_eight .orientation_eight .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_seven .orientation_eight .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_six .orientation_eight .sp-smart-post-template-one-content {
	justify-content: start;
}

.sp-smart-post-wrapper .orientation_eight .img-position-left .sp-smart-post-card, .sp-smart-post-wrapper .orientation_eight .img-position-right .sp-smart-post-card, .sp-smart-post-wrapper .orientation_seven .img-position-left .sp-smart-post-card, .sp-smart-post-wrapper .orientation_seven .img-position-right .sp-smart-post-card, .sp-smart-post-wrapper .orientation_six .img-position-left .sp-smart-post-card, .sp-smart-post-wrapper .orientation_six .img-position-right .sp-smart-post-card {
	display: flex;
	gap: 20px;
}

.sp-smart-post-wrapper .orientation_eight .img-position-left .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_eight .img-position-right .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_seven .img-position-left .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_seven .img-position-right .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_six .img-position-left .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_six .img-position-right .sp-smart-post-template-one-content {
	width: 100%;
}

.sp-smart-post-wrapper .orientation_eight .img-position-right .sp-smart-post-card, .sp-smart-post-wrapper .orientation_seven .img-position-right .sp-smart-post-card, .sp-smart-post-wrapper .orientation_six .img-position-right .sp-smart-post-card {
	flex-direction: row-reverse;
}

.sp-smart-post-wrapper .orientation_eight .img-position-right .sp-smart-post-card .sp-smart-post-month-year, .sp-smart-post-wrapper .orientation_seven .img-position-right .sp-smart-post-card .sp-smart-post-month-year, .sp-smart-post-wrapper .orientation_six .img-position-right .sp-smart-post-card .sp-smart-post-month-year {
	background-color: #fff;
	font-size: 12px;
	padding: 10px 15px;
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-date, .sp-smart-post-wrapper .orientation_seven .sp-smart-post-date, .sp-smart-post-wrapper .orientation_six .sp-smart-post-date {
	align-items: center;
	display: flex;
	z-index: 1;
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-date .sp-smart-post-release-date, .sp-smart-post-wrapper .orientation_seven .sp-smart-post-date .sp-smart-post-release-date, .sp-smart-post-wrapper .orientation_six .sp-smart-post-date .sp-smart-post-release-date {
	margin-left: 5px;
}

.sp-smart-post-wrapper .orientation_three:not(.sp-cat-position-top-left,.sp-cat-position-top-right,.sp-cat-position-bottom-left,.sp-cat-position-bottom-right,.sp-cat-position-center-center,.sp-cat-position-center-top,.sp-cat-position-center-bottom) .sp-smart-post-card-image .sp-smart-post-category {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_seven .sp-smart-post-template-one-content, .sp-smart-post-wrapper .orientation_six .sp-smart-post-template-one-content {
	display: flex;
	margin-top: -50px;
	position: relative;
	z-index: 999;
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-template-one-content .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_seven .sp-smart-post-template-one-content .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_six .sp-smart-post-template-one-content .sp-smart-post-card-content {
	box-sizing: border-box;
	width: 85%;
}

.sp-smart-post-wrapper .orientation_six .sp-smart-post-template-one-content {
	justify-content: center;
}

.sp-smart-post-wrapper .orientation_seven .sp-smart-post-template-one-content {
	justify-content: end;
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-template-one-content {
	justify-content: start;
}

.sp-smart-post-wrapper .orientation_eight .sp-smart-post-template-one-content .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_seven .sp-smart-post-template-one-content .sp-smart-post-card-content, .sp-smart-post-wrapper .orientation_six .sp-smart-post-template-one-content .sp-smart-post-card-content {
	background: #f2f2f2;
}

.sp-smart-post-wrapper .img-position-top .sp-smart-post-card {
	display: flex;
	flex-direction: column;
}

.sp-smart-post-wrapper .img-position-left .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right .sp-smart-post-card {
	display: flex;
	gap: 20px;
}

.sp-smart-post-wrapper .img-position-left .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right .sp-smart-post-template-one-content {
	width: 100%;
}

.sp-smart-post-wrapper .img-position-right .sp-smart-post-card {
	flex-direction: row-reverse;
}

.sp-smart-post-wrapper .img-position-left.orientation_eight .sp-smart-post-card, .sp-smart-post-wrapper .img-position-left.orientation_seven .sp-smart-post-card, .sp-smart-post-wrapper .img-position-left.orientation_six .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right.orientation_eight .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right.orientation_seven .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right.orientation_six .sp-smart-post-card {
	align-items: center;
	gap: 0;
}

.sp-smart-post-wrapper .img-position-left.orientation_eight .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-left.orientation_seven .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-left.orientation_six .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right.orientation_eight .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right.orientation_seven .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right.orientation_six .sp-smart-post-card .sp-smart-post-template-one-content {
	height: 90%;
	margin-top: 0;
}

.sp-smart-post-wrapper .img-position-left.orientation_seven .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right.orientation_seven .sp-smart-post-card {
	align-items: start;
}

.sp-smart-post-wrapper .img-position-left.orientation_eight .sp-smart-post-card, .sp-smart-post-wrapper .img-position-right.orientation_eight .sp-smart-post-card {
	align-items: end;
}

.sp-smart-post-wrapper .img-position-left.orientation_eight .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-left.orientation_seven .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-left.orientation_six .sp-smart-post-card .sp-smart-post-template-one-content {
	margin-left: -50px;
}

.sp-smart-post-wrapper .img-position-right.orientation_eight .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right.orientation_seven .sp-smart-post-card .sp-smart-post-template-one-content, .sp-smart-post-wrapper .img-position-right.orientation_six .sp-smart-post-card .sp-smart-post-template-one-content {
	margin-right: -50px;
}

.sp-smart-post-wrapper .sp-smart-post-category span {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta a, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-title {
	color: #fff;
}

.sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta a:hover, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta a:hover a, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta:hover, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-meta:hover a, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-title:hover, .sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout .sp-smart-post-title:hover a {
	color: var(--smart-post-secondary);
}

.sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout:not(.sp-smart-post-carousel-two) .sp-smart-post-category a {
	background: #fff;
	color: var(--smart-post-dark-2-text);
}

.sp-smart-post-wrapper:not(.sp-smart-post-slider-two) .sp-smart-post-background-layout:not(.sp-smart-post-carousel-two) .sp-smart-post-category a:hover {
	background-color: var(--smart-post-secondary);
	color: #fff;
}

.orientation_five .sp-smart-post-card {
	border-color: #e0e0e0;
}

.sp-smart-post-card {
	overflow: hidden;
	transition: all .5s;
}

.sp-smart-post-card .sp-smart-post-category {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sp-smart-post-card a {
	cursor: pointer;
	z-index: 1;
}

.sp-smart-post-card .sp-smart-post-card-content a {
	text-decoration: none;
}

.sp-smart-post-card .sp-smart-post-card-content .sp-smart-post-product-add-to-cart a {
	display: inline-block;
}

.sp-smart-post-card.sp-smart-post-advertisement iframe {
	height: 100%;
	width: 100%;
}

.sp-smart-post-card.template-one.default img:not(.sp-smart-post-meta-icon) {
	width: 100%;
}

.sp-smart-post-card.template-one.flex {
	display: flex;
	width: 100%;
}

.sp-smart-post-card.template-one.flex .sp-smart-post-card-image {
	width: 50%;
}

.sp-smart-post-card.template-one.flex .sp-smart-post-card-image img:not(.sp-smart-post-meta-icon) {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.sp-smart-post-card.template-one.flex .sp-smart-post-card-content {
	padding-left: 15px;
	width: 50%;
}

.sp-smart-post-card.template-one .sp-smart-post-template-one-content .sp-smart-post-card-content .sp-smart-post-category ul {
	flex-wrap: wrap;
}

.sp-smart-post-card.template-two.left {
	position: relative;
}

.sp-smart-post-card.template-two.center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content.left {
	left: 30px;
	position: absolute;
	top: 40%;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content.center {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content .sp-smart-post-read-more-button {
	background-color: transparent;
	border-radius: 2px;
	padding: 8px 0;
	text-align: center;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content .sp-smart-post-read-more-button .components-button {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content .sp-smart-post-card-content.center {
	align-items: center;
	display: flex;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content .sp-smart-post-card-content.right {
	align-items: flex-end;
	display: flex;
}

.sp-smart-post-card.template-two .sp-smart-post-template-one-content .sp-smart-post-card-content.left {
	align-items: flex-start;
	display: flex;
}

.sp-smart-post-pagination-section {
	display: flex;
}

.sp-smart-post-pagination-section .sp-smart-post-load-more-button a:focus {
	outline: none;
}

.sp-smart-post-pagination-section .sp-smart-post-no-more-post-label {
	animation: fadeIn .2s ease forwards;
	animation-delay: .2s;
	font-size: 16px;
	opacity: 0;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.rfm-marquee-container .rfm-marquee, .sp-smart-post-carousel-ticker .rfm-initial-child-container, .sp-smart-post-carousel-ticker .rfm-marquee {
	align-items: flex-start;
}

.sp-smart-post-block-wrapper {
	position: relative;
}

.sp-smart-post-taxonomy-name-container .sp-smart-post-taxonomy-name {
	font-size: 21px;
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.category-container.category-image {
	bottom: 10px;
	height: 96%;
	left: 0;
	top: 0;
	width: -webkit-fill-available;
}

.sp-smart-post-show-preloading {
	margin-top: 30px;
	text-align: center;
}

.sp-smart-post-static-grid-contents {
	height: auto;
}

.sp-smart-post-card .sp-smart-post-product-rating-area {
	display: flex;
}

.sp-smart-post-card .sp-smart-post-product-rating-area .sp-smart-post-product-rating {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.sp-smart-post-card .sp-smart-post-product-rating-area .sp-smart-post-product-rating .sp-smart-post-empty-stars {
	display: flex;
}

.sp-smart-post-card .sp-smart-post-product-rating-area .sp-smart-post-product-rating .sp-smart-post-filled-stars {
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.sp-smart-post-card .sp-smart-post-product-rating-area .sp-smart-post-product-rating .sp-icon-star:before {
	margin: 0;
}

.sp-smart-post-card .sp-smart-post-sale-text {
	background-color: #d64224;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	left: -27px;
	letter-spacing: 1px;
	line-height: 10px;
	padding: 6px 24px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: .925rem;
	transform: rotate(-45deg);
	width: 106px;
	z-index: 2;
}

.sp-smart-post-card, .sp-smart-post-grid-five, .sp-smart-post-grid-four, .sp-smart-post-grid-one, .sp-smart-post-grid-six, .sp-smart-post-grid-three {
	overflow: hidden;
}

.sp-smart-post-card-content .sp-smart-post-product-add-to-cart .add_to_cart_inline {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 8px;
}

.category-container.above-title .sp-smart-post-category {
	min-height: 1.7rem;
}

.sp-smart-post-card .post-categories a, .sp-smart-post-card .sp-smart-post-meta-icon, .sp-smart-post-card .sp-smart-post-meta-icon svg path, .sp-smart-post-card .sp-smart-post-meta-text, .sp-smart-post-card .sp-smart-post-read-more-btn-link, .sp-smart-post-card .sp-smart-post-title {
	transition: all .3s ease-in-out;
}

.sp-smart-post-title {
	word-break: break-word;
}

.orientation_eight.sp-smart-post-card, .orientation_seven.sp-smart-post-card, .orientation_six.sp-smart-post-card {
	background-color: transparent;
}

.sp-smart-post-pagination-section.sp-justify-left .sp-smart-post-load-more-button {
	text-align: left;
}

.sp-smart-post-pagination-section.sp-justify-center .sp-smart-post-load-more-button {
	text-align: center;
}

.sp-smart-post-pagination-section.sp-justify-right .sp-smart-post-load-more-button {
	text-align: right;
}

.sp-smart-post-pagination-section .sp-smart-post-load-more-button a, .sp-smart-post-pagination-section .sp-smart-post-navigation-buttons .sp-smart-post-grid-nav-arrow .sp-smart-post-grid-nav-arrow-btn, .sp-smart-post-pagination-section .sp-smart-post-pagination-buttons a, .sp-smart-post-pagination-section .sp-smart-post-pagination-buttons span, .sp-smart-post-product-add-to-cart a.button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transition: all .3s ease-in-out;
}

.sp-smart-post-product-add-to-cart .add_to_cart_button {
	pointer-events: all;
}

.sp-smart-post-card .sp-social-share-popup {
	position: relative;
}

.sp-smart-post-card .sp-social-share-popup ul {
	padding: 0;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.popup-share-icon {
	cursor: pointer;
	padding: 0 !important;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.sp-social-popup-icon-list {
	margin-bottom: 20px;
	max-width: 300px;
	opacity: 0;
	padding: 0;
	transition: all .3s ease-in-out;
	visibility: hidden;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.popup-share-icon:hover + .sp-social-share-popup-icon.sp-social-popup-icon-list, .sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.sp-social-popup-icon-list:hover {
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.sp-social-popup-icon-list {
	background: #fff;
	bottom: calc(100% + 14px);
	left: 0;
	position: absolute;
	z-index: 22;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.sp-social-popup-icon-list:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	height: 0;
	left: 15px;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.sp-smart-post-card .sp-social-share-popup .sp-social-share-popup-icon.sp-social-popup-icon-list:before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	height: 0;
	left: 15px;
	position: absolute;
	top: calc(100% + 1px);
	transform: translateX(-50%);
	width: 0;
}

.sp-smart-post-card .sp-social-share-popup-icon.sp-social-popup-icon-list {
	margin-bottom: 20px;
	opacity: 0;
	padding: 0;
	transition: all .3s ease-in-out;
	visibility: hidden;
	width: -moz-max-content;
	width: max-content;
}

.sp-smart-post-card .sp-social-share-popup-icon.popup-share-icon:hover + .sp-social-share-popup-icon.sp-social-popup-icon-list, .sp-smart-post-card .sp-social-share-popup-icon.sp-social-popup-icon-list:hover {
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
}

.sp-smart-post-card .sp-social-share-popup-icon.sp-social-popup-icon-list {
	background: #fff;
	bottom: calc(100% + 14px);
	left: 0;
	position: absolute;
	z-index: 22;
}

.sp-smart-post-card .sp-social-share-popup-icon.sp-social-popup-icon-list .sp-smart-post-social-share {
	margin-top: 0 !important;
	row-gap: 12px;
}

.sp-smart-post-card .sp-social-share-popup-icon.sp-social-popup-icon-list:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	height: 0;
	left: 15px;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.entry-content .sp-smart-post-card .sp-smart-post-social-share, .sp-smart-post-card .sp-smart-post-social-share {
	margin-top: 16px;
}

.sp-smart-post-card-content .sp-meta-data:has(.beside-meta) {
	display: inline-flex;
}

.sp-smart-post-card-content .sp-meta-data:has(.beside-meta) .sp-social-share-popup {
	text-align: start;
}

.sp-smart-post-card-content .sp-social-share-popup.over-thumbnail {
	position: absolute;
	right: 10px;
	top: 10px;
}

.sp-smart-post-card-content .sp-social-share-popup.over-thumbnail .sp-social-share-popup-icon.sp-social-popup-icon-list {
	bottom: auto;
	left: auto;
	right: 0;
	top: calc(100% + 16px);
}

.sp-smart-post-card-content .sp-social-share-popup.over-thumbnail .sp-social-share-popup-icon.sp-social-popup-icon-list:after {
	border-bottom: 8px solid;
	border-top: 0;
	bottom: 100%;
	left: auto;
	right: 4px;
	top: auto;
	transform: none;
}

.sp-smart-post-card-content .sp-social-share-popup.space-between-meta, .sp-smart-post-card-content .sp-social-share-popup.space-between-taxonomy {
	display: inline-flex;
	justify-content: end;
	left: auto;
	right: 0;
	transform: none;
}

.sp-smart-post-card-content .sp-social-share-popup.space-between-meta .sp-social-share-popup-icon.sp-social-popup-icon-list, .sp-smart-post-card-content .sp-social-share-popup.space-between-taxonomy .sp-social-share-popup-icon.sp-social-popup-icon-list {
	bottom: calc(100% + 16px);
	left: unset;
}

.sp-smart-post-card-content .sp-social-share-popup.space-between-meta .sp-social-share-popup-icon.sp-social-popup-icon-list:after, .sp-smart-post-card-content .sp-social-share-popup.space-between-meta .sp-social-share-popup-icon.sp-social-popup-icon-list:before, .sp-smart-post-card-content .sp-social-share-popup.space-between-taxonomy .sp-social-share-popup-icon.sp-social-popup-icon-list:after, .sp-smart-post-card-content .sp-social-share-popup.space-between-taxonomy .sp-social-share-popup-icon.sp-social-popup-icon-list:before {
	left: unset;
	right: 0;
}

.sp-smart-show-pro .sp-smart-post-template-one-content:has(.sp-social-share-popup) {
	overflow: visible;
}

.sp-smart-post-card .sp-social-share-popup.on-hover {
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-in-out;
}

.sp-smart-post-card:hover .sp-social-share-popup.on-hover {
	opacity: 1;
	pointer-events: all;
}

.sp-cat-position-top-left .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-top-left .sp-smart-post-card-image .sp-smart-post-category {
	left: 8px;
	position: absolute;
	top: 8px;
}

.sp-cat-position-top-right .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-top-right .sp-smart-post-card-image .sp-smart-post-category {
	position: absolute;
	right: 8px;
	top: 8px;
}

.sp-cat-position-bottom-left .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-bottom-left .sp-smart-post-card-image .sp-smart-post-category {
	bottom: 8px;
	left: 8px;
	position: absolute;
}

.sp-cat-position-bottom-right .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-bottom-right .sp-smart-post-card-image .sp-smart-post-category {
	bottom: 8px;
	position: absolute;
	right: 8px;
}

.sp-cat-position-bottom-right .sp-smart-post-card-image .post-categories {
	justify-content: end;
}

.sp-cat-position-center-center .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-center-center .sp-smart-post-card-image .sp-smart-post-category {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sp-cat-position-center-top .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-center-top .sp-smart-post-card-image .sp-smart-post-category {
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
}

.sp-cat-position-center-bottom .sp-smart-post-card-image {
	position: relative;
}

.sp-cat-position-center-bottom .sp-smart-post-card-image .sp-smart-post-category {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.sp-smart-post-background-layout .sp-smart-post-card-content {
	background: transparent;
}

.sp-smart-post-background-layout .sp-smart-post-card {
	position: relative;
	width: 100%;
}

.sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image {
	display: inline-flex;
	height: 100%;
	position: absolute;
	width: 100% !important;
}

.sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image a, .sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-card-image img:not(.sp-smart-post-meta-icon) {
	height: 100% !important;
	width: 100% !important;
}

.sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-template-one-content {
	display: grid;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 8;
}

.sp-smart-post-background-layout .sp-smart-post-card .sp-smart-post-excerpt {
	color: #fff;
}

.sp-smart-post-card, .sp-smart-post-card-image {
	transition: all .3s ease-in-out;
}

.img-position-left .sp-smart-post-card .sp-smart-post-card-image, .img-position-right .sp-smart-post-card .sp-smart-post-card-image {
	width: 40%;
}

.img-position-left .sp-smart-post-card .sp-smart-post-template-one-content, .img-position-right .sp-smart-post-card .sp-smart-post-template-one-content {
	flex-shrink: 1;
	width: 60%;
}

.img-position-left .sp-smart-post-card .sp-smart-post-template-one-content.content-v-top, .img-position-right .sp-smart-post-card .sp-smart-post-template-one-content.content-v-top {
	align-items: flex-start;
	display: flex;
}

.img-position-left .sp-smart-post-card .sp-smart-post-template-one-content.content-v-center, .img-position-right .sp-smart-post-card .sp-smart-post-template-one-content.content-v-center {
	align-items: center;
	display: flex;
}

.img-position-left .sp-smart-post-card .sp-smart-post-template-one-content.content-v-bottom, .img-position-right .sp-smart-post-card .sp-smart-post-template-one-content.content-v-bottom {
	align-items: flex-end;
	display: flex;
}

.img-position-left .sp-smart-post-card .sp-smart-post-template-one-content .sp-smart-post-card-content, .img-position-right .sp-smart-post-card .sp-smart-post-template-one-content .sp-smart-post-card-content {
	width: 100%;
}

.img-position-top .sp-smart-post-card .sp-smart-post-card-image a, .sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link {
	display: flex;
	justify-content: center;
}

.sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link i[class^=sp-icon-] {
	margin: 0;
	max-width: 0;
	opacity: 0;
	transition: max-width .3s ease-in-out, opacity .3s ease-in-out, margin-left .3s ease-in-out;
	visibility: hidden;
}

.sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link:has(.sp-read-more-icon-always) i[class^=sp-icon-] {
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 50px;
	opacity: 1;
	visibility: visible;
}

.sp-smart-post-read-more-button .sp-smart-post-read-more-btn-link:hover:has(.sp-read-more-icon-hover) i[class^=sp-icon-] {
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 50px;
	opacity: 1;
	visibility: visible;
}

.sp-smart-post-block-wrapper.sp-smart-post-background-layout .sp-smart-post-card-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sp-smart-post-card-image img:not(.sp-smart-post-meta-icon) {
	height: 244px;
	max-height: 100%;
}

.sp-smart-post-meta-details-inline {
	display: flex !important;
	gap: 4px;
}

.sp-smart-post-meta-details-inline .sp-smart-post-details {
	width: -moz-fit-content;
	width: fit-content;
}

.sp-smart-post-meta-details-split-left-right {
	display: flex !important;
	gap: 4px;
	justify-content: space-between;
}

.sp-smart-post-meta-details-split-left-right .sp-social-share-popup .sp-social-popup-icon-list {
	transform: translateX(-86%);
}

.sp-smart-post-meta-details-split-left-right .sp-social-share-popup .sp-social-popup-icon-list:after, .sp-smart-post-meta-details-split-left-right .sp-social-share-popup .sp-social-popup-icon-list:before {
	left: unset !important;
	right: 0 !important;
}

.sp-smart-post-background-layout .sp-smart-post-meta-details-split-left-right {
	width: 100%;
}

.sp-smart-post-details-left, .sp-smart-post-details-right {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.sp-smart-pagination-number.sp-smart-post-pagination-more-items-dots {
	align-self: normal;
}

.sp-smart-post-category .sp-taxonomy-type-category a, .sp-smart-post-category .sp-taxonomy-type-post_tag a {
	display: flex !important;
}

.sp-smart-post-block-with-pagination.pagination-bottom {
	display: flex;
	flex-direction: column;
}

.sp-smart-post-block-with-pagination.pagination-top {
	display: flex;
	flex-direction: column-reverse;
}

.sp-ticker-img.sp-img-circle {
	transition: opacity .3s ease;
}

.sp-smart-post-wrapper audio, .sp-smart-post-wrapper iframe, .sp-smart-post-wrapper video {
	max-width: 100%;
}

.sp-smart-post-block-wrapper .category-container:has(.sp-smart-post-category .space-between-taxonomy) {
	width: -webkit-fill-available;
}

.sp-smart-post-wrapper .sp-smart-post-category:has(.space-between-meta), .sp-smart-post-wrapper .sp-smart-post-category:has(.space-between-taxonomy) {
	display: flex;
	flex-direction: row;
	justify-content: space-between !important;
	width: -webkit-fill-available;
}

.sp-smart-post-social-share {
	display: flex;
	flex-wrap: wrap;
}

.sp-smart-post-social-share li a {
	overflow: hidden;
}

.entry-content ul.sp-smart-post-social-share, .sp-smart-post-social-share {
	margin: 0;
	padding: 0;
}

.sp-smart-post-social-share.sp-d-flex {
	align-items: center;
	flex-wrap: wrap;
}

.sp-smart-post-social-share .sp-smart-post-social-share-icon a {
	text-decoration: none;
}

.sp-smart-post-social-share .sp-smart-post-social-share-icon i {
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	line-height: 30px;
	text-align: center;
	transition: .3s;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-facebook {
	background-color: #0765ff;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-x {
	background-color: #000;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-linkedin {
	background-color: #0b65c2;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-pinterest {
	background-color: #e60022;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-mail {
	background: #da4a3e;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-instagram {
	background: radial-gradient(182.61% 44.3% at -16.75% 7.2%, #3771c8 0, #3771c8 12.8%, rgba(102, 0, 255, 0) 100%), radial-gradient(92.18% 99.11% at 26.56% 107.7%, #fd5 0, #fd5 10%, #ff543e 50%, #c837ab 100%);
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-vkontakte {
	background-color: #0177ff;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-digg {
	background: #1b1a19;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-tumblr {
	background-color: #011935;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-reddit {
	background-color: #fd4500;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-whatsapp {
	background-color: #0bc144;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-pocket {
	background: #ef4155;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-xing {
	background: #0698a0;
	color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-clone {
	background: #04a963;
	color: #fff;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-facebook {
	background-color: transparent;
	color: #0765ff;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-x {
	background-color: transparent;
	color: #000;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-linkedin {
	background-color: transparent;
	color: #0b65c2;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-pinterest {
	background-color: transparent;
	color: #e60022;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-mail {
	background-color: transparent;
	color: #da4a3e;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-instagram {
	background: transparent;
	color: #e4405f;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-vkontakte {
	background-color: transparent;
	color: #0177ff;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-digg {
	background-color: transparent;
	color: #1b1a19;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-tumblr {
	background-color: transparent;
	color: #011935;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-reddit {
	background-color: transparent;
	color: #fd4500;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-whatsapp {
	background-color: transparent;
	color: #0bc144;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-pocket {
	background-color: transparent;
	color: #ef4155;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-xing {
	background-color: transparent;
	color: #0698a0;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-clone {
	background-color: transparent;
	color: #04a963;
}

.sp-smart-post-social-share .sp-smart-post-social-share-icon .sp-copy-url-area {
	position: relative;
}

.sp-post-url-copy-popup {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	position: absolute;
	top: -40px;
	width: 65px;
}

.sp-slider-wrapper {
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sp-slider-wrapper .sp-slider-track {
	display: flex;
	flex-direction: row;
	height: 100%;
	position: relative;
	width: 100%;
}

.sp-slider-wrapper .sp-slide {
	box-sizing: border-box;
	height: 100%;
	min-width: 100%;
	transform-origin: center center;
	width: 100%;
}

.sp-slider-wrapper .sp-slide img:not(.sp-smart-post-meta-icon) {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-image-gallery-nav-arrow .sp-prev {
	background: transparent;
	background: var(--smart-post-dark-text);
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-style: normal;
	line-height: 1.2;
	min-height: 20px;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 99;
}

.sp-smart-image-gallery-nav-arrow .sp-next:hover, .sp-smart-image-gallery-nav-arrow .sp-prev:hover {
	background: var(--smart-post-secondary);
}

.sp-smart-image-gallery-nav-arrow .sp-next svg, .sp-smart-image-gallery-nav-arrow .sp-prev svg {
	height: 16px;
	width: 16px;
}

.sp-smart-image-gallery-nav-arrow .sp-prev {
	left: 10px;
	transform: translateY(-50%) rotate(180deg);
}

.sp-smart-image-gallery-nav-arrow .sp-next {
	right: 10px;
}

.sp-smart-post-grid-one .sp-slider-wrapper {
	height: unset;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-prev, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-prev {
	opacity: 0;
	transition: all .3s ease-in-out;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-prev, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-prev {
	left: 0;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover) .sp-smart-image-gallery-nav-arrow .sp-next {
	right: 0;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-prev, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-prev {
	opacity: 1;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-prev, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-prev {
	left: 10px;
}

.sp-smart-post-background-layout .sp-smart-post-card:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-next, .sp-smart-post-card-image:has(.sp-slider-wrapper.sp-image-gallery-nav-on-hover):hover .sp-smart-image-gallery-nav-arrow .sp-next {
	right: 10px;
}

.sp-video-play-btn {
	align-items: center;
	background: var(--smart-post-dark-text);
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 38px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .3s ease, background .3s ease;
	width: 38px;
	z-index: 99;
}

.sp-video-play-btn:hover {
	background: var(--smart-post-secondary);
}

.sp-smart-post-swiper.sp-relative {
	z-index: 0;
}

.editor-styles-wrapper .is-root-container .sp-smart-post-smart-lists-wrapper a, .editor-styles-wrapper .is-root-container .sp-smart-post-wrapper a, .site-content .entry-content .wp-block-sp-smart-post-show-smart-post-parent a {
	text-decoration: none;
}

.wp-block-sp-smart-post-show-smart-post-parent {
	z-index: 2 !important;
}

.sp-show-video .sp-video-play-btn {
	display: flex;
}

.sp-smart-post-card-image video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.sp-popup-position-left {
	left: 0;
	right: unset !important;
}

.sp-popup-position-right {
	left: unset !important;
	right: 0;
}

.sp-smart-post-author img.sp-smart-post-meta-icon {
	border-radius: 50%;
	width: 14px;
}

.sp-smart-post-card .image-overlay.overlay-custom {
	transition: all .3s ease-in-out;
}

.sp-smart-post-card .image-overlay.overlay-custom:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .3s ease-in-out;
	width: 100%;
}

.sp-smart-post-card:hover .image-overlay.overlay-custom:after {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.sp-smart-template-filter {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	display: flex;
	gap: 12px;
	margin: 32px 0 0;
}

.sp-smart-template-filter select {
	border-color: #e0e0e0;
	color: #2f2f2f;
	height: 36px;
	padding-left: 10px;
	padding-right: 40px;
}

.sp-smart-template-filter select:hover {
	color: inherit;
}

.sp-smart-template-filter input:focus, .sp-smart-template-filter select:focus {
	border-color: #e0e0e0;
	box-shadow: none;
	color: inherit;
	outline: none;
}

.sp-smart-template-filter-grid-three-col button, .sp-smart-template-filter-grid-two-col button, .sp-smart-template-filter-love button, .sp-smart-template-filter-reset button {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #757575;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	padding: 5px;
	transition: all .3s ease-in-out;
	width: 36px;
}

.sp-smart-template-filter-grid-three-col button.active, .sp-smart-template-filter-grid-three-col button:hover, .sp-smart-template-filter-grid-two-col button.active, .sp-smart-template-filter-grid-two-col button:hover, .sp-smart-template-filter-love button.active, .sp-smart-template-filter-love button:hover, .sp-smart-template-filter-reset button.active, .sp-smart-template-filter-reset button:hover {
	background-color: var(--sp-smart-primary-2-400);
	border-color: transparent;
	color: #fff;
}

.sp-smart-template-filter-love button {
	background-color: transparent;
	border: none;
	border-left: 2px solid #ecedf0;
	border-radius: 0;
	margin-left: 2px;
	padding-left: 1px;
	position: relative;
	width: 42px;
}

.sp-smart-template-filter-love button svg {
	padding-left: 9px;
}

.sp-smart-template-filter-love button svg path {
	fill: none;
}

.sp-smart-template-filter-love button:hover {
	border-color: #ecedf0;
}

.sp-smart-template-filter-love button span {
	align-items: center;
	background: var(--sp-smart-primary-2-400);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	height: 14px;
	justify-content: center;
	min-width: 14px;
	padding: 2px;
	position: absolute;
	right: -2px;
	top: -2px;
}

.sp-smart-template-filter-love button.active, .sp-smart-template-filter-love button:hover {
	background-color: transparent;
	color: var(--sp-smart-primary-2-400);
}

.sp-smart-template-filter-love button.active svg path, .sp-smart-template-filter-love button:hover svg path {
	fill: currentColor;
}

.sp-smart-template-filter-search {
	color: #757575;
	position: relative;
}

.sp-smart-template-filter-search input {
	border-color: #e0e0e0;
	padding: 6px 12px 6px 30px;
	width: 460px;
}

.sp-smart-template-filter-search input::-moz-placeholder {
	color: #757575;
}

.sp-smart-template-filter-search input::placeholder {
	color: #757575;
}

.sp-smart-template-filter-search span {
	display: inline-flex;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sp-smart-template-filter-sort {
	margin-left: auto;
}

.sp_smart_filter_selected i {
	font-size: 17px;
	line-height: 1;
	margin-left: 15px;
}

.sp_smart_filter_select {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 10px 8px 8px;
	position: relative;
	text-align: left;
}

.sp_smart_filter_select .sp_smart_filter_select_options {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 14px;
	left: 0;
	margin-top: 5px;
	overflow: auto;
	position: absolute;
	top: 100%;
	width: -moz-max-content;
	width: max-content;
	z-index: 9999;
}

.sp_smart_filter_select .sp_smart_filter_select_options::-webkit-scrollbar {
	background-color: transparent;
	border-radius: 0;
	width: 3px;
}

.sp_smart_filter_select .sp_smart_filter_select_options:hover::-webkit-scrollbar {
	border-radius: 0;
	height: 3px;
	-webkit-transition: .4s;
	transition: .4s;
	width: 3px;
}

.sp_smart_filter_select .sp_smart_filter_select_options:hover::-webkit-scrollbar-thumb {
	background-color: var(--sp-smart-primary-2-400);
	border-radius: 3px;
	width: 3px;
}

.sp_smart_filter_select .sp_smart_filter_select_options .sp_smart_filter_select_option {
	margin-bottom: 0;
	padding: 6px 20px;
	transition: all .3s;
}

.sp_smart_filter_select .sp_smart_filter_select_options .sp_smart_filter_select_option:hover {
	background-color: var(--sp-smart-primary-2-400);
	color: #fff;
}

.sp-smart-popup-filter-nav-right {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.sp-smart-popup-filter-nav-right .sp-smart-popup-filter-sync-close {
	display: flex;
	margin-left: 20px;
	width: auto;
}

.sp-smart-popup-filter-nav-right .sp-smart-popup-filter-sync-close .sp-smart-btn-close {
	color: #fff;
}

.sp-smart-post-patter-type .components-radio-control__group-wrapper {
	gap: 0;
}

.sp-smart-post-patter-type .components-radio-control__option {
	align-items: center;
	background: 0 0;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	margin-bottom: 4px;
	padding: 12px;
	transition: .2s;
}

.sp-smart-post-patter-type .components-radio-control__option:has(.components-radio-control__input:checked) {
	background-color: var(--sp-smart-primary-2-50);
}

.sp-smart-post-patter-type .components-radio-control__input:checked {
	background-color: #fff;
	border: 1px solid var(--sp-smart-primary-2-600);
}

.sp-smart-post-patter-type .components-radio-control__input:checked:before {
	background-color: var(--sp-smart-primary-2-600);
	border: 1px solid #fff;
}

.sp-smart-post-patter-type .components-radio-control__input[type=radio]:focus {
	box-shadow: none !important;
}

.sp-smart-post-patter-type .components-radio-control__label {
	color: #2f2f2f;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 25px;
	width: 100%;
}

.sp-smart-post-patter-type .components-radio-control__input:checked + .components-radio-control__label {
	color: var(--sp-smart-primary-2-600);
}
