/* Header (style-thw) */

.header-thw {
	position: fixed;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 10000;
}

	.header-thw a {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		text-decoration: none;
	}

	.header-thw img {
		display: block;
		height: 2rem;
		width: auto;
	}
