.pp-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 59999999;
    background-color: #fefefe;
    overflow: auto;
}

.pp-inner {
    /*width: calc(100% - 80px);*/
    /*height: calc(100% - 190px);*/
    /*margin: 20px auto;*/
    /*box-shadow: 0 5px 15px 1px rgba(69,65,78,0.6);*/
    /*border-radius: 10px;*/
    height: calc(100% - 40px);
    margin: 0;
    padding: 20px;
    font-size: 13px;
    color: #575962;

    text-align: center;
}

h1.pp {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

h2.pp {
    font-size: 14px;
    margin-top: 0;
    font-weight: 600;
}

h3.pp {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}

.ppBtn {
    display: block;
    text-decoration: none;
    width: 80%;
    max-width: 220px;
    margin: 30px auto;
    padding: 20px 15px;
    background-color: #575962;
    color: white;
    font-size: 16px;
    box-shadow: 0 5px 15px 1px rgba(69,65,78,0.6);
    border-radius: 10px;
}

.pp-property {
    box-shadow: 0 5px 15px 1px rgba(69,65,78,0.2);
    background-color: #fff;
    padding: 2px 2px 10px;
    border-radius: 5px;
}

.pp-photo {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 230px;
    object-fit: cover;
    border-radius: 5px;
}

.pp-propdetails {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px 0;
}

.terms {
    font-size: 12px;
}

.pp-address {
    text-align: left;
}

.pp-beds {
    text-align: right;
}

