/* Newsroom responsive fixes */

::selection {
	background: rgba(242, 69, 12, 0.32);
	color: #111827;
}

::-moz-selection {
	background: rgba(242, 69, 12, 0.32);
	color: #111827;
}

#hero-container .relative {
	overflow: visible;
	background: transparent;
}

#hero-container .absolute.inset-0 {
	display: none;
}

#hero-container .absolute.bottom-0.left-0 {
	position: static;
	padding: 1.25rem 0 0;
	max-width: none;
}

#hero-container .absolute.bottom-0.left-0 span {
	color: #4b5563;
}

#hero-title {
	color: #111827;
}

#hero-description {
	color: #374151;
}

@media (max-width: 767px) {
	nav > div {
		padding: 0.875rem 1rem;
		gap: 0.75rem;
	}

	nav img.h-14 {
		height: 2.5rem;
	}

	nav a[href*="shopify.com/sizit"] {
		padding: 0.5rem 0.75rem;
		font-size: 0.7rem;
		line-height: 1;
		letter-spacing: 0.03em;
		text-align: center;
		white-space: nowrap;
	}

	main {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	#hero-container {
		margin-top: 6rem;
		margin-bottom: 4rem;
	}

	#hero-container img {
		height: auto !important;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	#hero-container .absolute.bottom-0.left-0 {
		padding-top: 1rem;
	}

	#hero-title {
		font-size: clamp(1.45rem, 7.2vw, 2rem);
		line-height: 1.07;
	}

	#hero-description {
		margin-top: 0.6rem;
		font-size: 0.9rem;
		line-height: 1.45;
	}

	section.mb-44 > .flex.justify-between.items-baseline {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.9rem;
		margin-bottom: 2rem;
		padding-bottom: 1rem;
	}

	#latest-updates-title {
		font-size: 1.9rem;
		line-height: 1;
	}

	#category-filters {
		flex-wrap: wrap;
		gap: 0.6rem 1rem;
		margin-top: 0.8rem;
	}

	#category-filters button {
		font-size: 0.68rem;
		letter-spacing: 0.12em;
	}

	#articles-grid {
		gap: 2rem;
	}

	footer > div {
		padding: 3rem 1rem;
		gap: 1.5rem;
	}

	main.max-w-5xl {
		padding-top: 6.8rem !important;
		padding-bottom: 3.5rem !important;
	}

	main.max-w-5xl h1 {
		font-size: clamp(1.85rem, 8vw, 2.4rem) !important;
		line-height: 1.05 !important;
	}

	main.max-w-5xl p.text-lg {
		font-size: 1rem !important;
		line-height: 1.6 !important;
	}

	main.max-w-5xl article {
		margin-top: 2rem !important;
		gap: 1.3rem;
		font-size: 1rem !important;
		line-height: 1.65 !important;
	}

	main.max-w-5xl blockquote {
		font-size: 1rem !important;
		line-height: 1.55 !important;
		padding-left: 1rem !important;
	}
}
