::selection {
    background: #ff9671;
    color: #232426;
}

.logo, .logo-alt, .logo-alt-white {
    font-family: 'Exo', sans-serif;
    font-size: 2rem;
    color: black;
}

.logo-alt, .logo-alt-white {
    font-size: 1.3rem;
}

.logo-alt {
    color: #74757f;
}

.logo-alt-white {
    color: #FFFFFF;
}

.logo-slash, .logo-alt-slash, .logo-alt-white-slash {
    font-weight: 700;
}

.logo-slash {
    color: #d3552f;
}

.logo-alt-slash {
    color: #74757f;
}

.logo-alt-white-slash {
    color: #FFFFFF;
}

.logo-gem {
    font-weight: 600;
}

.logo-properties {
    font-weight: 400;
    font-style: italic;
}

.pointer {
    cursor: pointer;
}

.price-tag {
    color: #232426;
    font-size: 1.375rem;
}

.bedrooms-range-control, .acreage-range-control {
    display: none;
}

.google-map-wrapper {
    width: 100%;
    height: 100%;
}

.text-justified {
    text-align: justify;
}

.hours-of-operation {
    margin-top: 16px;
}

.hours-of-operation tbody tr td {
    white-space: nowrap;
}

.hours-of-operation tbody tr td:first-child {
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .hours-of-operation {
        margin-top: 20px;
    }
}

.hidden {
    display: none;
}

.inline-icon {
    display: inline;
    padding: 0 4px;
}

.property-id {
    background-color: rgb(211, 85, 47, 0.6);
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.property-attribute {
    display: inline;
    cursor: default;
}

.spinnerWrapper {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.25;
}

.spinner {
    font-size: 3rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.grid-item h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}

@media (max-width: 1028px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.property-features li {
    font-size: 16px;
    font-weight: 400;
}

.property-features li:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: -5px;
    top: 0;
    width: auto;
    height: auto;
    background: transparent;
    transform: none;
}
.property-primary-photo {
    width: 100%;
    max-width: 670px;
    height:502px;
    aspect-ratio: auto 670 / 384;
}


/*** [ EMPTY STATE ] **************************************************************************************************/
.emptyStateWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 8rem);
}

.emptyStateWrapper .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.emptyStateWrapper .container .iconWrapper {
    padding: 3.5rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.5;
}

.emptyStateWrapper .container .iconWrapper .icon {
    color: rgba(0, 0, 0, 0.4);
    font-size: 6rem;
    text-align: center;
}

.emptyStateWrapper .container .text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);

    margin-top: 1rem;
}

.emptyStateWrapper .container .text .subtext {
    font-size: 2rem;
    font-weight: normal;
    margin: 1.5rem 0;
}

.sold-tag, .videoLink {
    background-color: #d3552f;
    color: white;
    padding: 0.25rem;
}

.videoLink {
    font-size: 0.9rem;
}

.videoLinkContainer {
    text-align: center;
    margin-top: 1rem;
}

.videoContainer {
    text-align: center;
}

.videoContainer video {
    object-fit: contain;
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(to bottom, #3f4a59 80%, #FFFFFF 100%);
}

a.dark-bg:hover {
    color: #ff754b;
}

article > .userTopMargin {
    margin-top: 0.2rem;
}