/* Elementor Image Box Extended v6 */
.eibx-card { position: relative; }
.eibx-card-inner {}
.eibx-button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid transparent; }
/* Default alignment & spacing */
.eibx-button-wrap { display: block; margin-top: 16px; }
/* Fallback default colors (overridden by Style controls or global styles) */
.eibx-button { background-color: #0065CA; color: #FFFFFF; }
.eibx-button:hover { background-color: #7FC21B; color: #FFFFFF; border-color: #7FC21B; transition: all .25s ease; }
