/**
 * ICTSM — mobile header: logo visible, site title hidden visually (available to screen readers).
 * Loaded on all public pages with the child theme.
 */

@media (max-width: 720px) {
	.brand__text,
	.ictsm-flexi-header__brand-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}
