.tm-local-news-empty {
	padding: 28px;
	border: 2px dashed #f47a2c;
	border-radius: 12px;
	text-align: center;
	background: #fff8f2;
}

.tm-local-news-empty h2 {
	margin: 0 0 8px;
	color: #111;
	font-size: 28px;
	font-weight: 900;
}

.tm-local-news-empty p {
	margin: 0;
	color: #626262;
	font-size: 15px;
}

.tm-news-admin-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	margin-top: 24px;
	align-items: start;
}

.tm-news-form,
.tm-news-list-panel {
	padding: 20px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.tm-news-form-head,
.tm-news-form-footer {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	margin-bottom: 18px;
}

.tm-news-form-head span {
	color: #d95500;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tm-news-form-head h2 {
	margin: 3px 0 0;
	font-size: 24px;
}

.tm-news-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.tm-news-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.tm-news-field,
.tm-news-check {
	display: block;
}

.tm-news-field.is-full,
.tm-news-check.is-full {
	grid-column: 1 / -1;
}

.tm-news-field span,
.tm-news-check span {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.tm-news-field input,
.tm-news-field select,
.tm-news-field textarea {
	width: 100%;
	max-width: 100%;
}

.tm-news-content-input {
	min-height: 260px;
	font-family: inherit;
}

.tm-news-image-preview {
	display: grid;
	place-items: center;
	min-height: 180px;
	margin-bottom: 10px;
	border: 1px dashed #b8b8b8;
	border-radius: 8px;
	background: #f7f7f7;
	overflow: hidden;
}

.tm-news-image-preview img {
	width: 100%;
	height: 220px;
	display: block;
	object-fit: cover;
}

.tm-news-list-panel h3 {
	margin: 18px 0 10px;
}

.tm-news-list {
	display: grid;
	gap: 8px;
}

.tm-news-list a {
	display: block;
	padding: 12px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	color: #1d2327;
	background: #f8f8f8;
	text-decoration: none;
}

.tm-news-list a.is-active {
	border-color: #f47a2c;
	background: #fff3ea;
}

.tm-news-list a strong,
.tm-news-list a span {
	display: block;
}

.tm-news-list a span {
	margin-top: 4px;
	color: #646970;
	font-size: 12px;
}

@media (max-width: 960px) {
	.tm-news-admin-layout,
	.tm-news-form-grid {
		grid-template-columns: 1fr;
	}

	.tm-news-form-head,
	.tm-news-form-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.tm-news-form-actions {
		justify-content: flex-start;
	}
}

.tm-news-front-panel {
	width: min(1180px, calc(100% - 32px));
	margin: 34px auto;
	padding: 0;
	color: #141414;
	font-family: inherit;
}

.tm-front-login-card,
.tm-front-header,
.tm-front-form,
.tm-front-list-panel,
.tm-front-stats > div,
.tm-front-notice {
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.tm-front-login-card {
	max-width: 460px;
	margin: 0 auto;
	padding: 28px;
}

.tm-front-login-card h2,
.tm-front-header h2,
.tm-front-form h3,
.tm-front-list-panel h3 {
	margin: 0;
	color: #111;
	line-height: 1.12;
}

.tm-front-login-card p,
.tm-front-header p {
	margin: 10px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	line-height: 1.55;
}

.tm-front-login-card .login-username,
.tm-front-login-card .login-password,
.tm-front-login-card .login-remember,
.tm-front-login-card .login-submit {
	margin: 14px 0 0;
}

.tm-front-login-card label {
	display: block;
	margin-bottom: 6px;
	font-weight: 800;
}

.tm-front-login-card input[type="text"],
.tm-front-login-card input[type="password"] {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
}

.tm-front-login-card input[type="submit"] {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #f47a2c;
	font-weight: 900;
	cursor: pointer;
}

.tm-front-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px;
	background: linear-gradient(135deg, #171717, #2b160e);
	color: #fff;
}

.tm-front-header h2,
.tm-front-header p {
	color: #fff;
}

.tm-front-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #f47a2c;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tm-front-kicker::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #f47a2c;
}

.tm-front-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0;
}

.tm-front-stats > div {
	padding: 18px;
}

.tm-front-stats span,
.tm-front-stats strong {
	display: block;
}

.tm-front-stats span {
	color: #707070;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tm-front-stats strong {
	margin-top: 6px;
	color: #111;
	font-size: 25px;
	font-weight: 950;
	line-height: 1.15;
}

.tm-front-notice {
	margin: 0 0 16px;
	padding: 14px 16px;
	font-weight: 850;
}

.tm-front-notice.is-success {
	border-color: rgba(16, 166, 88, 0.3);
	color: #136f3e;
	background: #effbf4;
}

.tm-front-notice.is-error {
	border-color: rgba(190, 32, 32, 0.28);
	color: #9b1c1c;
	background: #fff2f2;
}

.tm-front-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 18px;
	align-items: start;
}

.tm-front-form,
.tm-front-list-panel {
	padding: 22px;
}

.tm-front-form-head,
.tm-front-form-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.tm-front-form-foot {
	margin: 20px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e9e9e9;
}

.tm-front-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
}

.tm-front-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #f47a2c;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(244, 122, 44, 0.22);
}

.tm-front-button:hover {
	color: #fff;
	filter: brightness(0.96);
}

.tm-front-button.is-light {
	color: #111;
	background: #f6f6f6;
	box-shadow: none;
}

.tm-front-button.is-outline {
	border: 1px solid rgba(244, 122, 44, 0.55);
	color: #d95500;
	background: #fff;
	box-shadow: none;
}

.tm-front-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.tm-front-field,
.tm-front-check {
	display: block;
}

.tm-front-field.is-full,
.tm-front-check.is-full {
	grid-column: 1 / -1;
}

.tm-front-field > span,
.tm-front-check > span {
	display: block;
	margin-bottom: 7px;
	color: #222;
	font-size: 14px;
	font-weight: 900;
}

.tm-front-field input[type="text"],
.tm-front-field input[type="file"],
.tm-front-field select,
.tm-front-field textarea {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	background: #fff;
	color: #151515;
	font: inherit;
}

.tm-front-field textarea {
	padding: 10px 12px;
	line-height: 1.5;
}

.tm-front-content-input {
	min-height: 300px;
}

.tm-front-check {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 10px;
	font-weight: 850;
}

.tm-front-check input {
	width: 19px;
	height: 19px;
}

.tm-front-image-preview {
	display: grid;
	place-items: center;
	min-height: 190px;
	margin-bottom: 12px;
	border: 1px dashed rgba(17, 17, 17, 0.24);
	border-radius: 10px;
	background: #f7f7f7;
	overflow: hidden;
}

.tm-front-image-preview img {
	display: block;
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.tm-front-image-preview em {
	padding: 18px;
	color: #626262;
	text-align: center;
}

.tm-front-list-panel {
	position: sticky;
	top: 96px;
}

.tm-front-list-panel h3 {
	margin-top: 20px;
	font-size: 20px;
}

.tm-front-list {
	display: grid;
	gap: 9px;
	margin-top: 12px;
}

.tm-front-list a {
	display: block;
	padding: 13px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	color: #141414;
	background: #fafafa;
	text-decoration: none;
}

.tm-front-list a.is-active {
	border-color: #f47a2c;
	background: #fff3ea;
	box-shadow: inset 4px 0 0 #f47a2c;
}

.tm-front-list strong,
.tm-front-list span {
	display: block;
}

.tm-front-list span {
	margin-top: 5px;
	color: #686868;
	font-size: 12px;
	font-weight: 750;
}

.tm-front-delete {
	margin-top: 18px;
	padding: 0;
	border: 0;
	color: #b42318;
	background: transparent;
	font-weight: 900;
	cursor: pointer;
}

@media (max-width: 980px) {
	.tm-front-layout,
	.tm-front-grid,
	.tm-front-stats {
		grid-template-columns: 1fr;
	}

	.tm-front-list-panel {
		position: static;
	}
}

@media (max-width: 680px) {
	.tm-news-front-panel {
		width: min(100% - 20px, 1180px);
		margin: 18px auto;
	}

	.tm-front-header,
	.tm-front-form-head,
	.tm-front-form-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.tm-front-actions {
		width: 100%;
		justify-content: flex-start;
	}

	.tm-front-button {
		width: 100%;
	}
}

body.single-troncal_noticia .entry-header,
body.single-troncal_noticia .hero-section,
body.single-troncal_noticia .ct-breadcrumbs {
	display: none;
}

.tm-single-news {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	color: #111;
	background:
		radial-gradient(circle at 12% 18%, rgba(244, 122, 44, 0.18), transparent 24%),
		radial-gradient(circle at 84% 12%, rgba(244, 122, 44, 0.14), transparent 28%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 72px),
		linear-gradient(135deg, #160905 0%, #2a1007 45%, #090605 100%);
	background-size: 120% 120%, 120% 120%, auto, auto, auto;
	animation: tm-single-news-bg 18s ease-in-out infinite alternate;
	font-family: inherit;
}

@keyframes tm-single-news-bg {
	from {
		background-position: 0% 0%, 100% 0%, 0 0, 0 0, 0 0;
	}

	to {
		background-position: 8% 10%, 88% 8%, 36px 0, 0 28px, 0 0;
	}
}

.tm-single-news-premium {
	position: sticky;
	z-index: 70;
	top: var(--tm-premium-sticky-top, 64px);
	width: 100%;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

body.admin-bar .tm-single-news-premium {
	top: var(--tm-premium-sticky-top, 96px);
}

.tm-single-news-premium .tm-ad-premium-section {
	position: static;
	margin: 0;
	padding: 6px 0;
	border-bottom: 0;
	box-shadow: none;
}

.tm-single-news-premium .tm-ad-rotator {
	width: min(1500px, calc(100% - 32px));
	margin: 0 auto;
}

.tm-single-news * {
	box-sizing: border-box;
}

.tm-single-news-hero {
	padding: 24px max(20px, calc((100vw - 1180px) / 2)) 20px;
	color: #fff;
	background:
		radial-gradient(circle at 16% 20%, rgba(244, 122, 44, 0.35), transparent 25%),
		linear-gradient(135deg, rgba(26, 15, 11, 0.88), rgba(43, 20, 11, 0.88) 50%, rgba(17, 17, 17, 0.9));
}

.tm-single-news-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: #ffb17c;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.tm-single-news-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f47a2c;
}

.tm-single-news-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 2.65vw, 38px);
	font-weight: 950;
	line-height: 1.1;
}

.tm-single-news-hero p {
	max-width: 760px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.55;
}

.tm-single-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.tm-single-news-meta span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.tm-single-news-layout {
	width: min(1500px, calc(100% - 32px));
	display: grid;
	grid-template-columns: minmax(126px, 150px) minmax(0, 940px) minmax(126px, 150px);
	gap: 18px;
	align-items: start;
	margin: 34px auto;
}

.tm-single-news-body {
	min-width: 0;
	padding: 26px;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.tm-single-news-body figure {
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: 10px;
}

.tm-single-news-body figure img {
	display: block;
	width: 100%;
	height: auto;
}

.tm-single-news-content {
	color: #242424;
	font-size: 18px;
	line-height: 1.72;
}

.tm-single-news-content p {
	margin: 0 0 18px;
}

.tm-single-news-content h2,
.tm-single-news-content h3 {
	margin: 28px 0 12px;
	color: #111;
	line-height: 1.15;
}

.tm-single-news-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.tm-single-news-share strong {
	margin-right: 4px;
	color: #111;
	font-size: 14px;
	font-weight: 950;
}

.tm-single-news-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 7px;
	color: #fff;
	background: #f47a2c;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.tm-single-news-ads {
	display: grid;
	gap: 14px;
	align-content: start;
}

.tm-single-news-ads .tm-standard-rotator {
	min-height: 260px;
}

.tm-single-news-ads .tsn-ad-card,
.tm-single-news-ads .tm-standard-ad {
	min-height: 260px;
}

@media (max-width: 1120px) {
	.tm-single-news-layout {
		grid-template-columns: 1fr;
	}

	.tm-single-news-ads {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tm-single-news-ads .tm-standard-rotator,
	.tm-single-news-ads .tsn-ad-card,
	.tm-single-news-ads .tm-standard-ad {
		min-height: 190px;
	}
}

@media (max-width: 680px) {
	.tm-single-news-hero {
		padding: 24px 18px 20px;
	}

	.tm-single-news-hero h1 {
		font-size: 27px;
	}

	.tm-single-news-hero p {
		font-size: 14px;
	}

	.tm-single-news-layout {
		width: calc(100% - 20px);
		margin: 20px auto;
	}

	.tm-single-news-premium .tm-ad-rotator {
		width: calc(100% - 20px);
	}

	.tm-single-news-body {
		padding: 18px;
	}

	.tm-single-news-content {
		font-size: 16px;
		line-height: 1.65;
	}

	.tm-single-news-ads {
		grid-template-columns: 1fr;
	}
}
