/* No change */
.odoo-cta__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

/* No change */
.odoo-cta__icon-wrapper .elementor-widget-container {
    position: relative;
    z-index: 0;
    padding: 20px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px !important;
}

/* No change */
.odoo-cta__icon-wrapper .elementor-widget-container::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #bebebe;
    border-radius: 12px;
    z-index: -1;
}

/* NEW -- targeting the <a> tag that wraps the image */
.odoo-cta__icon-wrapper .elementor-widget-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* No change */
.odoo-cta__icon-wrapper .elementor-widget-container img {
    position: relative;
    z-index: 1;
    max-width: 300px;
    height: auto;
    display: block;
}