.elementor .frame{padding:16px;border-width:0px;border-style:none;.frame {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  height: 10px;
  width: 100px;
}\n}.elementor .foo{.foo {
  position: relative;
  width: 150px;    
}

.foo:after {
  position: absolute;
  top: 1em;
  left: 0;
  content: "";
  width: 150px;
  height: 0;
  border-bottom: 1px solid #bada55;
}
.foo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  height: 0.5em;
  width: 1px;
  background: #bada55;
}

.foo:focus {
  outline: solid transparent;
}\n}