.html-business-profile-public-page .fa,
.html-business-profile-public-page .fas,
.html-business-profile-public-page .far,
.html-business-profile-public-page .fa::before,
.html-business-profile-public-page .fas::before,
.html-business-profile-public-page .far::before {
    font-family: "Font Awesome 5 Free";
}

.html-business-profile-public-page .fa,
.html-business-profile-public-page .fas,
.html-business-profile-public-page .fa::before,
.html-business-profile-public-page .fas::before {
    font-weight: 900;
}

.html-business-profile-public-page .far,
.html-business-profile-public-page .far::before {
    font-weight: 400;
}

.html-business-profile-public-page .fab,
.html-business-profile-public-page .fab::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.html-business-profile-public-page .business-profile-public-page .page-body {
    max-width: 1400px;
}

.yn-biz-profile {
    color: #444;
}

.yn-biz-profile__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 28px;
    align-items: stretch;
}

.yn-biz-profile__row + .yn-biz-profile__row,
.yn-biz-profile__row + .yn-biz-profile__section,
.yn-biz-profile__section + .yn-biz-profile__section {
    margin-top: 28px;
}

.yn-biz-profile__row > :only-child {
    grid-column: 1 / -1;
}

.yn-biz-profile__main,
.yn-biz-profile__card,
.yn-biz-profile__section,
.yn-biz-profile__location-card {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(48, 48, 48, 0.07);
}

.yn-biz-profile__main,
.yn-biz-profile__section {
    padding: 30px;
}

.yn-biz-profile__card,
.yn-biz-profile__location-card {
    padding: 24px;
}

.yn-biz-profile__main,
.yn-biz-profile__card,
.yn-biz-profile__section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.yn-biz-profile__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.yn-biz-profile__badge,
.yn-biz-profile__primary-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff4e8;
    color: #c96c1d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.yn-biz-profile__intro,
.yn-biz-profile__description,
.yn-biz-profile__faq-answer,
.yn-biz-profile__address {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.5;
}

.yn-biz-profile__intro {
    margin-bottom: 26px;
    padding: 18px 22px;
    border-right: 4px solid #e67e23;
    background: #faf7f2;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1.5;
}

.yn-biz-profile__intro p {
    margin: 0;
}

.yn-biz-profile__description p,
.yn-biz-profile__faq-answer p {
    margin: 0 0 14px;
}

.yn-biz-profile__description p:last-child,
.yn-biz-profile__faq-answer p:last-child {
    margin-bottom: 0;
}

.yn-biz-profile__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 260px);
    max-height: 180px;
    margin: 0 auto;
}

.yn-biz-profile__logo-wrap {
    margin: 0 0 22px;
    text-align: center;
}

.yn-biz-profile__card-title,
.yn-biz-profile__section-title,
.yn-biz-profile__location-name {
    margin: 0 0 14px;
    color: #444;
}

.yn-biz-profile__card-title,
.yn-biz-profile__section-title,
.yn-biz-profile__location-title-row strong,
.yn-biz-profile__location-name {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.yn-biz-profile__card-title i,
.yn-biz-profile__section-title i,
.yn-biz-profile__location-title-row i,
.yn-biz-profile__location-name i {
    color: #e67e23;
    font-size: 0.9em;
}

.yn-biz-profile__section {
    min-height: 100%;
}

.yn-biz-profile__section-header {
    margin-bottom: 18px;
}

.yn-biz-profile__detail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yn-biz-profile__detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 11px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    line-height: 1.5;
}

.yn-biz-profile__detail:last-child {
    border-bottom: 0;
}

.yn-biz-profile__detail--contact-action {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.yn-biz-profile__detail-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.yn-biz-profile__detail-label i {
    width: 15px;
    color: #e67e23;
    font-size: 13px;
    text-align: center;
}

.yn-biz-profile__detail--contact-action .yn-biz-profile__detail-label {
    gap: 0;
}

.yn-biz-profile__detail--contact-action .yn-biz-profile__detail-label span {
    display: none;
}

.yn-biz-profile__detail a {
    overflow-wrap: anywhere;
}

.yn-biz-profile__contact-reveal {
    align-self: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #e67e23;
    font: inherit;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.yn-biz-profile__detail--contact-action .yn-biz-profile__contact-reveal {
    min-height: 24px;
    line-height: 1.3;
}

.yn-biz-profile__contact-reveal:hover,
.yn-biz-profile__contact-reveal:focus {
    color: #c96c1d;
    text-decoration: underline;
}

.yn-biz-profile__contact-reveal:disabled,
.yn-biz-profile__contact-reveal.is-loading {
    cursor: wait;
    opacity: 0.7;
}

.yn-biz-profile__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.yn-biz-profile__claim-cta {
    margin-top: 22px;
}

.yn-biz-profile__claim-cta .yn-biz-profile__action-link {
    text-transform: none;
}

.yn-biz-profile__blog {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #f1f1f1;
}

.yn-biz-profile__blog-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yn-biz-profile__blog-post {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.yn-biz-profile__blog-title {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.yn-biz-profile__blog-title:hover {
    color: #c96c1d;
}

.yn-biz-profile__blog-date {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.yn-biz-profile__blog-excerpt {
    margin: 0;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1.45;
}

.yn-biz-profile__blog-all {
    margin-top: 18px;
}

.yn-biz-profile__action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    padding: 0 20px;
    border-radius: 3px;
    background: #444;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.yn-biz-profile__action-link:hover {
    background: #303030;
    color: #fff;
}

.yn-biz-profile__socials a,
.yn-biz-profile__gallery-item {
    color: #e67e23;
}

.yn-biz-profile__socials a,
.yn-biz-profile__map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #f0dfcf;
    border-radius: 3px;
    background: #fff8f1;
    color: #e67e23;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.yn-biz-profile__socials a:hover,
.yn-biz-profile__map-link:hover {
    border-color: #e67e23;
    background: #fff4e8;
    color: #c96c1d;
}

.yn-biz-profile__detail-list + .yn-biz-profile__map-link {
    align-self: flex-start;
    margin-top: 18px;
}

.yn-biz-profile__marketplace-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.yn-biz-profile__marketplace-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #e67e23;
    border-radius: 3px;
    background: #e67e23;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.yn-biz-profile__marketplace-link:hover,
.yn-biz-profile__marketplace-link:focus {
    border-color: #c96c1d;
    background: #c96c1d;
    color: #fff;
}

.yn-biz-profile__location-title-row,
.yn-biz-profile__location-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.yn-biz-profile__location-title-row strong,
.yn-biz-profile__location-name {
    font-size: 17px;
    line-height: 1.4;
    color: #444;
}

.yn-biz-profile__map {
    width: 100%;
    min-height: 420px;
    flex: 1;
    border-radius: 3px;
    background: linear-gradient(135deg, #faf7f2 0%, #f4efe7 100%);
}

.yn-biz-profile__locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.yn-biz-profile__location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.yn-biz-profile__gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.yn-biz-profile__gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background: #f6f6f6;
}

.yn-biz-profile__gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.yn-biz-profile__faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yn-biz-profile__faq-item {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    overflow: hidden;
}

.yn-biz-profile__faq-question {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: transparent;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

.yn-biz-profile__faq-answer {
    padding: 0 20px 15px;
    line-height: 1.6;
}

@media all and (max-width: 1024px) {
    .yn-biz-profile__row {
        grid-template-columns: 1fr;
    }

    .yn-biz-profile__locations,
    .yn-biz-profile__gallery {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 640px) {
    .yn-biz-profile__main,
    .yn-biz-profile__section,
    .yn-biz-profile__card,
    .yn-biz-profile__location-card {
        padding: 22px;
    }

    .yn-biz-profile__faq-question {
        padding: 10px 12px;
        font-size: 14px;
    }

    .yn-biz-profile__faq-answer {
        padding: 0 12px 10px;
        font-size: 14px;
    }

    .yn-biz-profile__map {
        min-height: 320px;
    }
}
