.ck-content a.button,
.ck-editor a.button {
	display: inline-block;
	background: #45A361;
	padding: 15px 30px;
	letter-spacing: 10%;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
}
.ck-content a.button:hover,
.ck-editor a.button:hover {
	color: #383838;
}
.ck-horizontal-line {
	clear: both;
}
.table-file-multiple-widget th {
	height: inherit;
	color: var(--gin-color-title);
	background: var(--gin-bg-layer);
	font-size: var(--gin-font-size-s);
}
