/* PIAB — Elementor editor badge. Mirrors the .houzez-element-icon rule from
   Houzez's ele-editor.css so the two badges look identical, just labelled "PIAB". */
.elementor-element .piab-element-icon:after {
    content: "PIAB";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #a4afb7;
    background: transparent;
    font-size: 10px;
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    padding: 0.2em 0.5em;
    border-width: 0 0 1px 1px;
    border-color: #e0e0e0;
    border-style: solid;
}
