/*
Theme Name: Lidera Fest ICA Child
Theme URI: https://liderafest.com
Template: twentytwentyfive
Author: Lidera Fest ICA
Version: 3.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: liderafest-child
*/

/* ============================================
   PÁGINA 404 PERSONALIZADA
   ============================================ */

.lf-404-wrap {
	background-color: #1E3A5F;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.lf-404-wrap::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(46,196,182,0.15) 0%, transparent 70%);
	pointer-events: none;
}

.lf-404-wrap::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(244,196,48,0.10) 0%, transparent 70%);
	pointer-events: none;
}

.lf-404-inner {
	text-align: center;
	max-width: 600px;
	width: 100%;
	position: relative;
	z-index: 1;
	animation: lfFadeInUp 0.8s ease-out both;
}

.lf-404-logo {
	margin: 0 auto 2rem;
	filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

.lf-404-logo img {
	width: 160px;
	height: auto;
}

.lf-404-divider {
	width: 60px;
	height: 3px;
	background-color: #2EC4B6;
	margin: 0 auto 1.5rem;
	border-radius: 2px;
}

.lf-404-title {
	color: #FAFBFC;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 1rem;
}

.lf-404-text {
	color: #DFE6E9;
	font-size: clamp(1rem, 2.5vw, 1.25rem);
	line-height: 1.6;
	margin: 0 0 2rem;
}

.lf-404-btn .wp-block-button__link {
	background-color: #FF6B4A !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.875rem 2.5rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
	display: inline-block;
}

.lf-404-btn .wp-block-button__link:hover {
	background-color: #F4C430 !important;
	color: #1E3A5F !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(244,196,48,0.3);
}

@keyframes lfFadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============================================
   LOGIN DE WORDPRESS
   (Aplicado vía functions.php -> login_enqueue_scripts)
   ============================================ */

/* Estos selectores se inyectan inline en la página de login */

/* ============================================
   BLOG Y ARTÍCULOS
   ============================================ */

:root {
	--lf-navy: #0D2138;
	--lf-navy-soft: #163652;
	--lf-teal: #25B8B4;
	--lf-coral: #F36B43;
	--lf-gold: #F2B632;
	--lf-ink: #172230;
	--lf-muted: #667281;
	--lf-line: #DDE4EA;
	--lf-mist: #F4F8FA;
	--lf-white: #FFFFFF;
	--lf-radius: 20px;
	--lf-shadow: 0 14px 38px rgba(13, 33, 56, 0.09);
}

html {
	scroll-behavior: smooth;
}

.lf-blog-main,
.lf-single-main {
	background: var(--lf-white);
	color: var(--lf-ink);
	overflow: clip;
}

.lf-blog-main *,
.lf-single-main * {
	box-sizing: border-box;
}

.lf-blog-main a,
.lf-single-main a {
	text-underline-offset: 0.18em;
}

.lf-archive-hero,
.lf-single-hero {
	position: relative;
	isolation: isolate;
	margin-top: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 18%, rgba(37, 184, 180, 0.20), transparent 27%),
		radial-gradient(circle at 13% 90%, rgba(242, 182, 50, 0.16), transparent 26%),
		linear-gradient(135deg, var(--lf-navy) 0%, #102E4A 100%);
	color: var(--lf-white);
	padding: clamp(4rem, 9vw, 7.5rem) max(1.25rem, calc((100% - 1180px) / 2));
}

.lf-archive-hero::after,
.lf-single-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: clamp(-7rem, -5vw, -2rem);
	bottom: clamp(-9rem, -9vw, -5rem);
	width: clamp(13rem, 27vw, 25rem);
	aspect-ratio: 1;
	border: clamp(1.2rem, 3vw, 2.5rem) solid rgba(243, 107, 67, 0.16);
	border-radius: 50%;
}

.lf-archive-hero > *,
.lf-single-hero > * {
	width: min(100%, 900px);
	margin-left: 0 !important;
	margin-right: auto !important;
}

.lf-eyebrow,
.lf-card-category,
.lf-single-category {
	color: var(--lf-teal);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lf-archive-hero .lf-eyebrow,
.lf-single-hero .lf-single-category {
	color: var(--lf-gold);
}

.lf-archive-title,
.lf-single-title {
	max-width: 850px;
	color: var(--lf-white);
	font-size: clamp(2.45rem, 6vw, 5.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin: 0.55rem 0 1.25rem;
	text-wrap: balance;
}

.lf-taxonomy-hero {
	padding-top: clamp(3.5rem, 7vw, 5.5rem);
	padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.lf-taxonomy-hero .lf-archive-title {
	font-size: clamp(2.3rem, 5vw, 4.3rem);
}

.lf-archive-intro,
.lf-single-excerpt {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.65;
	margin: 0;
	max-width: 730px !important;
}

.lf-archive-intro:empty,
.lf-single-excerpt:empty {
	display: none;
}

.lf-search {
	max-width: 650px !important;
	margin-top: 2rem;
}

.lf-search .wp-block-search__inside-wrapper {
	min-height: 58px;
	padding: 6px 7px 6px 18px;
	background: var(--lf-white);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.lf-search .wp-block-search__input {
	min-width: 0;
	color: var(--lf-ink);
	border: 0;
	outline: 0;
}

.lf-search .wp-block-search__input:focus {
	box-shadow: none;
}

.lf-search .wp-block-search__button {
	min-width: 48px;
	min-height: 46px;
	margin: 0;
	padding: 0.7rem;
	background: var(--lf-coral);
	color: var(--lf-white);
	border: 0;
	border-radius: 999px;
}

.lf-topic-bar {
	gap: 0.9rem 1.4rem;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1rem clamp(1.25rem, 3vw, 2rem);
	border-bottom: 1px solid var(--lf-line);
}

.lf-topic-bar p {
	margin: 0;
	white-space: nowrap;
}

.lf-inline-categories {
	flex: 1 1 500px;
}

.lf-inline-categories > ul {
	display: flex;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lf-inline-categories .children {
	display: none;
}

.lf-inline-categories a,
.lf-tag-cloud a,
.lf-single-tags a {
	display: inline-flex;
	align-items: center;
	width: auto;
	padding: 0.42rem 0.78rem;
	background: var(--lf-mist);
	color: var(--lf-navy);
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.82rem !important;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: 180ms ease;
}

.lf-inline-categories a:hover,
.lf-tag-cloud a:hover,
.lf-single-tags a:hover {
	background: var(--lf-white);
	border-color: var(--lf-teal);
	color: var(--lf-navy);
	transform: translateY(-1px);
}

.lf-archive-layout,
.lf-single-layout {
	gap: clamp(2rem, 5vw, 4.5rem);
	margin-top: clamp(3rem, 6vw, 5.5rem);
	margin-bottom: clamp(4rem, 8vw, 7rem);
	padding-left: clamp(1.25rem, 3vw, 2rem);
	padding-right: clamp(1.25rem, 3vw, 2rem);
}

.lf-section-heading {
	margin-bottom: 1.6rem;
}

.lf-section-heading .lf-eyebrow {
	margin-bottom: 0.35rem;
}

.lf-section-heading h2 {
	margin: 0;
	color: var(--lf-navy);
	font-size: clamp(1.8rem, 3.4vw, 2.7rem);
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.lf-post-grid {
	gap: clamp(1.25rem, 3vw, 2rem);
}

.lf-post-card,
.lf-related-card {
	height: 100%;
	overflow: hidden;
	background: var(--lf-white);
	border: 1px solid var(--lf-line);
	border-radius: var(--lf-radius);
	box-shadow: 0 6px 22px rgba(13, 33, 56, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lf-post-card:hover,
.lf-related-card:hover {
	border-color: rgba(37, 184, 180, 0.52);
	box-shadow: var(--lf-shadow);
	transform: translateY(-4px);
}

.lf-card-image {
	margin: 0;
	background:
		linear-gradient(135deg, rgba(37, 184, 180, 0.18), rgba(242, 182, 50, 0.20)),
		var(--lf-mist);
	overflow: hidden;
}

.lf-card-image img {
	transition: transform 350ms ease;
}

.lf-post-card:hover .lf-card-image img {
	transform: scale(1.025);
}

.lf-card-body {
	padding: clamp(1.15rem, 2.5vw, 1.65rem);
}

.lf-card-body > * {
	margin-top: 0;
}

.lf-card-category {
	margin-bottom: 0.65rem;
}

.lf-card-category a,
.lf-single-category a {
	color: inherit;
	text-decoration: none;
}

.lf-card-category .wp-block-post-terms__separator {
	color: var(--lf-muted);
}

.lf-card-title {
	margin: 0;
	color: var(--lf-navy);
	font-size: clamp(1.22rem, 2.5vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.022em;
	line-height: 1.2;
}

.lf-card-title a {
	color: inherit;
	text-decoration: none;
}

.lf-card-title a:hover {
	color: var(--lf-coral);
}

.lf-card-excerpt {
	color: var(--lf-muted);
	font-size: 0.97rem;
	line-height: 1.65;
	margin-top: 0.85rem;
}

.lf-card-footer {
	gap: 0.75rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--lf-line);
	color: var(--lf-muted);
	font-size: 0.82rem;
}

.lf-read-more,
.lf-text-link {
	color: var(--lf-coral);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.lf-read-more:hover,
.lf-text-link:hover {
	color: var(--lf-navy);
}

.lf-pagination {
	gap: 0.5rem;
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.lf-pagination a,
.lf-pagination .page-numbers,
.lf-pagination .wp-block-query-pagination-previous,
.lf-pagination .wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0.45rem 0.75rem;
	border: 1px solid var(--lf-line);
	border-radius: 10px;
	color: var(--lf-navy);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.lf-pagination .current,
.lf-pagination a:hover {
	background: var(--lf-navy);
	border-color: var(--lf-navy);
	color: var(--lf-white);
}

.lf-sidebar-column,
.lf-single-sidebar {
	min-width: 0;
}

.lf-sidebar-card,
.lf-toc {
	margin-bottom: 1.3rem;
	padding: clamp(1.25rem, 2.5vw, 1.65rem);
	background: var(--lf-mist);
	border: 1px solid var(--lf-line);
	border-radius: var(--lf-radius);
}

.lf-sidebar-title {
	margin: 0 0 1rem;
	color: var(--lf-navy);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.lf-category-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lf-category-tree li {
	position: relative;
	margin: 0;
	padding: 0.55rem 2.2rem 0.55rem 0;
	border-bottom: 1px solid rgba(13, 33, 56, 0.09);
	color: var(--lf-muted);
	font-size: 0.9rem;
}

.lf-category-tree li:last-child {
	border-bottom: 0;
}

.lf-category-tree a {
	color: var(--lf-navy);
	font-weight: 700;
	text-decoration: none;
}

.lf-category-tree a:hover {
	color: var(--lf-coral);
}

.lf-category-tree .children {
	margin: 0.35rem 0 0 0.8rem;
	padding-left: 0.85rem;
	border-left: 2px solid rgba(37, 184, 180, 0.35);
}

.lf-category-tree .children li {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-bottom: 0;
}

.lf-tag-cloud {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.lf-community-card {
	background:
		radial-gradient(circle at 100% 0%, rgba(242, 182, 50, 0.16), transparent 33%),
		var(--lf-white);
	border-top: 4px solid var(--lf-coral);
	box-shadow: 0 10px 28px rgba(13, 33, 56, 0.07);
}

.lf-community-card p:not(.lf-eyebrow) {
	color: var(--lf-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.lf-social-links {
	gap: 0.55rem;
	margin-top: 1.2rem;
}

.lf-social-links .wp-social-link {
	background: var(--lf-navy) !important;
	transition: transform 180ms ease, background-color 180ms ease;
}

.lf-social-links .wp-social-link:hover {
	background: var(--lf-coral) !important;
	transform: translateY(-2px);
}

.lf-empty-state {
	grid-column: 1 / -1;
	padding: 2rem;
	background: var(--lf-mist);
	border: 1px dashed var(--lf-teal);
	border-radius: var(--lf-radius);
	text-align: center;
}

.lf-search-results {
	padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 3vw, 2rem);
}

/* Artículo individual */

.lf-single-hero {
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(5rem, 10vw, 9rem);
}

.lf-single-title {
	max-width: 1020px;
	font-size: clamp(2.5rem, 6.3vw, 5.5rem);
}

.lf-single-category {
	margin-bottom: 0.8rem;
}

.lf-single-meta {
	gap: 0.55rem;
	margin-top: 1.5rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
}

.lf-single-meta p {
	margin: 0;
}

.lf-single-meta a {
	color: var(--lf-white);
	font-weight: 700;
	text-decoration: none;
}

.lf-featured-wrap {
	position: relative;
	z-index: 2;
	margin-top: clamp(-5.5rem, -7vw, -3.7rem);
	padding: 0 clamp(1.25rem, 3vw, 2rem);
}

.lf-single-featured {
	overflow: hidden;
	margin: 0;
	background: var(--lf-mist);
	border: 7px solid var(--lf-white);
	border-radius: clamp(18px, 3vw, 30px);
	box-shadow: 0 24px 60px rgba(13, 33, 56, 0.18);
}

.lf-single-layout {
	align-items: flex-start;
	margin-top: clamp(3rem, 7vw, 6rem);
}

.lf-article-column {
	min-width: 0;
}

.lf-article-content {
	color: #263443;
	font-size: clamp(1.04rem, 1.6vw, 1.16rem);
	line-height: 1.82;
}

.lf-article-content > * {
	max-width: 760px;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.lf-article-content > .alignwide,
.lf-article-content > .alignfull {
	max-width: 100%;
}

.lf-article-content h2,
.lf-article-content h3,
.lf-article-content h4 {
	color: var(--lf-navy);
	font-weight: 800;
	letter-spacing: -0.025em;
	scroll-margin-top: 2rem;
	text-wrap: balance;
}

.lf-article-content h2 {
	margin-top: 2.8rem;
	font-size: clamp(1.7rem, 3.3vw, 2.45rem);
	line-height: 1.15;
}

.lf-article-content h3 {
	margin-top: 2.2rem;
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
}

.lf-article-content a {
	color: #0B7774;
	font-weight: 650;
}

.lf-article-content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	background: rgba(37, 184, 180, 0.09);
	border-left: 5px solid var(--lf-teal);
	border-radius: 0 var(--lf-radius) var(--lf-radius) 0;
	color: var(--lf-navy);
	font-size: 1.12em;
}

.lf-article-content blockquote p {
	margin: 0;
}

.lf-article-content ul,
.lf-article-content ol {
	padding-left: 1.35rem;
}

.lf-article-content li {
	margin-bottom: 0.6rem;
	padding-left: 0.2rem;
}

.lf-article-content li::marker {
	color: var(--lf-coral);
	font-weight: 800;
}

.lf-article-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.lf-article-content th {
	background: var(--lf-navy);
	color: var(--lf-white);
}

.lf-article-content th,
.lf-article-content td {
	padding: 0.8rem;
	border: 1px solid var(--lf-line);
	text-align: left;
}

.lf-article-content figure img {
	border-radius: 14px;
}

.lf-single-sidebar {
	position: sticky;
	top: 2rem;
}

.lf-toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: lf-toc;
}

.lf-toc-list li {
	position: relative;
	margin: 0;
	padding: 0.55rem 0 0.55rem 1.8rem;
	border-left: 2px solid var(--lf-line);
	counter-increment: lf-toc;
}

.lf-toc-list li::before {
	content: counter(lf-toc, decimal-leading-zero);
	position: absolute;
	left: 0.45rem;
	top: 0.62rem;
	color: var(--lf-teal);
	font-size: 0.68rem;
	font-weight: 800;
}

.lf-toc-list li.is-subsection {
	padding-left: 2.4rem;
}

.lf-toc-list li.is-subsection::before {
	content: "—";
	left: 1rem;
}

.lf-toc-list a {
	color: var(--lf-muted);
	font-size: 0.83rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.lf-toc-list a:hover {
	color: var(--lf-coral);
}

.lf-single-tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	max-width: 760px;
	margin: 2.5rem 0 1.3rem;
}

.lf-share {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	flex-wrap: wrap;
	max-width: 760px;
	margin: 1.5rem 0;
	padding: 1rem;
	background: var(--lf-mist);
	border-radius: 14px;
}

.lf-share > span {
	margin-right: 0.35rem;
	color: var(--lf-navy);
	font-size: 0.86rem;
	font-weight: 800;
}

.lf-share a,
.lf-copy-link {
	appearance: none;
	padding: 0.48rem 0.72rem;
	background: var(--lf-white);
	color: var(--lf-navy);
	border: 1px solid var(--lf-line);
	border-radius: 8px;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.lf-share a:hover,
.lf-copy-link:hover {
	background: var(--lf-navy);
	color: var(--lf-white);
	border-color: var(--lf-navy);
}

.lf-article-separator {
	max-width: 760px;
	margin: 2.5rem 0 1.5rem;
	border-color: var(--lf-line);
}

.lf-article-column > .wp-block-post-navigation-link {
	max-width: 760px;
	margin: 0.75rem 0;
	color: var(--lf-navy);
	font-weight: 750;
}

.lf-related-wrap {
	padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 3vw, 2rem);
	background: var(--lf-mist);
}

.lf-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.7rem);
}

.lf-related-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(37, 184, 180, 0.2), rgba(242, 182, 50, 0.22));
}

.lf-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lf-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 72% 30%, rgba(243, 107, 67, 0.48), transparent 18%),
		linear-gradient(135deg, rgba(37, 184, 180, 0.8), rgba(13, 33, 56, 0.92));
}

.lf-related-card-body {
	padding: 1.2rem;
}

.lf-related-meta {
	margin: 0 0 0.5rem;
	color: var(--lf-muted);
	font-size: 0.76rem;
}

.lf-related-card h3 {
	margin: 0 0 1rem;
	color: var(--lf-navy);
	font-size: 1.18rem;
	line-height: 1.25;
}

.lf-related-card h3 a {
	color: inherit;
	text-decoration: none;
}

.lf-related-card h3 a:hover {
	color: var(--lf-coral);
}

@media (max-width: 980px) {
	.lf-archive-layout,
	.lf-single-layout {
		flex-wrap: wrap !important;
	}

	.lf-posts-column,
	.lf-article-column,
	.lf-sidebar-column,
	.lf-single-sidebar {
		flex-basis: 100% !important;
	}

	.lf-sidebar-column {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.lf-single-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.lf-sidebar-card,
	.lf-toc {
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.lf-archive-hero,
	.lf-single-hero {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.lf-archive-title,
	.lf-single-title {
		letter-spacing: -0.032em;
	}

	.lf-search .wp-block-search__inside-wrapper {
		min-height: 52px;
	}

	.lf-post-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.lf-sidebar-column,
	.lf-single-sidebar,
	.lf-related-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lf-archive-layout,
	.lf-single-layout {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lf-featured-wrap {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.lf-single-featured {
		border-width: 4px;
	}

	.lf-card-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.lf-share {
		align-items: stretch;
	}

	.lf-share > span {
		flex-basis: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.lf-post-card,
	.lf-related-card,
	.lf-card-image img,
	.lf-inline-categories a,
	.lf-tag-cloud a,
	.lf-single-tags a {
		transition: none;
	}
}
