<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Community Level Styles */
:root {
    --ebrochure-sidebar-bg: var(--background-2-base);
    --ebrochure-sidebar-text-color: var(--background-2-base-alt);
}

.ebrochure_page .sidebar .bottom-content .accessibility-container .img-wrapper {
    filter: invert(1);
}

/* amenities */
.fees-root {
    margin-inline: auto;
    max-width: 1000px;
}

.fees-root.table-one .fees__row {
    border: none;
    width: 100%;
}

.fees-root.table-one .fees__col--3:first-child, 
.fees-root.table-one .fees__col--3:last-child {
    border-left: none;
    border-right: none;
}

#fees_title,
.fees__col.fees__col--3.fees__fee-description,
.fees__col.fees__col--2.fees__col--fee-amount-group,
.fees__col.fees__col--3.fees__col--fee-amount-group {
    display: none;
}

.fees-root .fees {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
}

.fees-root .fees__group {
    flex-direction: row;
    flex-wrap: wrap;
}

.fees-root .fees__category-name {
    min-width: 100%;
}

.fees-root .fees__fee-group {
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
}

.fees-root .fees__fee-group:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--amen-disc-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    color: inherit;
    font: inherit;
}</pre></body></html>