.single-lot article.lot .lot-listings {
    max-width: 1440px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 100px;
}

.single-lot .lot-listings .left form {
    display: grid;
    margin-top: 20px;
}

.single-lot .lot-listings .left form input {
    border: solid 1px;
}

.single-lot .lot-listings .left form button {
    margin-top: 20px;
    background: #169d53;
    border-radius: 6px;
    color: white;
}

.single-lot .lot-listings .left .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: initial;
}

.single-lot .lot-listings .left .price {
    font-size: 24px;
    font-weight: 700;
    color: #169d53;
    line-height: initial;
}

.single-lot .lot-listings .left .price span.label {
    color: #28303D;
}

.single-lot article.lot .lot-listings .left .tag {
    font-size: 18px;
    color: #FFF;
    padding: 5px;
    width: fit-content;
    background: #169d53;
    margin-bottom: 10px;
    border-radius: 6px;
}

.single-lot article.lot .lot-listings .left .featured-image {
    margin-bottom: 50px;
}

.single-lot .lot-listings .left .featured-image img {
    width: 400px !important;
    height: unset !important;
    max-width: unset !important;
}

.single-lot .lot-listings .left .description-wrapper {
    background: #FFF;
    box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
    border-radius: 6px;
    padding: 30px;
    margin-top: 30px;
}

.single-lot .lot-listings .left .description p {
    font-size: 14px;
}

.single-lot .lot-listings .left .description-wrapper h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 800;
    margin-bottom: 30px;
}

.single-lot .lot-listings .left .description-wrapper .description {
    padding-top: 20px;
    ;
}

.single-lot .lot-listings .left .description-wrapper .description ul {
    padding-left: 0;
    list-style-type: none;
}

.single-lot .lot-listings .left .description-wrapper .description ul li {
    font-size: 18px;
    font-family: 'Montserrat'
}

.single-lot .lot-listings .left .description-wrapper .description ul li::before {
    content: '\2713';
    font-size: 10px;
    color: #1b3b6b;
    margin-right: 5px;
    font-weight: 800;
    vertical-align: middle;
}

.single-lot .lot-listings .left .description-wrapper .property-length {
    font-size: 18px;
}

.single-lot .lot-listings .left .description-wrapper .property-length i {
    margin-left: 10px;
}

.single-lot .lot-listings .left .description-wrapper .property-length .bold {
    font-weight: 700;
}

.single-lot .lot-listings .left .description-wrapper .number-of-lots {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: initial;
}

.single-lot .lot-listings .left .description-wrapper .number-of-lots .bold {
    font-weight: 700;
}

.single-lot .lot-listings .right h3 {
    font-size: 17px;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 800;
    background: #1b3b6b;
    padding: 20px;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-lot .lot-listings .right .reservation-form {
    background: #f1f1f1;
    padding: 60px 40px 40px 40px;
}

.single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap input {
    font-size: 18px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 30px;
    border: none;
}

.single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap select {
    font-size: 18px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 30px;
    border: none;
}

.single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap textarea {
    font-size: 18px;
    width: 100%;
    border-radius: 6px;
    border: none;
    margin-bottom: 20px;
}

.single-lot .lot-listings .right .reservation-form form .wpcf7-submit {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 6px;
    width: 100%;
    background: #1b3b6b;
}

button.lot-area-selection {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    background: #169d53 !important;
    color: #FFFFFF !important;
    border-radius: 6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-lot .lot-listings .right .reservation-form form .wpcf7-not-valid-tip {
    font-size: 18px;
}

.single-lot .lot-listings .right .reservation-form form .wpcf7-spinner {
    display: flex;
    justify-content: center;
    margin: auto;
}

.single-lot .lot-listings .right .reservation-form form .wpcf7-response-output {
    margin-top: 0;
    font-size: 18px;
}

.single-lot article .custom-image-map-wrapper {
    max-width: 1440px;
    text-align: center;
    margin: auto;
}

.single-lot article .lot-area-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 42px;
    color: #1b3b6b;
    margin-bottom: 50px;
}

.single-lot article .image-map-container {
    border: 2px solid #000;
    overflow-x: auto;
    overflow-y: hidden;
    height: 1642px;
}

.single-lot article .image-map-container map area {
    cursor: pointer;
}

.single-lot article .image-map-container > div {
    background-size: unset !important;
    width: 1920px !important;
    height: 100% !important;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper {
    display: grid;
    justify-content: center;
    row-gap: 20px;
    margin-bottom: 20px;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .sold .legend {
    background: #FF0000;
    width: 10px;
    height: 30px;
    padding: 10px;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .reserved .legend {
    background: #00FF00;
    width: 10px;
    height: 30px;
    padding: 10px;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .available .legend {
    background: #FFFFFF;
    width: 10px;
    height: 30px;
    padding: 10px;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .sold {
    border: solid 3px #FF0000;
    padding: 5px;
    width: fit-content;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .reserved {
    border: solid 3px #00FF00;
    padding: 5px;
    width: fit-content;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .available {
    border: solid 3px #000000;
    padding: 5px;
    width: fit-content;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .sold-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .sold-wrapper span {
    font-size: 18px;
    font-weight: 700;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .reserved-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .reserved-wrapper span {
    font-size: 18px;
    font-weight: 700;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .available-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.single-lot article .custom-image-map-wrapper .legend-wrapper .available-wrapper span {
    font-size: 18px;
    font-weight: 700;
}

.single-lot article .custom-image-map-wrapper p.instruction {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
}

.single-lot article .custom-image-map-wrapper p.instruction span {
    color: red;
}

.single-lot .map-lot {
    margin: auto;
    max-width: 1440px;
}

.single-lot .map-lot h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 42px;
    color: #1b3b6b;
    margin-bottom: 20px;
    text-align: center;
}

.single-lot .map-lot p {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    color: red;
    text-align: center;
    margin-bottom: 50px;
}

.single-lot .map-instructions {
    margin: auto;
    max-width: 1440px;
    padding-bottom: 150px;
}

.single-lot .map-instructions h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 42px;
    color: #1b3b6b;
    margin-bottom: 20px;
    text-align: center;
}

.single-lot .map-instructions p {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
}

.single-lot .map-instructions .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 50px;
}

.single-lot .map-instructions .wrapper .steps {
    display: grid;
    justify-content: flex-start;
    row-gap: 10px;
}

.single-lot .map-instructions .wrapper .steps p {
    text-align: left;
    max-width: unset;
    margin: unset;
    font-size: 18px;
    font-weight: 700;
}

.single-lot .map-instructions .wrapper .steps p span {
    font-weight: 700;
}

form p br {
    display: none;
}

@media (max-width: 1440px) {
    .single-lot article.lot .lot-listings {
        max-width: 1300px;
    }

    .single-lot article.lot .lot-listings .left .tag,
    .single-lot .lot-listings .left .description-wrapper .number-of-lots,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap input,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap select,
    .single-lot .lot-listings .left .description-wrapper .property-length,
    .single-lot .lot-listings .left .description-wrapper .description ul li,
    .single-lot .map-instructions .wrapper .steps p,
    .single-lot .map-instructions p,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap textarea {
        font-size: 16px;
    }

    .single-lot .lot-listings .left .description-wrapper h4,
    .single-lot .map-lot p {
        font-size: 18px;
    }

    .single-lot .lot-listings .left .title,
    .single-lot .lot-listings .left .price {
        font-size: 20px;
    }

    .single-lot .map-instructions,
    .single-lot .map-lot {
        max-width: 1300px;
    }

    .single-lot .map-instructions h2,
    .single-lot .map-lot h2 {
        font-size: 38px;
    }
}

@media (max-width: 1340px) {
    .single-lot article.lot .lot-listings,
    .single-lot .map-instructions,
    .single-lot .map-lot {
        max-width: 1200px;
    }

    .single-lot .map-lot p {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .single-lot .map-lot {
        max-width: unset;
        padding: 100px 40px 0;
    }

    .single-lot article.lot .lot-listings {
        max-width: unset;
        padding: 100px 40px;
        grid-template-columns: 1fr;
    }

    .single-lot article.lot .lot-listings .right {
        padding-top: 50px;
    }

    .single-lot .map-instructions {
        padding: 0 40px;
    }

    .single-lot .map-instructions .wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .single-lot .map-instructions .wrapper .steps {
        padding-bottom: 50px;
    }

    .single-lot .lot-listings .left .featured-image img {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .single-lot article.lot .lot-listings {
        padding: 50px 20px;
    }

    .single-lot article.lot .lot-listings .left .tag,
    .single-lot .lot-listings .left .description-wrapper .number-of-lots,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap input,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap select,
    .single-lot .lot-listings .left .description-wrapper .property-length,
    .single-lot .lot-listings .left .description-wrapper .description ul li,
    .single-lot .map-instructions .wrapper .steps p,
    .single-lot .map-instructions p,
    .single-lot .lot-listings .right .reservation-form form span.wpcf7-form-control-wrap textarea {
        font-size: 12px;
    }

    .single-lot .lot-listings .left .title,
    .single-lot .lot-listings .left .price {
        font-size: 18px;
    }

    .single-lot .map-instructions {
        padding: 0 20px;
    }

    .single-lot .map-instructions h2,
    .single-lot .map-lot h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .single-lot .map-lot {
        padding: 100px 20px 0;
    }

    .single-lot .map-lot p {
        font-size: 12px;
    }

    .single-lot .lot-listings .right .reservation-form {
        padding: 20px;
    }
}