/* Yelp Banner */
.yelp-banner {
    width: 70%;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    display: flex;
    justify-content: center;
}

.yelp-banner-inner {
    width: 92%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yelp-left {
    display: flex;
    align-items: center;
}

.yelp-logo {
    height: 170px;
    width: auto;
    margin-right: 12px;
}

.yelp-text {
    display: flex;
    flex-direction: column;
}

.yelp-headline {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.yelp-subtext {
    font-size: 0.85rem;
    color: #666;
}

.yelp-right {
    display: flex;
    align-items: center;
}

.yelp-qr {
    height: 170px;
    width: auto;
    border-radius: 4px;
}

/* Mobile */
@media (max-width: 700px) {
    .yelp-banner-inner {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .yelp-left {
        margin-bottom: 10px;
    }

    .yelp-qr {
        height: 80px;
    }
}

top_style {
    width: 50%;
}
