.elementor .box{.box {
display: flex;
gap: 10px;
border: 1px solid #ccc;
padding: 10px;
}

/* base item */
.item {
padding: 6px 10px;
transition: all 0.2s ease;
border-radius: 4px; /* optional, makes it nicer */
}

/* hover highlight square */
.item:hover {
background: #326CE5;
color: rgb(255, 255, 255);
}\n}