#fc_frame{
    bottom: 65px !important;
}
#launcher-frame{
    display: none !important;
}
.smt-app-contact_us{
    display: none !important;
}

.c-logo img {
    display: none !important;
}
.c-logo .texto, .c-logo:hover .texto{
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: text-bottom;
    font-size: 26px;
    font-weight: 600;
    /* letter-spacing: -2px; */
}

/* Páginas internas: mesmo menu da home (header-7), com barra escura sólida */
body.c-layout-header-inner .c-layout-header.c-layout-header-7,
body.c-layout-header-inner .c-layout-header.c-layout-header-7 .c-navbar,
body.c-layout-header-inner .c-layout-header.c-layout-header-inner-solid,
body.c-layout-header-inner .c-layout-header.c-layout-header-inner-solid .c-navbar {
    background: rgba(30, 36, 42, 0.95) !important;
    border-bottom: 0 !important;
}
body.c-layout-header-inner .c-logo .texto,
body.c-layout-header-inner .c-logo:hover .texto {
    color: #ffffff !important;
}
@media (min-width: 992px) {
    body.c-layout-header-inner .c-layout-header.c-layout-header-7 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link,
    body.c-layout-header-inner .c-layout-header.c-layout-header-7 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon {
        color: #ffffff !important;
    }
}

/* Minha Área: menu horizontal com botões JANGO */
.c-minha-nav-horizontal {
    margin: 0 0 30px;
    clear: both;
}
.c-minha-nav-horizontal .c-minha-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-minha-nav-horizontal .c-minha-nav-list > li {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
}
.c-minha-nav-horizontal .c-minha-nav-list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    text-decoration: none !important;
}
.c-minha-nav-horizontal .c-minha-nav-list > li > a > .fa {
    margin-right: 2px;
}

.c-layout-quick-sidebar .c-section:first-child {
    display: none;
}
.c-quick-sidebar-toggler-wrapper{
    display: none !important;
}

/* Hero Text Typography */
.c-hero-text-wrap {
    text-align: center;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
    user-select: text;
}

.c-hero-title-main {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(48px, 14vw, 150px);
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    margin: 0;
    padding: 0;
}

.c-hero-title-sub {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 2.7vw, 29px);
    line-height: 1.25;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    margin: 14px 0 0 0;
    padding: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .c-hero-title-main {
        font-size: clamp(44px, 15vw, 76px);
    }
    .c-hero-title-sub {
        font-size: clamp(11px, 3.4vw, 16px);
        letter-spacing: 0.10em;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .c-hero-title-main {
        font-size: clamp(38px, 13vw, 56px);
    }
    .c-hero-title-sub {
        font-size: clamp(10px, 3.2vw, 13px);
        letter-spacing: 0.08em;
        margin-top: 6px;
    }
}

/* Footer Parceiros: highlight Cadastre-se CTA */
.c-layout-footer-10 .c-footer-cadastre-se {
    color: #428de4;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(66, 141, 228, 0.45);
    text-underline-offset: 3px;
}

.c-layout-footer-10 .c-footer-cadastre-se:hover,
.c-layout-footer-10 .c-footer-cadastre-se:focus {
    color: #1e73d5;
    text-decoration-color: #1e73d5;
}

#public_key {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

/* === Catálogo Trato Feito (/itens + /item) === */
.tf-catalog {
	--tf-accent: #e67e22;
	--tf-accent-hover: #d35400;
	--tf-ink: #2c3e50;
	--tf-muted: #7f8c8d;
	--tf-line: #e8ecef;
	--tf-surface: #ffffff;
	--tf-soft: #f4f6f8;
	color: var(--tf-ink);
}
.tf-catalog.all-content-page {
	padding-top: 110px;
	padding-bottom: 48px;
	background: var(--tf-soft);
}
.tf-catalog .tf-catalog-hero {
	background: linear-gradient(120deg, #2c3e50 0%, #34495e 55%, #1a252f 100%);
	color: #fff;
	padding: 36px 0 32px;
	margin-bottom: 0;
}
.tf-catalog .tf-catalog-hero h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.tf-catalog .tf-catalog-hero p {
	margin: 8px 0 0;
	opacity: 0.75;
	font-size: 14px;
}
.tf-catalog .breadcrumbs {
	margin: 18px 0 22px;
	font-size: 13px;
	color: var(--tf-muted);
}
.tf-catalog .breadcrumbs a {
	color: #5d6d7e;
	text-decoration: none;
	margin-right: 6px;
}
.tf-catalog .breadcrumbs a:after {
	content: "/";
	margin-left: 8px;
	color: #b0b8c0;
}
.tf-catalog .breadcrumbs > span {
	color: var(--tf-ink);
	font-weight: 600;
}
.tf-catalog .tf-catalog-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: var(--tf-surface);
	border: 1px solid var(--tf-line);
	padding: 14px 16px;
	margin-bottom: 20px;
}
.tf-catalog .tf-catalog-toolbar .items-result-count {
	color: var(--tf-muted);
	font-size: 13px;
}
.tf-catalog .tf-catalog-toolbar .tsv-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.tf-catalog .tf-catalog-toolbar .short-wapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.tf-catalog .tf-catalog-toolbar .label-filter {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--tf-muted);
}
.tf-catalog .tf-catalog-toolbar select.short {
	min-width: 140px;
	height: 36px;
	border: 1px solid var(--tf-line);
	background: #fff;
	padding: 0 10px;
	color: var(--tf-ink);
}
.tf-catalog .show-grid-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--tf-line);
	color: var(--tf-muted);
	text-decoration: none;
}
.tf-catalog .show-grid-list a.active,
.tf-catalog .show-grid-list a:hover {
	background: var(--tf-accent);
	border-color: var(--tf-accent);
	color: #fff;
}
.tf-catalog .tf-subcats {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tf-catalog .tf-subcats a {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid var(--tf-line);
	background: #fff;
	color: var(--tf-ink);
	text-decoration: none;
	font-size: 13px;
}
.tf-catalog .tf-subcats a:hover {
	border-color: var(--tf-accent);
	color: var(--tf-accent);
}
.tf-catalog .grid-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.tf-catalog .grid-view > [class*="col-"] {
	padding: 0 10px;
	margin-bottom: 20px;
}
.tf-catalog .product-wrap {
	background: var(--tf-surface);
	border: 1px solid var(--tf-line);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tf-catalog .product-wrap:hover {
	border-color: #d5dde3;
	box-shadow: 0 8px 24px rgba(44, 62, 80, 0.08);
}
.tf-catalog .img-products {
	position: relative;
	background: #fafbfc;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.tf-catalog .img-products a {
	display: block;
	height: 100%;
}
.tf-catalog .img-products img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
}
.tf-catalog .img-products .images-last {
	display: none;
}
.tf-catalog .button-hover {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	gap: 6px;
}
.tf-catalog .button-hover .add-cart {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--tf-accent);
	color: #fff;
	text-decoration: none;
}
.tf-catalog .button-hover .add-cart:hover {
	background: var(--tf-accent-hover);
	color: #fff;
}
.tf-catalog .product-des {
	padding: 16px;
	flex: 1;
}
.tf-catalog .product-des h2,
.tf-catalog .product-des .title-product {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
}
.tf-catalog .product-des h2 a,
.tf-catalog .product-des .product-name {
	color: var(--tf-ink);
	text-decoration: none;
}
.tf-catalog .product-des h2 a:hover {
	color: var(--tf-accent);
}
.tf-catalog .mc-price {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: var(--tf-accent);
}
.tf-catalog .mc-price del {
	margin-left: 8px;
	font-size: 13px;
	font-weight: 500;
	color: #95a5a6;
}
.tf-catalog .mc-price ins {
	text-decoration: none;
}
.tf-catalog .available-instock {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tf-muted);
}
.tf-catalog .available-instock span {
	color: #27ae60;
	font-weight: 700;
}
.tf-catalog .product-liststyle {
	padding: 16px;
}
.tf-catalog .product-liststyle .img-products {
	aspect-ratio: 4 / 3;
}
.tf-catalog .product-liststyle .button-items {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.tf-catalog .product-liststyle .buy-now {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	background: var(--tf-accent);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.tf-catalog .product-liststyle .buy-now:hover {
	background: var(--tf-accent-hover);
	color: #fff;
}
.tf-catalog .sidebar-items .in-sidebar-item {
	background: var(--tf-surface);
	border: 1px solid var(--tf-line);
	padding: 18px 16px;
}
.tf-catalog .sidebar-title {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tf-ink);
}
.tf-catalog .sidebar-list-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tf-catalog .sidebar-list-links > li > a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 0;
	border-bottom: 1px solid var(--tf-line);
	color: #4a5a69;
	text-decoration: none;
	font-size: 14px;
}
.tf-catalog .sidebar-list-links > li > a:hover {
	color: var(--tf-accent);
}
.tf-catalog .pag-nav ul {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.tf-catalog .pag-nav a {
	display: inline-flex;
	min-width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--tf-line);
	background: #fff;
	color: var(--tf-ink);
	text-decoration: none;
}
.tf-catalog .pag-nav .active a,
.tf-catalog .pag-nav a:hover {
	background: var(--tf-accent);
	border-color: var(--tf-accent);
	color: #fff;
}

/* Detalhe do produto */
.tf-catalog-detail .tf-product-panel {
	background: var(--tf-surface);
	border: 1px solid var(--tf-line);
	padding: 24px;
	margin-bottom: 24px;
}
.tf-catalog-detail .product-images .img-border {
	background: #fafbfc;
	border: 1px solid var(--tf-line);
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.tf-catalog-detail .product-images .img1 {
	width: auto;
	max-width: 100%;
	max-height: 420px;
	height: auto;
}
.tf-catalog-detail .gallery-quick a {
	display: block;
	margin-bottom: 8px;
	border: 1px solid var(--tf-line);
	padding: 4px;
	background: #fff;
}
.tf-catalog-detail .gallery-quick a.active,
.tf-catalog-detail .gallery-quick a:hover {
	border-color: var(--tf-accent);
}
.tf-catalog-detail .gallery-quick img {
	width: 100%;
	height: auto;
	display: block;
}
.tf-catalog-detail .title-product {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tf-ink);
}
.tf-catalog-detail .mc-price {
	font-size: 28px;
	margin-bottom: 12px;
}
.tf-catalog-detail .product-btn .buttoncompra,
.tf-catalog-detail .product-btn .buttoncompra .button {
	display: inline-block;
	width: 100%;
	max-width: 320px;
}
.tf-catalog-detail .product-btn .btn-color {
	width: 100%;
	border: 0;
	padding: 14px 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: var(--tf-accent);
	border-color: var(--tf-accent);
}
.tf-catalog-detail .product-btn .btn-color:hover {
	background: var(--tf-accent-hover);
	border-color: var(--tf-accent-hover);
}
.tf-catalog-detail .product-share .label-p {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tf-muted);
}
.tf-catalog-detail .f-ul-socials {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
}
.tf-catalog-detail .f-ul-socials a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--tf-line);
	color: #5d6d7e;
	text-decoration: none;
}
.tf-catalog-detail .f-ul-socials a:hover {
	background: var(--tf-accent);
	border-color: var(--tf-accent);
	color: #fff;
}
.tf-catalog-detail .tabs-product-detail .nav-tabs {
	border-bottom: 1px solid var(--tf-line);
	margin-bottom: 0;
}
.tf-catalog-detail .tabs-product-detail .nav-tabs > li > a {
	border-radius: 0;
	color: var(--tf-muted);
	font-weight: 600;
}
.tf-catalog-detail .tabs-product-detail .nav-tabs > li.active > a,
.tf-catalog-detail .tabs-product-detail .nav-tabs > li.active > a:hover,
.tf-catalog-detail .tabs-product-detail .nav-tabs > li.active > a:focus {
	color: var(--tf-ink);
	border-color: var(--tf-line) var(--tf-line) transparent;
}
.tf-catalog-detail .tf-product-description {
	background: #fff;
	border: 1px solid var(--tf-line);
	border-top: 0;
	padding: 22px;
	line-height: 1.65;
	color: #4a5a69;
}
.tf-catalog .related-products {
	padding: 28px 0 8px;
}
.tf-catalog .title-product-box {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tf-ink);
}
.tf-catalog .related-products .product-wrap {
	margin: 0 8px;
}
@media (max-width: 767px) {
	.tf-catalog .tf-catalog-hero h1 {
		font-size: 22px;
	}
	.tf-catalog-detail .title-product {
		font-size: 22px;
	}
	.tf-catalog .tf-catalog-toolbar .tsv-right {
		width: 100%;
	}
}

/* === Checkout Trato Feito (/caixa + /carrinho) === */
.tf-checkout {
	--tf-accent: #e67e22;
	--tf-accent-hover: #d35400;
	--tf-ink: #2c3e50;
	--tf-muted: #7f8c8d;
	--tf-line: #e8ecef;
	--tf-soft: #f4f6f8;
	color: var(--tf-ink);
}
.tf-checkout-hero {
	background: linear-gradient(120deg, #2c3e50 0%, #34495e 55%, #1a252f 100%);
	color: #fff;
	padding: 120px 0 36px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.tf-checkout-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -40% auto;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(230, 126, 34, .28) 0%, transparent 70%);
	pointer-events: none;
	animation: tf-checkout-glow 8s ease-in-out infinite alternate;
}
.tf-checkout-brand {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #e67e22;
}
.tf-checkout-hero h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
	background: none;
	padding: 0;
}
.tf-checkout-lead {
	margin: 10px 0 0;
	max-width: 36rem;
	font-size: 15px;
	line-height: 1.5;
	opacity: .78;
}
.tf-checkout .table-cart-wrap,
.tf-checkout .tf-checkout-shell,
.tf-checkout .caixa-page-shell {
	padding-top: 28px;
	padding-bottom: 56px;
	background: var(--tf-soft);
}
.tf-checkout .all-content-page > .container > .breadcrumbs,
.tf-checkout .tf-checkout-shell > .container > .breadcrumbs,
.tf-checkout .caixa-page-shell > .container > .breadcrumbs {
	display: block !important;
	margin: 0 0 22px;
	font-size: 13px;
	color: var(--tf-muted);
}
.tf-checkout .breadcrumbs a {
	color: #5d6d7e;
	text-decoration: none;
}
.tf-checkout .breadcrumbs a:hover {
	color: var(--tf-accent);
}
.tf-checkout .checkout-unified .checkout-empty-visual {
	color: var(--tf-accent);
	background: linear-gradient(160deg, #fff7f0 0%, #fde8d4 100%);
	box-shadow: 0 10px 28px rgba(44, 62, 80, .08);
}
.tf-checkout .checkout-unified .checkout-empty-title {
	color: var(--tf-ink);
}
.tf-checkout .checkout-unified .checkout-empty-cta,
.tf-checkout .checkout-unified .button.submit,
.tf-checkout .checkout-unified .btn-color {
	background: var(--tf-accent);
	border-color: var(--tf-accent);
	color: #fff;
	border-radius: 2px;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.tf-checkout .checkout-unified .checkout-empty-cta:hover,
.tf-checkout .checkout-unified .button.submit:hover,
.tf-checkout .checkout-unified .btn-color:hover {
	background: var(--tf-accent-hover);
	border-color: var(--tf-accent-hover);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(230, 126, 34, .28);
}
.tf-checkout .checkout-unified .checkout-step {
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 8px 24px rgba(44, 62, 80, .05);
}
.tf-checkout .checkout-unified .table-cart {
	background: #fff;
}
@keyframes tf-checkout-glow {
	from { transform: translate(0, 0) scale(1); opacity: .7; }
	to { transform: translate(-24px, -12px) scale(1.08); opacity: 1; }
}
@media (max-width: 767px) {
	.tf-checkout-hero {
		padding: 96px 0 28px;
	}
	.tf-checkout-hero h1 {
		font-size: 24px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.tf-checkout-hero::after {
		animation: none;
	}
}

/* === Blog / Postagens Trato Feito (Corporate 1) - Equal Height Cards === */
.c-content-blog-post-card-1-grid .row {
    display: flex;
    flex-wrap: wrap;
}
.c-content-blog-post-card-1-grid .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.c-content-blog-post-card-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-bottom: 0 !important;
    background: #fff;
    border: 1px solid #e9edf0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-content-blog-post-card-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.c-content-blog-post-card-1 .c-media {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f6f8;
    flex-shrink: 0;
}
.c-content-blog-post-card-1 .c-media a {
    display: block;
    height: 100%;
    width: 100%;
}
.c-content-blog-post-card-1 .c-media img.c-overlay-object {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.3s ease;
}
.c-content-blog-post-card-1:hover .c-media img.c-overlay-object {
    transform: scale(1.04);
}
.c-content-blog-post-card-1 .c-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 18px;
}
.c-content-blog-post-card-1 .c-body .c-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 40px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-content-blog-post-card-1 .c-body .c-title a {
    color: #2c3e50;
    text-decoration: none;
}
.c-content-blog-post-card-1 .c-body .c-title a:hover {
    color: #32c5d2;
}
.c-content-blog-post-card-1 .c-body .c-author {
    font-size: 11px;
    color: #95a5a6;
    margin-bottom: 8px;
}
.c-content-blog-post-card-1 .c-body .c-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f4f6;
    font-size: 11px;
    color: #7f8c8d;
}
.c-content-blog-post-card-1 .c-body .c-panel .c-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.c-content-blog-post-card-1 .c-body .c-panel .c-tags li {
    font-size: 10px;
    padding: 2px 6px;
    background: #edf2f7;
    color: #4a5568;
    border-radius: 3px;
}
.c-content-blog-post-card-1 .c-body .c-panel .c-comments {
    margin-left: auto;
    font-size: 11px;
    color: #a0aec0;
    white-space: nowrap;
}
.c-content-blog-post-card-1 .c-body p,
.c-content-blog-post-card-1 .c-body .c-excerpt {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #556b82;
    min-height: 58px;
    max-height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-content-blog-post-card-1 .c-body .c-card-footer {
    margin-top: auto;
    padding-top: 8px;
}
.c-content-blog-post-card-1 .c-body .c-read-more-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #32c5d2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}
.c-content-blog-post-card-1 .c-body .c-read-more-btn:hover {
    color: #239ca7;
    text-decoration: none;
}

/* List view consistency */
.c-content-blog-post-1-list .c-content-blog-post-1 {
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e9edf0;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 18px;
}
.c-content-blog-post-1-list .c-content-blog-post-1 .c-media .c-content-media-2 {
    height: 300px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}
.c-content-blog-post-1-list .c-content-blog-post-1 .c-title,
.c-content-blog-post-1-list .c-content-blog-post-1 .c-desc,
.c-content-blog-post-1-list .c-content-blog-post-1 .c-panel {
    padding-left: 20px;
    padding-right: 20px;
}

/* Single post view media & cover - static, stable, no auto-play/flicker */
.c-content-blog-post-1-view .c-media {
    margin-bottom: 28px;
    border-radius: 4px;
    overflow: hidden;
    background: #f4f6f8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    height: auto !important;
    max-height: 520px !important;
}
.c-content-blog-post-1-view .c-media .c-content-media-2-slider,
.c-content-blog-post-1-view .c-media .owl-carousel,
.c-content-blog-post-1-view .c-media .owl-carousel .item,
.c-content-blog-post-1-view .c-media .owl-wrapper,
.c-content-blog-post-1-view .c-media .owl-wrapper-outer {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    position: static !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
}
.c-content-blog-post-1-view .c-media .c-content-media-2 {
    display: block !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    overflow: hidden;
    border-radius: 4px;
}
.c-content-blog-post-1-view .c-media img.c-post-single-cover {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 520px !important;
    min-height: 280px;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 4px;
}

