/* Community Level Styles */

:root {
    --corp-logo-mobile-max-width: 240px;
    --corp-logo-tablet-max-width: 240px;
    --corp-logo-desktop-max-width: 240px;
    
    --neighborhood-top-upto-767: -26px;
    --neighborhood-header-font-size-upto-767: calc(var(--header-base-font-size) * 1.2);
    --neighborhood-top-768-1179: -67px;
    --neighborhood-header-font-size-768-1179: calc(var(--header-base-font-size) * 3);
    --neighborhood-top-1180-1399: -53px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size)* 2.4);
    --neighborhood-top-from-1400: -62px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size)* 2.8);
}

#hpt_section .background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg] {
    filter: opacity(0.75);
}
    
.corporation-logo {
    width: 100px;
    display: inline-block;
}

/* pets page */
.pet-card-expanded .text-content {
    margin-inline: auto;
    max-width: 800px;
}

.pet-card-expanded .confined-banner-text p {
    text-align: left;
}