/* DevCrew Elementor Widgets: il wrapper replica il comportamento del CodeBlock Breakdance
   (.bde-code-block: flex column, align-items flex-start, width 100%). */
.devcrew-widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
