.html-business-directory-landing-page .fa,
.html-business-directory-landing-page .fas,
.html-business-directory-landing-page .far,
.html-business-directory-landing-page .fa::before,
.html-business-directory-landing-page .fas::before,
.html-business-directory-landing-page .far::before {
    font-family: "Font Awesome 5 Free";
}

.html-business-directory-landing-page .fa,
.html-business-directory-landing-page .fas,
.html-business-directory-landing-page .fa::before,
.html-business-directory-landing-page .fas::before {
    font-weight: 900;
}

.html-business-directory-landing-page .far,
.html-business-directory-landing-page .far::before {
    font-weight: 400;
}

.html-business-directory-landing-page .fab,
.html-business-directory-landing-page .fab::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.business-directory-landing-page .page-body {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.yn-biz-landing__hero,
.yn-biz-landing__results {
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.yn-biz-landing__hero,
.yn-biz-landing__results {
    padding: 28px;
}

.yn-biz-landing__intro {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4d4d4d;
}

.yn-biz-landing__intro-description + .yn-biz-landing__intro-description {
    margin-top: 18px;
}

.yn-biz-landing__intro--html p:first-child {
    margin-top: 0;
}

.yn-biz-landing__intro--html p:last-child {
    margin-bottom: 0;
}

.yn-biz-landing__intro-description .read-more-link {
    margin-left: 4px;
    color: #c96c1d;
    font-weight: 700;
    text-decoration: none;
}

.yn-biz-landing__intro-description .read-more-link:hover,
.yn-biz-landing__intro-description .read-more-link:focus {
    color: #e67e23;
    text-decoration: underline;
}

.yn-biz-landing__directory {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.yn-biz-landing__filters {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.yn-biz-landing__filter-column {
    min-width: 0;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.yn-biz-landing__filter-summary {
    display: none;
}

.yn-biz-landing__filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.yn-biz-landing__filter-heading h2 {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.yn-biz-landing__filter-clear,
.yn-biz-landing__active-filters a {
    color: #c96c1d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.yn-biz-landing__filter-clear:hover,
.yn-biz-landing__filter-clear:focus,
.yn-biz-landing__active-filters a:hover,
.yn-biz-landing__active-filters a:focus {
    color: #e67e23;
    text-decoration: underline;
}

.yn-biz-landing__filter-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: visible;
}

.yn-biz-landing__filter-list--locations {
    max-height: 520px;
    max-height: min(520px, 60vh);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-color: #d88942 #f5f1ed;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.yn-biz-landing__filter-list--locations::-webkit-scrollbar {
    width: 8px;
}

.yn-biz-landing__filter-list--locations::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #f5f1ed;
}

.yn-biz-landing__filter-list--locations::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d88942;
}

.yn-biz-landing__filter-list--locations::-webkit-scrollbar-thumb:hover {
    background: #c96c1d;
}

.yn-biz-landing__filter-link {
    display: block;
    min-height: 0;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #444;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.yn-biz-landing__filter-link span:first-child {
    display: block;
    overflow-wrap: anywhere;
    white-space: normal;
}

.yn-biz-landing__filter-link-row--admin-country,
.yn-biz-landing__filter-branch--admin-country {
    position: relative;
}

.yn-biz-landing__filter-link-row--admin-country .yn-biz-landing__filter-link,
.yn-biz-landing__filter-branch--admin-country > .yn-biz-landing__filter-branch-summary {
    padding-right: 48px;
}

.yn-biz-landing__country-admin-link {
    position: absolute;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 2px 7px;
    border: 1px solid #e5d3c0;
    border-radius: 4px;
    background: #fff;
    color: #8c4c16;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.yn-biz-landing__filter-link-row--admin-country > .yn-biz-landing__country-admin-link {
    top: 50%;
    transform: translateY(-50%);
}

.yn-biz-landing__filter-branch--admin-country > .yn-biz-landing__country-admin-link {
    top: 5px;
}

.yn-biz-landing__country-admin-link:hover,
.yn-biz-landing__country-admin-link:focus {
    border-color: #c96c1d;
    background: #fff4e8;
    color: #c96c1d;
}

.yn-biz-landing__filter-link:hover,
.yn-biz-landing__filter-link:focus,
.yn-biz-landing__filter-link--active {
    border-color: #f0dfcf;
    background: #fff4e8;
    color: #c96c1d;
}

.yn-biz-landing__filter-group {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 8px 10px 4px;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
}

.yn-biz-landing__filter-branch {
    margin: 0;
}

.yn-biz-landing__filter-branch-summary {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    min-height: 0;
    padding: 8px 10px 4px;
    color: #222;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    list-style: none;
    overflow-wrap: anywhere;
    text-transform: none;
}

.yn-biz-landing__filter-branch-summary::-webkit-details-marker {
    display: none;
}

.yn-biz-landing__filter-branch-summary::before {
    content: "\f0da";
    flex: 0 0 auto;
    margin-top: 1px;
    color: #c96c1d;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.2s ease;
}

.yn-biz-landing__filter-branch[open] > .yn-biz-landing__filter-branch-summary::before {
    transform: rotate(90deg);
}

.yn-biz-landing__filter-branch-summary span {
    min-width: 0;
}

.yn-biz-landing__filter-branch-link {
    min-width: 0;
    color: inherit;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.yn-biz-landing__filter-branch-link:hover,
.yn-biz-landing__filter-branch-link:focus,
.yn-biz-landing__filter-branch-link--active {
    color: #c96c1d;
    text-decoration: underline;
}

.yn-biz-landing__filter-empty {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.yn-biz-landing__filter-tree {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yn-biz-landing__filter-tree-item {
    margin: 0;
    padding: 0;
}

.yn-biz-landing__filter-tree-children {
    margin: 3px 0 8px 12px;
    padding-left: 10px;
    border-left: 1px solid #ece2d7;
}

.yn-biz-landing__filter-tree-children .yn-biz-landing__filter-link {
    min-height: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

.yn-biz-landing__filter-tree-children .yn-biz-landing__filter-group {
    min-height: 0;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 11px;
}

.yn-biz-search {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.yn-biz-search__label {
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.yn-biz-search__control {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto auto;
    align-items: center;
    min-height: 48px;
    border: 1px solid #e8e4df;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.yn-biz-search__control > i {
    color: #e67e23;
    text-align: center;
    font-size: 15px;
}

.yn-biz-search__control input {
    width: 100%;
    height: 48px;
    border: 0;
    color: #222;
    font-size: 15px;
    outline: 0;
}

.yn-biz-search__control input::placeholder {
    color: #888;
}

.yn-biz-search__control input::-webkit-search-cancel-button,
.yn-biz-search__control input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.yn-biz-search__clear,
.yn-biz-search__submit {
    height: 48px;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}

.yn-biz-search__clear {
    background: #fff;
    color: #777;
}

.yn-biz-search__clear:hover,
.yn-biz-search__clear:focus {
    color: #e67e23;
}

.yn-biz-search__submit {
    width: 118px;
    min-width: 118px;
    padding: 0 18px;
    background: #e67e23;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.yn-biz-search__submit:hover,
.yn-biz-search__submit:focus {
    background: #cf6f1f;
}

.yn-biz-search__submit span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yn-biz-search-facets {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.yn-biz-search-facets[hidden] {
    display: none;
}

.yn-biz-search-facets__group h2 {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.yn-biz-search-facets__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.yn-biz-search-facets__option {
    display: flex;
    align-items: start;
    gap: 8px;
    min-height: 30px;
    padding: 6px 0;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
}

.yn-biz-search-facets__option input {
    flex: 0 0 auto;
    margin: 2px 0 0;
}

.yn-biz-search-facets__option span {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
}

.yn-biz-search-facets__option small {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.yn-biz-search-results[hidden] {
    display: none;
}

.yn-biz-search-results__stats {
    margin-bottom: 16px;
    color: #444;
    font-size: 14px;
    font-weight: 700;
}

.yn-biz-search-results__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 220px;
    padding: 32px;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    background: #faf7f2;
    color: #666;
    text-align: center;
}

.yn-biz-search-results__empty i {
    color: #e67e23;
    font-size: 26px;
}

.yn-biz-search-results__empty p {
    margin: 0;
    color: #444;
    font-size: 16px;
    font-weight: 700;
}

.yn-biz-search-results__view-switch {
    display: none;
}

.yn-biz-search-results__more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.yn-biz-search-results__more-button {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid #e67e23;
    border-radius: 4px;
    background: #fff;
    color: #e67e23;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.yn-biz-search-results__more-button:hover,
.yn-biz-search-results__more-button:focus {
    background: #fff4e8;
}

.yn-biz-search-results__more-button:disabled {
    border-color: #d8d8d8;
    color: #999;
    cursor: default;
}

.yn-biz-landing__results-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.yn-biz-landing__active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}

.yn-biz-landing__results-bar .yn-biz-landing__active-filters {
    flex: 1 1 360px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.yn-biz-landing__active-filters span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
}

.yn-biz-landing__active-filter-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.yn-biz-landing__view-switch {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    margin-left: auto;
    padding: 3px;
    border: 1px solid #ece2d7;
    border-radius: 4px;
    background: #faf7f2;
}

.yn-biz-landing__view-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 3px;
    color: #555;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.yn-biz-landing__view-link:hover,
.yn-biz-landing__view-link:focus,
.yn-biz-landing__view-link--active {
    background: #e67e23;
    color: #fff;
    text-decoration: none;
}

.yn-biz-landing__grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.yn-biz-landing__card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr) minmax(190px, 230px);
    gap: 22px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid #e8e4df;
    border-left: 4px solid #e67e23;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(34, 34, 34, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.yn-biz-landing__card:hover {
    border-color: #e67e23;
    box-shadow: 0 18px 42px rgba(34, 34, 34, 0.1);
    transform: translateY(-1px);
}

.yn-biz-landing__media {
    min-width: 0;
}

.yn-biz-landing__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
    text-decoration: none;
}

.yn-biz-landing__logo-link--fallback {
    background: #f8f5f0;
    border-color: #f0dfcf;
    color: #e67e23;
    font-size: 34px;
}

.yn-biz-landing__logo-link--fallback i {
    line-height: 1;
}

.yn-biz-landing__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.yn-biz-landing__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yn-biz-landing__identity {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.yn-biz-landing__category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.yn-biz-landing__category-label {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.yn-biz-landing__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.yn-biz-landing__badge {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff4e8;
    color: #c96c1d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yn-biz-landing__badge:hover,
.yn-biz-landing__badge:focus {
    border-color: #f0dfcf;
    background: #ffe9d2;
    color: #a94f0f;
    text-decoration: none;
}

.yn-biz-landing__badge--more {
    background: #f3f3f3;
    color: #666;
}

.yn-biz-landing__supplier-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.yn-biz-landing__supplier-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yn-biz-landing__supplier-title a:hover,
.yn-biz-landing__supplier-title a:focus {
    color: #e67e23;
}

.yn-biz-landing__facts {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.yn-biz-landing__fact {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

.yn-biz-landing__fact i {
    width: 15px;
    margin-top: 3px;
    color: #e67e23;
    text-align: center;
}

.yn-biz-landing__summary {
    max-height: 4.8em;
    overflow: hidden;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.yn-biz-landing__summary p {
    margin: 0;
}

.yn-biz-landing__actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-self: start;
}

.yn-biz-landing__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    color: #444;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.yn-biz-landing__action:hover,
.yn-biz-landing__action:focus {
    border-color: #e67e23;
    color: #e67e23;
}

.yn-biz-landing__action:disabled,
.yn-biz-landing__action.is-loading {
    cursor: wait;
    opacity: 0.7;
}

.yn-biz-landing__action--primary {
    border-color: #e67e23;
    background: #e67e23;
    color: #fff;
}

.yn-biz-landing__action--primary:hover,
.yn-biz-landing__action--primary:focus {
    background: #cf6f1f;
    color: #fff;
}

.yn-biz-landing__action--outline {
    border-color: #e67e23;
    color: #e67e23;
}

.yn-biz-landing__action--outline:hover,
.yn-biz-landing__action--outline:focus {
    background: #fff4e8;
}

.yn-biz-landing__action--contact {
    min-height: 36px;
    font-size: 12px;
}

.yn-biz-landing__results .pager {
    margin-top: 24px;
}

.yn-biz-landing__map-summary {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    background: #fffaf4;
    color: #555;
    font-size: 15px;
    font-weight: 700;
}

.yn-biz-landing__map {
    width: 100%;
    min-height: 620px;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    background: #faf7f2;
}

.yn-biz-landing__map-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 320px;
    padding: 32px;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    background: #faf7f2;
    color: #666;
    text-align: center;
}

.yn-biz-landing__map-empty i {
    color: #e67e23;
    font-size: 28px;
}

.yn-biz-landing__map-empty p {
    margin: 0;
    color: #444;
    font-size: 16px;
    font-weight: 700;
}

.yn-biz-landing__map-empty a,
.yn-biz-landing-map-window a {
    color: #c96c1d;
    font-weight: 700;
    text-decoration: none;
}

.yn-biz-landing__map-empty a:hover,
.yn-biz-landing__map-empty a:focus,
.yn-biz-landing-map-window a:hover,
.yn-biz-landing-map-window a:focus {
    color: #e67e23;
    text-decoration: underline;
}

.yn-biz-landing__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 280px;
    padding: 32px;
    border: 1px solid #e8e4df;
    border-radius: 6px;
    background: #faf7f2;
    color: #555;
    text-align: center;
}

.yn-biz-landing__empty i {
    color: #e67e23;
    font-size: 28px;
}

.yn-biz-landing__empty h2 {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
}

.yn-biz-landing__empty p {
    max-width: 520px;
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.yn-biz-landing__empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
}

.yn-biz-landing__empty-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #e67e23;
    border-radius: 4px;
    color: #c96c1d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.yn-biz-landing__empty-actions a:hover,
.yn-biz-landing__empty-actions a:focus {
    background: #e67e23;
    color: #fff;
}

.yn-biz-landing-map-window {
    max-width: 240px;
    color: #444;
    font-size: 13px;
    line-height: 1.45;
}

.yn-biz-landing-map-window strong {
    display: block;
    margin-bottom: 4px;
    color: #222;
    font-size: 14px;
}

.yn-biz-landing-map-window a {
    display: inline-block;
    margin-top: 7px;
}

@media (max-width: 1024px) {
    .yn-biz-landing__directory {
        grid-template-columns: 1fr;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .page-title,
    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-landing__hero,
    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-landing__filters,
    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-landing__results-bar,
    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page #business-directory-server-results {
        display: none !important;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .page-body {
        gap: 0;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-landing__directory {
        display: block;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-landing__results {
        padding: 12px 10px 18px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-search-results {
        margin: 0;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-search-results__view-switch {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        margin: 0 0 10px;
        padding: 3px;
        border: 1px solid #ece2d7;
        border-radius: 4px;
        background: #faf7f2;
    }

    .yn-biz-search-results__view-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 36px;
        padding: 0 10px;
        border: 0;
        border-radius: 3px;
        background: transparent;
        color: #555;
        cursor: pointer;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .yn-biz-search-results__view-button--active {
        background: #e67e23;
        color: #fff;
    }

    .business-typesense-search-active.search-mode-suppliers .business-directory-landing-page .yn-biz-search-results__stats {
        margin: 0 0 12px;
        padding: 10px 12px;
        border: 1px solid #ececec;
        border-radius: 3px;
        background: #fafafa;
        color: #333;
        font-weight: 700;
    }

    .yn-biz-landing__filter-panel {
        padding: 0;
    }

    .yn-biz-landing__filter-panel:not([open]) > .yn-biz-landing__filter-panel-body {
        display: none;
    }

    .yn-business-directory-js .yn-biz-landing__filter-panel--mobile-initial[open] > .yn-biz-landing__filter-panel-body {
        display: none;
    }

    .yn-biz-landing__filter-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px;
        color: #222;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        list-style: none;
    }

    .yn-biz-landing__filter-summary::-webkit-details-marker {
        display: none;
    }

    .yn-biz-landing__filter-summary::after {
        content: "\f0da";
        flex: 0 0 auto;
        color: #c96c1d;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: transform 0.2s ease;
    }

    .yn-biz-landing__filter-panel[open] > .yn-biz-landing__filter-summary::after {
        transform: rotate(90deg);
    }

    .yn-business-directory-js .yn-biz-landing__filter-panel--mobile-initial[open] > .yn-biz-landing__filter-summary::after {
        transform: none;
    }

    .yn-biz-landing__filter-panel-body {
        padding: 0 18px 18px;
        text-align: left;
    }

    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-heading {
        justify-content: flex-end;
    }

    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-heading h2 {
        display: none;
    }

    .yn-biz-landing__country-admin-link {
        display: none;
    }

    .yn-biz-landing__filter-link-row--admin-country .yn-biz-landing__filter-link,
    .yn-biz-landing__filter-branch--admin-country > .yn-biz-landing__filter-branch-summary {
        padding-right: 10px;
    }

    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-list,
    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-tree,
    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-link,
    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-branch-link,
    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-group,
    .yn-biz-landing__filter-panel-body .yn-biz-landing__filter-branch-summary {
        text-align: left;
    }

    .yn-biz-landing__card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .yn-biz-landing__logo-link {
        width: 96px;
        height: 96px;
    }

    .yn-biz-landing__actions {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        align-self: stretch;
    }

    .yn-biz-landing__action {
        position: relative;
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        min-height: 42px;
        padding: 0;
        font-size: 0;
    }

    .yn-biz-landing__action i {
        flex: 0 0 auto;
        font-size: 17px;
        line-height: 1;
    }

    .yn-biz-landing__action span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .yn-biz-landing__results-bar {
        align-items: stretch;
    }

    .yn-biz-landing__results-bar .yn-biz-landing__active-filters {
        flex-basis: 100%;
    }

    .yn-biz-landing__view-switch {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .yn-biz-landing__hero,
    .yn-biz-landing__results,
    .yn-biz-landing__filter-column {
        padding: 16px;
    }

    .yn-biz-landing__filter-panel {
        padding: 0;
    }

    .yn-biz-landing__filter-summary {
        padding: 16px;
    }

    .yn-biz-landing__filter-panel-body {
        padding: 0 16px 16px;
    }

    .yn-biz-landing__card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 14px;
    }

    .yn-biz-landing__media {
        display: flex;
        justify-content: flex-start;
        grid-column: 1;
        grid-row: 1;
    }

    .yn-biz-landing__logo-link {
        width: 72px;
        height: 72px;
    }

    .yn-biz-landing__content {
        display: contents;
        grid-column: 2;
        grid-row: 1;
    }

    .yn-biz-landing__identity {
        grid-column: 2;
        grid-row: 1;
        gap: 8px;
        align-self: start;
    }

    .yn-biz-landing__facts,
    .yn-biz-landing__summary {
        grid-column: 1 / -1;
    }

    .yn-biz-landing__summary {
        max-height: 4.6em;
    }

    .yn-biz-landing__category-row,
    .yn-biz-landing__badges,
    .yn-biz-landing__facts,
    .yn-biz-landing__fact span {
        min-width: 0;
    }

    .yn-biz-landing__badge {
        max-width: 100%;
    }

    .yn-biz-landing__supplier-title {
        font-size: 19px;
        line-height: 1.25;
    }

    .yn-biz-landing__actions {
        grid-column: 1 / -1;
        gap: 7px;
    }

    .yn-biz-landing__results-bar {
        gap: 12px;
    }

    .yn-biz-landing__view-switch {
        width: 100%;
    }

    .yn-biz-landing__view-link {
        flex: 1 1 0;
    }

    .yn-biz-landing__map {
        min-height: 420px;
    }
}
