/* Home property type panel: make each icon-box tile fully clickable. */
.elementor-element-6a3df25 .elementor-widget-icon-box {
    position: relative;
    cursor: pointer;
}

.elementor-element-6a3df25 .elementor-icon-box-wrapper {
    height: 100%;
}

.elementor-element-6a3df25 .elementor-icon-box-title a {
    position: static;
}

.elementor-element-6a3df25 .elementor-icon-box-title a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
}
