@media (max-width: 768px) {
  .wvc-listing__search {
    display: flex;
  }
  .wvc-listing__inner {
    padding-top: 100px;
  }
  .wvc-listing__title {
    font-size: 20px;
    line-height: 28px;
  }
  .wvc-listing__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .wvc-listing__search {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px;
  }
  .wvc-sidebar,
  .wvc-subcats {
    display: none;
  }
  .wvc-cat-dropdown,
  .wvc-subcat-filter {
    display: block;
  }
  .wvc-filters-row {
    display: flex;
    width: 100%;
  }
  .search-holder {
    width: 100%;
    display: flex !important;
  }
  .wvc-cards {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }
  .wvc-card {
    max-width: 335px;
    margin-inline: auto;
  }
  .wvc-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 335/244;
  }
  .wvc-modal {
    padding: 0;
    height: 100vh;
    height: 100dvh;
  }
  .wvc-modal__dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .wvc-modal__head {
    flex: 0 0 76px;
    height: 76px;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .wvc-modal__head .wvc-modal__viewport,
  .wvc-modal__head .wvc-modal__use {
    display: none !important;
  }
  .wvc-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .wvc-modal__iframe {
    border: none;
    border-radius: 0;
  }
  .wvc-modal__foot {
    display: flex;
    flex: 0 0 80px;
    height: 80px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 20px 16px;
  }
  .wvc-modal__foot .wvc-modal__use {
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    justify-content: center;
    font-size: 12px;
  }
  .wvc-empty {
    font-size: 14px;
    line-height: 20px;
    gap: 14px;
  }
  .wvc-empty .wvc-empty__icon {
    width: 12px;
    height: 17px;
  }
  .post-type-archive-website-template .left-right.white_background {
    margin: 96px 0;
  }
  .post-type-archive-website-template .horizontal-blocks {
    margin: 96px 0;
  }
  .post-type-archive-website-template .callout_container.section_padding {
    padding: 0 0 48px 0;
  }
  .post-type-archive-website-template .faq-section.one-column {
    padding: 48px 0 !important;
  }
}
