body {

    .businessShow-details-logo {
        background-color: var(--bs-text-color);
        overflow: hidden;
        height: 50px;
        width: 50px;
        border-radius: 12px;
        @media (min-width: 576px) {
            height: 75px;
            width: 75px;
            border-radius: 17px;
        }
        @media (min-width: 992px) {
            height: 95px;
            width: 95px;
            border-radius: 22px;
        }
    }

    .businessShow-details-title {
        margin-bottom: 0.15rem;
        font-weight: bold;
    }

    .businessShow-details-category {
        opacity: 0.8;
        margin-bottom: 0.25rem;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    .businessShow-details-link {
        background-color: rgba(var(--bs-secondary-rgb), 0.15);
        border: 1px solid rgba(var(--bs-secondary-rgb), 0.2);
        text-align: center;
        border-radius: 10px;
        height: 100%;
        align-content: center;
    }

    .businessShow-details-listMobile {
        display: inline-flex;
        background-color: rgba(var(--bs-text-color-rgb), 0.1);
        border-radius: 15px;
        padding: 10px;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        position:relative;
        margin-right: 5px;
    }

    .businessShow-details-link-item {
        position: relative;
        border-right: 1px solid rgba(var(--bs-secondary-rgb), 0.2);
        padding: 10px 0;

        > a {
            color: var(--bs-text-color) !important;
            transition: 0.3s ease-in-out;

            &:hover, :focus {
                color: var(--bs-tertiary) !important;
            }
        }
    }

    .businessShow-details-link-item-icon {
        margin-bottom: 1rem;
    }

    .businessShow-details-link-item-title {
        font-size: 0.8rem;
    }

    .businessShow-details-map {
        background-color: rgba(var(--bs-text-color-rgb), 0.1);
        border-radius: 15px;
        padding: 10px;
        height: 300px;
        width: 100%;

        @media (min-width: 992px) {
            height: 350px;
        }
    }

    .businessShow-details-text {
        background-color: rgba(var(--bs-text-color-rgb), 0.1);
        border-radius: 15px;
        padding: 20px;
        height: 100%;
        width: 100%;

        @media (min-width: 1200px) {
            padding: 45px;
        }
    }

    .businessShow-details-address, .businessShow-details-mail, .businessShow-details-phone {
        background-color: rgba(var(--bs-text-color-rgb), 0.1);
        border-radius: 15px;
        padding: 10px;
        font-weight: bold;
        font-size: 0.9rem;
        @media (min-width: 768px) {
            font-size: 1rem;
        }

        a {
            color: var(--bs-text-color) !important;
            transition: 0.3s ease-in-out;

            &:hover, :focus {
                color: var(--bs-tertiary) !important;
            }
        }
    }

    .businessShow-gallery {
        .businessShow-gallery-wrapper {
            background-color: rgba(var(--bs-text-color-rgb), 0.1);
            border-radius: 30px;
            padding: 10px;

            > figure > img {
                border-radius: 20px;
            }
        }
    }

    .offcanvasItinerary-item {
        padding: 20px 10px;
        color: var(--bs-text-color) !important;
        border: 1px solid rgba(var(--bs-text-color-rgb), 0.2);
        background-color: rgba(var(--bs-text-color-rgb), 0.1);
        border-radius: 30px;

        &:hover, :focus {
            color: var(--bs-tertiary) !important;
        }
    }
}
