

.theme-popup-gallery {
  gap: .5rem;
}

.theme-popup-element {

      &.border1 {
          border: solid 1px rgba(0,0,0,.1);
          padding: .3rem;
          max-width: 100%;
          @include mb2_border_radius(.15rem);
      }
}
