<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Plugin CSS Style */
.btn-wrapper { margin-top: 25px; }
.wli-widget-wrapper { margin-top: 15px; }
.btn-select { display: none; }
.btn-wrapper button:hover, .btn-wrapper button:focus { text-decoration: none; }


/* Media Query */
@media ( max-width: 767px ) {
	.btn-encode, .btn-decode, .btn-select { width: 100%; margin-bottom: 10px;  }
}

@media ( max-width: 768px ) {
	.btn-encode, .btn-decode, .btn-select { margin-bottom: 10px; }
}

.content-holder{
	max-width: 100%;
}
</pre></body></html>