/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .posts-grid-wpk {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.pg-card {
    font-family: "Roboto", sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 2.22px;
    background: #fff;
}
.pg-card h3
.pg-card p,
.pg-card a {
    font-family: "Roboto", sans-serif !important;    
}
.pg-card-body h3 {
    margin: 0 0px 5px 0;
}
.pg-card-body h3, .pg-card-body h3 a {
    color: rgba(67, 67, 67, 1.00);
    font-size: 15px;
    font-style: normal;
    line-height: 16px;
    text-decoration: none !important;
    padding: 0;
    font-weight: bold;
}
.pg-card-body {
    padding: 13px;
}
.pg-card p {
    margin: 0;
}
.pg-card-head {
    position: relative;
}
.pg-card-head a {
    display: flex;
}
.pg-card-head a img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 130px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
span.pg-loc img {
    width: 14px;
    vertical-align: text-top;
    margin-right: 2px;
    margin-left: -3px;
}
.pg-star {
    display: flex;
}
.pg-star img {
    width: 11px;
}
.pg-star span {
    margin-right: 2px;
}
span.pg-loc {
    background-color: rgba(2, 100, 200, 1.00);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    top: 0;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
span.pg-disc {
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pg-rate {
    margin-bottom: 4px;
}
.pg-rate img {
    width: 20px;
    margin-right: -2px;
    vertical-align: sub;
}
span.pg-rating {
    color: rgba(1, 148, 243, 1.00);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 24px;
}
span.pg-total_rating {
    color: rgba(3, 18, 26, 1.00);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 24px;
}
p.pg-harga_coret {
    color: rgba(143, 143, 143, 1.00);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
p.pg-harga_real {
    color: rgba(249, 109, 1, 1.00);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.pg-booking_link {
    text-align: right;
    margin-top: 5px !important;
}
.pg-booking_link a,
.pg-booking_link a:hover {
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none !important;
    border-radius: 6px;
}

/* Container grid */
.posts-grid-wpk {
    display: flex;
    flex-wrap: wrap;
}

/* Item dalam grid */
.pg-card-wrap {
    flex: 1 1 calc(25%); /* 4 kolom di desktop */
    max-width: calc(25%); /* 4 kolom di desktop */
    box-sizing: border-box;
}
span.pg-hot {
    position: absolute;
    top: 0;
    right: 15px;
}
span.pg-hot img {
    width: 25px;
}
.pg-rate-wrap {
    display: flex;
    justify-content: space-between;
}
.pg-bottom-wrap {
    display: flex;
    justify-content: space-between;
}
ul.pg-list-info {
    list-style: none;
    padding: 0;
    margin: 0 0 13px 0;
}
ul.pg-list-info i {
  width: 15px;
}
ul.pg-list-info li {
  padding-bottom: 0px;
  margin: 0;
}
span.pg-teks {
  font-family: 'Roboto' !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
}
span.pg-teks i {
  margin-right: 5px;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .pg-card-wrap {
        flex: 1 1 calc(50%); /* 2 kolom di mobile */
        max-width: calc(50%); /* 2 kolom di mobile */
    }
     .posts-grid-wpk {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .pg-card {
        margin-left: 5px;
        margin-right: 5px;
    }
    span.pg-hot img {
        width: 20px;
    }
    .pg-star img {
        width: 10px;
    }
    /* .pg-booking_link {
        margin-top: 15px !important;
    } */
    .pg-rate-wrap {
        flex-direction: column;
    }
    .pg-bottom-wrap {
        flex-direction: column;
    }
    ul.pg-list-info{
        margin-bottom:5px;
    }
    ul.pg-list-info li {
        line-height: 1;
    }
    .pg-star span {
        line-height: 1;
    }
    .pg-rate {
        line-height:1;
    }
    span.pg-teks {
        font-family: 'Roboto' !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
    }
    span.pg-rating {
        font-size: 12px;
        line-height: 16px;
    }
    span.pg-total_rating {
        font-size: 12px;
        line-height: 16px;
    }
    span.pg-loc img {
        width: 12px;
        margin-left: -6px;
    }
    span.pg-loc {
        font-size: 12px;
        line-height: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    span.pg-disc {
        font-size: 12px;
        line-height: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .pg-card-body {
        padding: 10px;
    }
    .pg-card-body h3, .pg-card-body h3 a {
        font-size: 14px;
    }
    .pg-booking_link a, .pg-booking_link a:hover {
        font-size: 13px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pg-rate img {
        width: 18px;
        margin-right: 0px;
    }
    p.pg-harga_real {
        font-size: 12px;
        line-height: 16px;
    }
}