.iead-transporte-hoy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	font-size: 14px;
}

.iead-transporte-hoy__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.iead-transporte-hoy__header-main {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.iead-transporte-hoy__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.iead-transporte-hoy__subtitle {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #6b7280;
}

.iead-transporte-hoy__date {
	margin: 0;
	font-size: 0.875rem;
	color: #6b7280;
}

/* SUMMARY */

.iead-transporte-hoy__summary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.iead-transporte-hoy__summary-card {
	padding: 0.75rem;
	border-radius: 0.5rem;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.iead-transporte-hoy__summary-value {
	font-size: 1.2rem;
}

.iead-transporte-hoy__summary-meta {
	font-size: 0.75rem;
	opacity: 0.7;
}

/* SECTION */

.iead-transporte-hoy__section {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.iead-transporte-hoy__section-title {
	font-size: 1.1rem;
	font-weight: 600;
}

.iead-transporte-hoy__section-meta {
	font-size: 0.8rem;
	opacity: 0.7;
}

/* TABLE MOBILE FIRST */

.iead-transporte-hoy__row {
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	padding: 0.75rem;
	gap: 0.5rem;
}

.iead-transporte-hoy__row--head {
	display: none;
}

.iead-transporte-hoy__cell {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.iead-transporte-hoy__mobile-label {
	font-size: 0.7rem;
	opacity: 0.6;
}

.iead-transporte-hoy__delegacion {
	font-weight: 600;
	font-size: 1rem;
}

.iead-transporte-hoy__cantidad {
	font-size: 1rem;
	font-weight: 500;
}

.iead-transporte-hoy__wa-link {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
}

.iead-transporte-hoy__wa-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* DESKTOP */

@media (min-width: 768px) {
	.iead-transporte-hoy__row {
		flex-direction: row;
		align-items: center;
	}

	.iead-transporte-hoy__mobile-label {
		display: none;
	}

	.iead-transporte-hoy__row--head {
		display: flex;
		font-weight: 600;
		border: none;
	}

	.iead-transporte-hoy__cell {
		flex: 1;
	}
}

.iead-transporte-hoy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	font-size: 14px;
}

.iead-transporte-hoy__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.iead-transporte-hoy__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.iead-transporte-hoy__date {
	margin: 0;
	font-size: 0.875rem;
	color: #6b7280;
}

.iead-transporte-hoy__summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.iead-transporte-hoy__summary-card {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.875rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.75rem;
	background: #ffffff;
}

.iead-transporte-hoy__summary-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.iead-transporte-hoy__summary-value {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 800;
	color: #111827;
}

.iead-transporte-hoy__summary-meta {
	font-size: 0.85rem;
	color: #6b7280;
}

.iead-transporte-hoy__quicknav {
	position: sticky;
	top: 0.75rem;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	padding: 0.75rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.iead-transporte-hoy__quicknav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 9999px;
	background: #ffffff;
	color: #111827;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

.iead-transporte-hoy__quicknav-btn:hover,
.iead-transporte-hoy__quicknav-btn:focus {
	border-color: #9ca3af;
	outline: none;
}

.iead-transporte-hoy__section {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.iead-transporte-hoy__section {
	scroll-margin-top: 6.5rem;
}

.iead-transporte-hoy__section-head {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.iead-transporte-hoy__filter {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.iead-transporte-hoy__filter-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: #6b7280;
}

.iead-transporte-hoy__filter-select {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid #d1d5db;
	border-radius: 0.75rem;
	background: #ffffff;
	color: #111827;
	font-size: 0.95rem;
	line-height: 1.2;
}

.iead-transporte-hoy__filter-select:focus {
	outline: none;
	border-color: #9ca3af;
}

.iead-transporte-hoy__is-hidden {
	display: none !important;
}

.iead-transporte-hoy__section-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.iead-transporte-hoy__section-meta {
	margin: 0;
	font-size: 0.85rem;
	color: #6b7280;
}

.iead-transporte-hoy__empty {
	padding: 1rem;
	border: 1px dashed #d1d5db;
	border-radius: 0.75rem;
	font-size: 0.95rem;
	color: #6b7280;
	background: #fafafa;
}

.iead-transporte-hoy__table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #e5e7eb;
	border-radius: 0.85rem;
}

.iead-transporte-hoy__thead {
	display: block;
	background: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
	min-width: 720px;
}

.iead-transporte-hoy__tbody {
	display: block;
	min-width: 720px;
}

.iead-transporte-hoy__row,
.iead-transporte-hoy__row--head {
	display: grid;
	grid-template-columns: 180px 80px 180px 180px 60px;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 0.75rem;
}

.iead-transporte-hoy__row {
	border-top: 1px solid #e5e7eb;
}

.iead-transporte-hoy__row:first-child {
	border-top: none;
}

.iead-transporte-hoy__cell {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.iead-transporte-hoy__mobile-label {
	display: none;
}

.iead-transporte-hoy__delegacion {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	color: #111827;
	word-break: break-word;
}

.iead-transporte-hoy__cantidad,
.iead-transporte-hoy__hospedaje,
.iead-transporte-hoy__encargado {
	font-size: 0.95rem;
	line-height: 1.35;
	color: #111827;
	word-break: break-word;
}

.iead-transporte-hoy__wa-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 9999px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #111827;
	text-decoration: none;
}

.iead-transporte-hoy__wa-link:hover,
.iead-transporte-hoy__wa-link:focus {
	border-color: #9ca3af;
	outline: none;
}

.iead-transporte-hoy__wa-icon {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	fill: currentColor;
}

.iead-transporte-hoy__wa-empty {
	display: inline-flex;
	align-items: center;
	height: 2.25rem;
	color: #9ca3af;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.iead-transporte-hoy__header {
		flex-direction: row;
		align-items: end;
		justify-content: space-between;
		gap: 1rem;
	}

	.iead-transporte-hoy__header-main {
		max-width: 760px;
	}
	
		.iead-transporte-hoy__section-head {
		flex-direction: row;
		align-items: end;
		justify-content: space-between;
		gap: 1rem;
	}

	.iead-transporte-hoy__filter {
		width: min(320px, 100%);
		flex-shrink: 0;
	}

	.iead-transporte-hoy__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
		.iead-transporte-hoy__quicknav {
		grid-template-columns: repeat(2, minmax(180px, 220px));
		justify-content: start;
	}

	.iead-transporte-hoy__table {
		gap: 0;
		border: 1px solid #e5e7eb;
		border-radius: 0.85rem;
		overflow: hidden;
	}

	.iead-transporte-hoy__thead {
		display: block;
		background: #f9fafb;
		border-bottom: 1px solid #e5e7eb;
	}

	.iead-transporte-hoy__tbody {
		gap: 0;
	}

	.iead-transporte-hoy__row,
	.iead-transporte-hoy__row--head {
		display: grid;
		grid-template-columns: minmax(220px, 2fr) 90px minmax(180px, 1.4fr) minmax(180px, 1.4fr) 72px;
		align-items: center;
		gap: 0.75rem;
		border-radius: 0;
		border: 0;
		padding: 0.85rem 1rem;
	}

	.iead-transporte-hoy__tbody .iead-transporte-hoy__row + .iead-transporte-hoy__row {
		border-top: 1px solid #e5e7eb;
	}

	.iead-transporte-hoy__row--head {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.iead-transporte-hoy__row--head .iead-transporte-hoy__cell {
		font-size: 0.78rem;
		font-weight: 700;
		color: #6b7280;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}

	.iead-transporte-hoy__mobile-label {
		display: none;
	}

	.iead-transporte-hoy__cell--cantidad,
    .iead-transporte-hoy__cell--wa {
    	align-items: center;
    	justify-content: center;
    }

	.iead-transporte-hoy__cell--wa {
		justify-content: center;
	}
}