.elementor-138 .elementor-element.elementor-element-1a220c8{--display:flex;}/* Start custom CSS *//* Melhorar foco visual dos elementos interativos */
a:focus, button:focus, [role="button"]:focus, [tabindex="0"]:focus {
    outline: 2px solid #0073aa !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.3) !important;
}

/* Garantir cursor pointer para elementos clicáveis */
[role="button"], .elementor-post, .post-item, [onclick] {
    cursor: pointer !important;
}

/* Melhorar contraste dos textos */
.elementor-heading-title, .post-title {
    color: #1a1a1a !important;
}

/* Estilo para elementos com problemas de acessibilidade */
img:not([alt]) {
    border: 2px dashed red;
    opacity: 0.7;
}

/* Garantir que links sejam identificáveis */
a {
    text-decoration: underline;
}/* End custom CSS */