/**
 * Стили для фронтенда TU Crypto Widgets
 */

.tu-crypto-widget-container {
	width: 100%;
	margin: 20px 0;
	position: relative;
}

.tu-crypto-widget-container iframe {
	width: 100%;
	min-height: 200px;
	border: none;
	display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
	.tu-crypto-widget-container {
		margin: 15px 0;
	}
}




