.price-map-div .nrbn-price-map {
    display: flex;
    align-items: stretch;
}

.price-map-div .form,
.price-map-div .nrbn-price-map-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-right: 20px;
}

.price-map-div .nrbn-map-zip-city {
    display: inline-flex;
}

.price-map-div .nrbn-map-zip-city:first-child {
    margin-right: 20px;
}

.price-map-div .form {
    width: 50%;
}

.price-map-div .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.price-map-div label {
    font-weight: bold;
    margin-bottom: 5px;
}

.price-map-div input[type="text"],
.price-map-div input[type="submit"] {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.price-map-div .nrbn-price-map-image {
    width: 50%;
}

.price-map-div .grey-background {
    background: #f0f0f0;
}

.price-map-div .nrbn-price-calculator-result {
    padding: 24px;
    display: none;
}

.price-map-div .nrbn-price-map-form {
    padding: 24px;
}

.price-map-div .nrbn-btn {
    width: 100%;
    margin-top: 20px;
    background-color: #fddf00 !important;
    text-align: center;
}

.price-map-div .nrbn-price-map-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-map-div .float-left {
    float: left;
}

.price-map-div .float-right {
    float: right;
}

.price-map-div .nrbn-price-calculator-result-info {
    display: grid;
    margin-top: 30px;
}

.price-map-div .map-margin-2 {
    margin-top: 30px;
}

.price-map-div .warning-box {
    margin-top: 30px;
    background-color: #ffe0e0;
    color: #8b0000;    
    text-align: center;
    display: none;
}

/* CSS for mobile view */
@media (max-width: 768px) {
    .price-map-div .nrbn-price-map-image {
        display: none;
    }
}
