.tgk-preserve {
	align-items: center;
	background: #eef6ff;
	border: 1px solid #d5e7fb;
	border-radius: 8px;
	display: flex;
	gap: 8px;
	margin-top: 12px;
	padding: 10px;
}

.tgk-settings .tgk-preserve input {
	accent-color: var(--blue);
	height: 18px;
	margin: 0;
	width: 18px;
}

.tgk-settings .tgk-preserve span {
	margin: 0;
}

.tgk-result.is-warning {
	color: #a45b00;
}

.tgk-actions {
	display: flex;
	gap: 7px;
}

.tgk-item .tgk-actions .tgk-remove {
	background: #fff0f0;
	border: 1px solid #f2cccc;
	color: #a22c2c;
}

.tgk-files-head [data-tgk-clear] {
	background: #fff0f0;
	border-color: #efbcbc;
	color: #a42626;
	font-weight: 700;
}

.tgk-files-head [data-tgk-clear]:hover {
	background: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

@media (max-width: 720px) {
	.tgk-item .tgk-actions {
		grid-column: 1 / -1;
	}

	.tgk-item .tgk-actions button {
		flex: 1;
	}
}
