.watching-dashboard-panel {
	min-width: 0;
}

.watching-page .channels-container {
	display: grid;
	gap: 12px;
	width: min(1680px, 100%);
}

.watching-dashboard-content .channels-container {
	width: 100%;
	margin: 0;
}

.watching-dashboard-content .channels-hero {
	margin: 0;
}

html[data-theme="light"] .profile-social-identity-body {
	background: transparent;
	border-color: transparent;
}

.watching-page .channel-explorer-actions,
.watching-page .watching-strip-section,
.watching-page .channel-browse-section,
.watching-page .watching-empty {
	width: 100%;
}

.watching-page .watching-channel-grid {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.watching-page .watching-channel-card {
	max-width: 360px;
}

@media screen and (min-width: 1400px) {
	.watching-page .watching-channel-grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
}

@media screen and (max-width: 700px) {
	.watching-page .watching-channel-card {
		max-width: none;
	}
}
