/* STYLING FOR FILTER ON MOBILE */

@media (max-width: 480px) {

  body.no-scroll {
    overflow: hidden;
  }

  #filter-sidebar,
  .asme-uzf-filter-sidebar,
  .asme-uf-filter-sidebar {
    position: fixed;
    top: 70px;
    left: 0;

    width: 100% !important;
    max-height: calc(100vh - 70px);

    overflow-y: auto;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;

    transition: opacity 0.25s ease;
  }

  #filter-sidebar.is-open,
  .asme-uzf-filter-sidebar.is-open,
  .asme-uf-filter-sidebar.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;

    max-width: 98%;
    left: 0;
    right: 0;

    padding-bottom: 50px;
    /* FOR DEBUG
    ** background: red!important;
    */
  }

}

@media (max-width: 480px) {
    .asme-uuzpb-button {
        width:100%!important;
        padding:15px 20px!important;
    }
}

.elementor-shortcode .asme-uuzpb-button {
    width:100%!important;
    padding:10px 20px!important;
    position:relative;
}
.asme-uuzpb-button span {
    display:flex;
}
.asme-uuzpb-button span:after {
    display:block;
    background:url("/wp-content/uploads/2026/01/arrow.svg") no-repeat center center;
    content:"";
    margin-top:2px;
    width:20px;
 	height:20px;
}