.main-content__page-title h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.main-content__page-title_container h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.main-content__page-tabs {
    padding-bottom: 15px;
    border-bottom: 0.75px solid #DADCE0;
    text-align: center;
}

.card-post__custom-outstanding {
    margin-top: 20px;
}

.card-post__custom-item-img,
.card-post__custom-outstanding-item-img {
    height: 100%;
    position: relative;
}

.card-post__custom-item-img .img-label,
.card-post__custom-outstanding-item-img .img-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--color-blue-opacity);
    color: white;
    border-radius: 3px;
    padding: 2px 10px;
}

.card-post__custom-item-img .img-detail {
    min-height: 150px;
    height: 100%;
    max-height: 175px;
    object-fit: cover;
}

.card-post__custom-outstanding-item-img .img-detail {
    object-fit: cover;
    height: 250px;
}

.main-content__page-tabs .main-content__tabs-item {
    color: #1F3B64;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 16px;
    text-transform: uppercase;
}

.main-content__page-tabs .main-content__tabs-item.active {
    color: var(--color-orange);
}

.main-content__page-tabs .main-content__tabs-item:hover {
    color: var(--color-orange);
}

.main-content__page-title {
    margin: 40px 0;
}

.main-content__page-title_container {
    padding-bottom: 5px;
    border-bottom: 1px solid #717171;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-content__page-title_container .main-content__page-title_outstanding_more {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-black);
}

.main-content__page-title_container .main-content__page-title_outstanding_more:hover {
    color: var(--color-orange);
}

.card-post__custom-info .card-post__custom-date,
.card-post__custom-info .card-post__custom-rating-hotel {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-grey-dark);
}

.card-post__custom-info .card-post__custom-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-title-grey);
}

.card-post__custom-outstanding-info .card-post__custom-outstanding-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-grey-darker);
}

.card-post__custom-outstanding-info{
    padding: 0 10px;
}
.card-post__custom-outstanding-info .card-post__custom-outstanding-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-grey-darker);
}

.card-post__custom-info .card-post__custom-title:hover,
.card-post__custom-outstanding-info .card-post__custom-outstanding-title:hover {
    color: var(--color-orange);
}

.card-post__custom-info .card-post__custom-location,
.card-post__custom-info .card-post__custom-location-start {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-location i,
.card-post__custom-info .card-post__custom-location-start i {
    font-weight: 900;
}

.card-post__custom-info .card-post__custom-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-rating {
    font-weight: 400;
    font-size: 11px;
}

.card-post__custom-info .card-post__custom-rating .stars {
    color: #ffd700;
    font-size: 14px;
}

.card-post__custom-info .card-post__custom-duration {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-price-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: var(--color-red);
}

.pagination-custom {
    margin: 50px 0;
}

.pagination-custom__item {
    font-family: 'Roboto', sans-serif;
    border: 0.25px solid #708DE9;
    border-radius: 6px;
    color: var(--color-pagination);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
}

.pagination-custom__item.active,
.pagination-custom__item:hover {
    background-color: var(--color-blue-main);
    color: white;
    border: 0.25px solid var(--color-blue-main);
}

@media screen and (max-width: 599px) {
    .card-post__custom-item-img .img-detail {
        height: 250px;
    }
}

/* Small Devices (Tablets in portrait mode, 600px and up) */
@media screen and (min-width: 600px) and (max-width: 767px) {
    .card-post__custom-item-img .img-detail {
        height: 250px;
    }
}