.dsi-button {
	background: var(--wp--preset--color--utc-main);
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px 15px;
	width: unset;
	min-width: unset;
	transition: 0.2s;
	text-decoration: none;
}
.dsi-button:hover {
	background: var(--wp--preset--color--utc-accent);
	color: var(--wp--preset--color--utc-main);
}
textarea {
	width: min(40rem, 95%);
	min-width: 20rem;
	height: 100px;
	
	display: block;
	border: 1px solid var(--wp--preset--color--utc-main);
	margin-bottom: 15px;
	padding: 5px;
}
label {
	font-weight: bold;
	margin-bottom: 5px;
	color: var(--wp--preset--color--utc-secondary);
	display: block;
}