/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 10:10:32 */
/* Remove top icon */
#sinedria-master .premium-icon-box-icon-container {
	display: none;
}

/* Switch link text color only (icon is handled from elementor) */
/* normal */
.premium-button-text-icon-wrapper span {
	color: var(--e-global-color-primary);
}
/* hover */
.premium-icon-box-more a:hover .premium-button-text-icon-wrapper span {
	color: var(--e-global-color-accent);
}

/* Set title to be in the center. It is in center on Desktop by default but not on mobile */
.premium-icon-box-container-in .premium-icon-box-title {
	justify-content: center;
}

/* Show back icon fully by setting overflow of icon box */
.elementor-widget-premium-addon-icon-box {
	overflow: unset;
}