
    .business-container {
        display: flex;
        gap: 20px;
        max-width: 1235px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        align-items: flex-start;
        padding: 80px 40px 100px;
        padding-left:0;
        padding-right:0;
    }

    .business-main {
        flex: 0 0 65%;
        min-width: 0;
        box-sizing: border-box;
    }

    .business-sidebar-col {
        flex: 0 0 35%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-width: 0;
        box-sizing: border-box;
    }

    .business-sidebar {
        width: 100%;
        background: #f8f8f8;
        padding: 25px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .sidebar-badge-title {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
    }

    .sidebar-badge-price {
        margin: 0 0 14px;
        font-size: 22px;
        font-weight: 700;
        color: #222;
    }

    .sidebar-badge-tnc {
        margin: 10px 0 0;
        font-size: 12px;
        color: #777;
    }

    .sidebar-trust-badge-img {
        width: 70%;
        height: auto;
        display: block;
        border-radius: 10px;
        margin: 10px 0 14px;
        object-fit: contain;
    }

    .business-btn-apply {
        background: #1A206D;
        color: #fff !important;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

    .business-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        margin: 10px 0 20px;
        font-size: 15px;
        color: #666;
    }

    .business-rating {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .business-rating-label {
        font-weight: 600;
        color: #444;
    }

    .business-meta-sep {
        color: #ccc;
    }

    .business-description {
        margin-bottom: 25px;
        line-height: 1.8;
    }

    .business-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 20px 0 10px;
    }

    .business-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        transition: opacity 0.2s ease;
    }

    .business-btn:hover {
        opacity: 0.9;
        text-decoration: none;
    }

    .business-btn svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        fill: currentColor;
    }

    .business-btn-whatsapp {
        background: #25D366;
        color: #fff !important;
    }

    .business-btn-maps {
        background: #1a73e8;
        color: #fff !important;
    }

    .sidebar-address-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
    }

    .sidebar-address-row .sidebar-address-text {
        flex: 1;
        min-width: 0;
        margin: 0;
    }

    .business-btn-sm {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        white-space: nowrap;
        flex-shrink: 0;
        box-sizing: border-box;
        transition: opacity 0.2s ease;
        line-height: 1.2;
    }

    .business-btn-sm:hover {
        opacity: 0.9;
        text-decoration: none;
    }

    .business-btn-sm svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
        fill: currentColor;
    }

    .business-btn-sm.business-btn-maps {
        background: #1a73e8;
        color: #fff !important;
    }

    .sidebar-share h4 {
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 600;
    }

    .sidebar-share-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-bottom: 10px;
    }

    .business-btn-copy {
        background: #444;
        color: #fff !important;
    }

    .business-btn-sm.business-btn-whatsapp {
        background: #25D366;
        color: #fff !important;
    }

    .business-map {
        margin-top: 15px;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }

    .business-map iframe {
        width: 100%;
        height: 300px;
        border: 0;
        display: block;
    }

    .business-map-unavailable {
        margin-top: 15px;
        padding: 20px;
        background: #f0f0f0;
        border-radius: 8px;
        color: #666;
        text-align: center;
    }

    .business-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .business-gallery img {
        width: 330px;
        max-width: 100%;
        border-radius: 8px;
    }

    .business-sidebar h3 {
        margin-bottom: 15px;
    }

    .business-main h1 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .m-0 {
        margin: 0;
    }
    .pb-10 {
        padding-bottom: 10px;
    }
    .pt-10 {
        padding-top: 10px;
    }
    .ptb-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ptb-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pt-20 {
        padding-top: 20px;
    }
    .mt-30 {
        margin-top: 30px;
    }
    .underline {
        text-decoration: underline!important;
        font-weight: bold!important;
    }
    @media (max-width: 768px) {
        .business-container {
            flex-direction: column;
            gap: 24px;
            padding: 40px 16px 60px;
        }

        .business-main,
        .business-sidebar-col {
            flex: 1 1 100%;
            width: 100%;
        }

        .business-sidebar {
            padding: 20px 16px;
        }

        .business-actions {
            flex-direction: column;
        }

        .business-btn {
            width: 100%;
            text-align: center;
        }

        .business-map iframe {
            height: 220px;
        }

        .business-gallery img {
            width: calc(50% - 5px);
        }
    }

    @media (max-width: 480px) {
        .location-banner, .business-container {
            padding: 30px 12px 50px;
        }

        /* .business-main h1 {
            font-size: 1.5rem;
        } */

        .business-meta {
            font-size: 14px;
        }
    }
