/*
 Theme Name:   Hello Elementor Child
 Description:  A child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.sf-new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4d4d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 10;
  text-transform: uppercase;
}

/* Mustaneer CSS */
body .elementor-widget-icon .elementor-icon-wrapper {
	display: flex;
}
body .elementor-widget-icon-list svg {
	margin: 0 !important;
}
body .elementor-widget-icon-list .elementor-icon-list-text {
	padding: 0 !important;
}
body * p:last-child {
	margin-bottom: 0 !important;
}

/* make whole icon-box widget clickable if link is added */
body .elementor-widget-icon-box {
    position: relative;
}
body .elementor-widget-icon-box a {
    position: static;
}
body .elementor-widget-icon-box a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}