/* ComoVa — Internet y telecomunicaciones (features/comova/sources/internet.php) */
.cv-inet-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr)); gap: .75rem; margin: 1rem 0; }
.cv-inet-card {
	--cv-state: var(--cv-normal);
	background: var(--cv-surface);
	color: var(--cv-text);
	border: 1px solid var(--cv-border);
	border-left: 5px solid var(--cv-state);
	border-radius: var(--cv-radius, 14px);
	padding: .8rem 1rem;
	min-width: 0;
}
.cv-inet-card header { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; flex-wrap: wrap; margin-bottom: .4rem; }
.cv-inet-card h3 { margin: 0; font-size: 1.05rem; }
.cv-inet-card p { margin: .45rem 0 0; font-size: .92rem; line-height: 1.4; overflow-wrap: anywhere; }
.cv-inet-kind { font-size: .8rem; }
.cv-inet-note { font-size: .8rem !important; }
.cv-inet-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: .75rem 0 1rem; }
.cv-inet-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.cv-inet-table th, .cv-inet-table td { padding: .45rem .5rem; border-bottom: 1px solid var(--cv-border); text-align: left; vertical-align: top; }
.cv-inet-table th { background: var(--cv-surface-2); font-weight: 650; white-space: nowrap; }
.cv-inet-table .cv-chip { white-space: normal; }
.cv-inet-mx td { background: var(--cv-surface-2); }
.cv-inet-fresh, .cv-inet-sources { font-size: .85rem; }
@media (max-width: 420px) {
	.cv-inet-table { font-size: .85rem; }
	.cv-inet-table th, .cv-inet-table td { padding: .4rem .35rem; }
}
