/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2024 | 12:28:04 */
.top-kategoria-home .elementor-widget-wrap {
	flex-direction: column;
}

.top-kategoria-home .elementor-widget-wrap .elementor-widget-button {
	margin-top: auto;
}

.top-kategoria-home .elementor-widget-wrap .elementor-widget-button .elementor-button-icon {
	align-self: center;
}

@media (max-width: 767px) {
	.top-kategoria-home-sekcia .elementor-container {
		display: grid !important;
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    	inline-size: 100%;
	}
}


@media (max-width: 479px) {
	.top-kategoria-home-sekcia .elementor-container {
    	grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

