
/* workshop page */
.search-style.wrkspstyl select.sf-input-select{
    font-family: "Interstate 400", Sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var( --e-global-color-primary );
    border-radius: 6px;
}
.tax-name:has(.slct-text){
    margin-top: 41px !important;
    font-family: var(--e-global-typography-1fc24f8-font-family), Sans-serif;
    font-size: var(--e-global-typography-1fc24f8-font-size);
    font-weight: var(--e-global-typography-1fc24f8-font-weight);
    line-height: var(--e-global-typography-1fc24f8-line-height);
    color: #333F4C;
}

.wp-block-button__link.moonshot-button-link{
    display: inline-flex;
    height: 42px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Secondary-Normal, #C6B98B);
    width: fit-content;
    color: #fff;
    text-decoration: none;
}

/* Responsiveness */

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}

@media (max-width:767px){
      .search-style.wrkspstyl ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        row-gap: 15px;
    }
    .search-style.wrkspstyl .searchandfilter ul li{
      padding: 0;
    }
    .search-style.wrkspstyl select.sf-input-select {
    width: 175px !important;
    padding: 8px 10px;
    background-position: center right 8px;
    }
    .tax-name:has(.slct-text) {
    margin-top: 25px !important;
    }
}
