/* Tenant */
.page-header {
    padding-bottom: 48px;
}

.tenant-image {
    border-radius: 8px;
    width: 100%;
    height: 46vw;
    object-fit: cover;
}

.slick-dots li.slick-active button:before {
    color: #FD7D00 !important;
}

.brand-img {
    width: 30%;
    height: 20vh;
    object-fit: contain;
}

.divider {
    border: 1px solid var(--primary-lightest);
    width: 100%;
}

.website-link:hover {
    color: var(--accent-base);
}

.ovo-img {
    width: 35%;
    height: auto;
    object-fit: contain;
}

.category-container {
    background-color: #C20001;
    padding: 8px 16px;
    border-radius: 8px;
}

@media only screen and (max-width: 767.98px) {

    .brand-img {
        width: 55%;
        height: 15vh;
    }

    .tenant-image {
        height: 65vw;
    }

    .page-header {
        padding-top: 24px;
    }

    .marginB-3,
    .marginB-2 {
        margin: 0;
    }

    .mobile-marginB-1 {
        margin-bottom: 8px;
    }

    .mobile-marginY-3 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .mobile-marginB-2 {
        margin-bottom: 16px;
    }

    .mobile-marginR-3 {
        margin-right: 24px;
    }

    .category-container > h2 {
        font-size: 0.889rem;
    }
}
