
.th-drawer {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(17, 24, 39, 0.5);
}

.th-drawer[hidden] {
	display: none;
}

.th-drawer-panel {
	background: var(--th-bg);
	width: 84%;
	max-width: 320px;
	height: 100%;
	padding: 24px;
	overflow-y: auto;
}

.th-drawer-close {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 16px;
	min-width: 44px;
	min-height: 44px;
}

.th-drawer-list li {
	border-bottom: 1px solid var(--th-border);
}

.th-drawer-list a {
	display: block;
	padding: 14px 0;
	font-weight: 600;
}
