/* your styles go here */

/* Search results map: ensure map fills the full right panel (width and height) */
@media (min-width: 992px) {
    .map-side-lg {
        left: 50%;
        width: 50%;
        bottom: 0;
        height: auto;
    }
    .map-side-lg .map-full {
        height: 100%;
        min-height: calc(100vh - 72px);
    }
    .map-side-lg #map {
        height: 100% !important;
        min-height: 100%;
    }
}

/* Hide the Landowners Online popup toast */
#liveToast {
    display: none !important;
}

#landownersOnlineContainer {
    display: none;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.dotInactive {
    height: 12px;
    width: 12px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.dot2 {
    height: 8px;
    width: 8px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom:10px;
}

.dotInactive2 {
    height: 8px;
    width: 8px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.dot3 {
    height: 8px;
    width: 8px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.dotInactive3 {
    height: 8px;
    width: 8px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.7);
    z-index:100;
    display:none;
}

.listingResult {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.infoBoxListingLabel {
    font-weight: bold;
    margin-right: 5px;
}

.countyInfo {
    width: 125px;
    height: 70px;
    position: absolute;
    z-index: 99999;
    background-color: whitesmoke;
    border-radius: 10px;
    border: solid 1px black;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

.infoBoxListingTitleTagClass {
    font-size: 14px;
    color: #6E883F;
}

.infoBoxListingPriceTagClass {
    font-size: 12px;
    color: #6E883F;
    font-weight: bold;
}

.infoBoxListingSubLinkTagClass {
    font-size: 12px;
    color: #6E883F;
}

/*.infoBoxListingClass{
    content: '';
    width: 375px;
    height: 135px;
    border-color: #6E883F transparent transparent #6E883F;
    position: relative;
    padding-left:10px; 
    padding-top:5px;
    background: #fff;
    border: 2px solid #6E883F;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    font-family: Verdana, Arial, sans-serif;
    font-size:small;
}*/

.listingResultTwo {
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.maxHoverImageSize {
    max-height: 125px;
}

.infoBoxListingClass {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    line-height: 150%;
    color: black;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 15px #999;
    border: 2px solid #6E883F;
    /*border: 2px solid rgba(0, 0, 0, 0.5);*/
    border-radius: 5px;
    position: absolute;
    width: 475px;
    height: 275px;
    left: 50%;
    margin-left: -187px;
    padding-left: 10px;
    padding-top: 5px;
    bottom: 100%;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    z-index: 10;
}

    .infoBoxListingClass:before, .infoBoxListingClass:after {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .infoBoxListingClass:before {
        border-top: 10px solid #6E883F;
        /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
        margin-top: 2px;
    }

    .infoBoxListingClass:after {
        border-top: 10px solid #fff;
        margin-top: -2px;
        z-index: 1;
    }

.infoBoxListingContent {
    padding-left: 90px;
}

.promo-banner {
    background-color: #DC7001;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-banner p {
    margin: 30px;
}

    .promo-banner a {
        color: white;
        text-decoration: underline;
        font-weight:bold;
    }

    .promo-banner p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .promo-banner a:hover {
        color: white;
    }

.connect-stripe-account {
    border-radius: 8px;
    background: #C5CFB2;
}

.connect-stripe-account-content-block-title {
    font-size: 20px;
    font-weight: 600;
}

.connect-stripe-account-content-block-description {
    font-size: 16px;
    font-weight: 500;
}

.connect-stripe-account-action-button {
    display: flex;
    width: 187px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #6E883F;
    background: #FFF;
    color: #6E883F;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.connect-stripe-account-action-button:hover {
    text-decoration: none;
}

/* Mobile: remove extra space from fixed-height maps and embeds (site-wide) */
@media (max-width: 576px) {
    /* Maps: allow height to follow content instead of fixed 500px */
    #USAmapSingleAffiliate,
    #USAmap,
    #USAmapSingle {
        height: auto !important;
        min-height: 0 !important;
    }
    #NorthAmericaMap {
        height: auto !important;
        max-height: 400px;
        min-height: 0 !important;
    }
    #CanadamapSingle {
        height: auto !important;
        max-height: 400px;
        min-height: 0 !important;
    }
    /* Video/embed containers: prevent 500px gaps on mobile */
    .embed-container {
        max-height: 280px !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden;
    }
    .embed-container iframe {
        max-height: 280px !important;
        height: 280px !important;
    }
    /* Figures (e.g. map wrappers): no fixed height on mobile */
    figure[id$="Map"],
    figure[id$="map"],
    figure[id*="MapSingle"],
    figure[id*="mapSingle"] {
        height: auto !important;
        min-height: 0 !important;
    }
    /* Reduce vertical spacing site-wide on mobile */
    section.py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    section.py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    section.py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .pt-6 {
        padding-top: 1.5rem !important;
    }
    .pb-6 {
        padding-bottom: 1.5rem !important;
    }
    .py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    /* Large images/hero that use min-height on desktop */
    .canAmMainImage {
        min-height: 0 !important;
        height: auto !important;
    }
}

