@charset "utf-8";
/* CSS Document */

.ocultar,
.ep-row-bottom{
	display: none;
}
[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
	display: none;
}

.wp-block-column h2 a {
	font-size: 1.2rem;
}

.wp-block-column h2 {
	line-height: 1.2rem;
}





.hh-hero-left {
	flex: 2;
}

.hh-hot-now h1 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.hh-hot-now .excerpt {
	font-size: 1.1rem;
	opacity: 0.8;
	margin-bottom: 30px;
}

.hh-trending-wrapper {
	margin-top: 50px;
}

.hh-trending-title {
	margin-bottom: 10px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ffffffb8;
}

.hh-trending {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.hh-trending h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hh-trending-item {
	background: rgba(0,0,0,0.5);
	padding: 10px;
}

.hh-trending-item img {
	width: 100%;
	height: auto;
}

.hh-trending-item a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

.hh-hero-right {
	flex: 1;
}

.hh-breaking h3 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 8px;
    color: #ffffffb8;
}

.hh-breaking-item {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.hh-breaking-item img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.hh-breaking-item a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.hh-breaking-item small {
	display: block;
	opacity: 0.6;
	font-size: 0.75rem;
}

@media (max-width: 768px) {
	.hh-hero-wrapper {
		flex-direction: column;
	}

	.hh-trending {
		grid-template-columns: 1fr;
	}
}

.hh-breaking-item {
  display: flex;
  align-items: flex-start; /* Alinea arriba */
  gap: 10px;
  margin-bottom: 15px;
}

.hh-breaking-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.hh-breaking-item > div {
  flex: 1;
  overflow: hidden;
}

.hh-breaking-item > div a {
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* máximo 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.3em;
  max-height: 2.6em;
  color: white;
  text-decoration: none;
}
