.elementor .call-box{padding:30px;display:flex;flex-direction:column;gap:10px;}.elementor .more-btn{background-color:#375efa00;display:block;align-self:start;.more-btn::after {
content: "→";
display: inline-block;
transition: transform 0.2s ease, opacity 0.2s ease;
}

.more-btn:hover::after {
transform: translateX(4px);\n}