<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote:before {
    background-image: url("../../assets/images/quote.png");
}
.fire-icon {
    background-image: url("../../assets/images/hototpic.svg");
}
.slider-container .nav-wrapper button {
    background-image: url("../../assets/images/down.svg");
}
.slider-container .insta-slider + .nav-wrapper button {
    background-image: url("../../assets/images/down_black.svg");
}
.the-hot-list .post-hot .title &gt; div:before {
    background-image: url("../../assets/images/hot.png");
}
.the-hot-list .post-hot.hotter .title &gt; div:before {
    background-image: url("../../assets/images/hotter.png");
}
.the-hot-list .post-hot.hottest .title &gt; div:before {
    background-image: url("../../assets/images/hottest.png");
}
.map-img-wrapper {
    background-image: url("../../assets/images/map.jpg");
}
.faq-item .faq-title label:after {
    background-image: url("../../assets/images/down_black.svg");
}
.banner {
    height: var(--post-banner-height)
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.banner::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
    content: '';
    height: 300px;
    position: absolute;
    width: 100%;
}
.blog-detail {
    display: flex;
    gap: 50px;
    flex-wrap: wrap
}

.blog-detail .left-area {
    width: 100%;
    max-width: 450px;
    display: flex;
    gap: 50px;
    flex-direction: column
}

#status {
    display: none;
    position: fixed;
    top: 160px;
    right: 40px;
    color: #52c96b;
    font-size: 14px;
    background: #fff;
    padding: 16px;
    z-index: 111;
    border: 1px solid #52c96b;
    border-radius: .375rem;
    box-shadow: rgba(0,0,0,.1)0 10px 50px;
    transition: .3s
}

.blog-detail .left-item a {
    display: block;
    font-size: 1rem;
    line-height: 1.625;
    color: #757575;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-detail .left-item .drop-selected {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 700
}

.blog-detail .left-area a:last-child {
    margin-bottom: 0
}

.blog-detail .left-area a.active,.blog-detail .left-area a:hover {
    color: #013573
}

.blog-detail .table-of-contents {
    display: none
}

.blog-detail .table-of-contents.toc-active {
    display: block
}

.blog-detail .left-area .left-item {
    background-color: #e8eff6;
    border: 1px solid #d1dce6;
    padding: 50px;
    border-radius: 10px
}

.blog-detail .right-area {
    flex-grow: 1;
    max-width: 1200px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px
}

.page-title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin: 0
}

.title-tag .tag-wrapper {
    margin-top: 25px
}

.title-tag .tag-wrapper&gt;a {
    background: #6881aa;
    border-color: #6881aa;
    color: #fff
}

.title-tag .tag-wrapper a:hover{
    background: #00cd92;
}

.blog-info {
    padding: 20px 0;
    margin: 30px 0;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.blog-info .info-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase
}

.info-area .post-author {
    border: 2px solid #192d2d;
    border-radius: 50px;
    padding: 5px 35px 5px 5px;
    background-color: #f4f9f8;
    display: flex;
    align-items: center
}

.info-area .post-author img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.author-info .author-name a,.info-area .post-author a {
    color: #000;
    padding-left: 5px
}

.author-info .author-name a:hover,.info-area .post-author a:hover {
    color: #939a72;
}

.post-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.info-area .post-time {
    display: flex;
    gap: 8px;
    flex-direction: column
}

.info-area .post-time div {
    gap: 10px;
    align-items: center;
    display: flex
}

.post-time div img {
    height: 15px;
    width: 15px
}

.share-area {
    display: flex;
    gap: 7px
}

.share-area a {
    height: 38px;
    width: 38px;
    border: 2px solid #00cd92;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .1s
}

.share-area svg {
    fill: #00cd92
}

.share-area a:hover {
    background: #939a72
}

.share-area a:hover svg {
    fill: #fff
}

.map-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
    justify-content: space-between
}

.map-section .map-title {
    line-height: 1.6
}

.map-section .map-title,.map-section .price-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: calc(100% - 400px);
    min-width: calc(100% - 400px)
}

.map-section .price-section h5 {
    font-size: 1.25rem;
    width: calc(33.33% - 10px);
    min-width: calc(33.33% - 10px);
    margin-bottom: 15px
}

.map-section .price-section h5 span {
    margin-top: 5px;
    font-size: .875rem;
    display: block;
    color: #c1c1c1
}

.inspiration .map-title {
    flex-direction: column;
    width: calc(100% - 360px);
    min-width: calc(100% - 360px)
}

.inspiration .map-img {
    object-fit: contain
}

.map-img-wrapper {
    width: 330px;
    min-width: 330px;
    min-height: 165px;
    background-position: 100%;
    background-repeat: no-repeat
}

.travelogue .map-img-wrapper {
    background-position: 0
}

.booster-read-block {
    display: none
}

.inspiration .map-title .approx-budget {
    margin-top: 30px
}

.inspiration .map-title p {
    margin: 0
}

.post-hot .slider-container {
    margin: -30px -5px 0
}

.slider-container {
    overflow: hidden;
    position: relative
}

.insta-slider,.image-slider {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: transform .2s
}

.insta-slider {
    padding-top: 50px
}

.slider-container .insta-slider,.slider-container .image-slider {
    overflow: visible
}

.slider-item {
    min-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.slider-item .img-wrap {
    padding-bottom: 63%
}

.insta-slider .slider-item {
    width: 33.33%;
    min-width: 33.33%
}

.insta-slider:not(.acf-slider) .slider-item {
    padding: 0 5px
}

.insta-slider .slider-item .slider-inner {
    margin: 0 5px
}

.insta-slider .slider-item .img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 120%
}

.slider-item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.insta-slider .slider-item .slider-content {
    font-size: .9rem
}

.insta-slider .slider-item .caption {
    margin: 0 5px
}

div .slider-item .slider-inner,div .slider-item .img-wrap {
    display: block;
    position: relative
}

.has-caption .slider-item .slider-content {
    padding-bottom: 10px
}

.has-caption+.nav-wrapper {
    bottom: 40px
}

.slider-item .caption {
    display: none
}

.has-caption .caption {
    display: block
}

.slider-item img {
    width: 100%;
    pointer-events: none;
    user-select: none;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: block
}

.nav-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 60px;
    z-index: 1
}

.insta-slider+.nav-wrapper {
    bottom: auto;
    top: 0
}

.nav-wrapper button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    border: none;
    margin-top: -15px;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: rotate(90deg)
}

.nav-wrapper button.disabled {
    opacity: .5;
    cursor: auto
}

.nav-wrapper .nav-right {
    right: 0;
    left: auto;
    transform: rotate(-90deg)
}

.nav-wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    transform-origin: top;
    top: 50%;
    height: 20px;
    width: 1px;
    background: #fff;
    opacity: .8;
    margin: -10px -1px 0 0
}

.insta-slider+.nav-wrapper button {
    opacity: .7
}

.insta-slider+.nav-wrapper button.disabled {
    opacity: .3
}

.insta-slider+.nav-wrapper:after {
    background: #000;
    opacity: .4
}

.details-content .slider-item p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6
}

.details-content .slider-item&gt;p:first-child {
    height: 100%
}

.insta-slider .slider-content,.image-slider .slider-content {
    padding: 15px 70px 15px 20px;
    position: absolute;
    font-size: 1.1rem;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    z-index: 10;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7))
}

.insta-slider .slider-content {
    padding: 10px
}

.trip-planning .card-slider .card-desc {
    gap: 20px;
    display: flex;
    align-items: center
}

.card-slider .card-desc h5,.card-slider .card-desc h4 {
    margin-bottom: 20px
}

.card-slider .card-desc h5 {
    font-size: 1.25rem
}

.card-slider .card-desc {
    margin-bottom: 30px
}

.trip-planning .card-footer a {
    display: block
}

blockquote {
    font-size: 1.875rem;
    line-height: 1.5;
    padding: 0 50px 1px 160px;
    position: relative
}

blockquote p {
    line-height: inherit!important;
    font-size: inherit!important
}

blockquote:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 130px;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat
}

blockquote&gt;p {
    position: relative;
    padding-bottom: 30px
}

blockquote&gt;p:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 178px;
    background: #654778
}

.details-content blockquote pre {
    line-height: 30px;
    margin-top: 10px;
    font-size: 1.125rem;
    color: #654778
}

.details-content.the-hot-list blockquote {
    padding-top: 30px;
    margin: 30px 0;
    padding-bottom: 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.details-content.the-hot-list blockquote:before {
    top: 40px
}

.details-content.the-hot-list blockquote:after {
    bottom: 30px
}

.details-content.the-hot-list blockquote p {
    margin: 0 0 20px
}

.post-hot {
    margin-top: 40px
}

.the-hot-list .post-hot .title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #d5005c;
    font-size: 1.875rem
}

.the-hot-list .post-hot .title * {
    margin: 0;
    color: inherit;
    font-size: inherit
}

.the-hot-list .post-hot .title&gt;div {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #d5005c;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase
}

.the-hot-list .post-hot .title&gt;div:before {
    content: '';
    display: block;
    height: 25px;
    width: 19px;
    background-size: contain;
    background-repeat: no-repeat
}

.the-hot-list .post-hot.hotter .title&gt;div:before {
    width: 42px
}

.the-hot-list .post-hot.hottest .title&gt;div:before {
    width: 69px
}

.post-source,.details-content ul,.details-content ol,.blog-card {
    padding: 73px 77px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 34px;
    margin: 60px 0;
    border: 1px solid #cfcfcf
}

.blog-card .card-desc {
    overflow: hidden;
    text-align: left
}

.details-content td ul {
    border: none;
    padding: 0
}

.details-content ul h5 {
    padding-bottom: 25px;
    max-width: 825px
}

.details-content ul p,.blog-card .card-desc h5 {
    font-family: var(--var-font-family-heading);
    max-width: 912px;
    text-transform: uppercase;
    line-height: 1.26;
    padding-bottom: 25px
}

.blog-card .card-desc&gt;a {
    margin: 10px 20px 10px 0
}

.details-content .post-source p {
    margin: 10px 0
}

.post-source a {
    font-size: 1rem;
    color: #1f88be
}

.post-source a:hover {
    text-decoration: underline
}

.details-content .blog-card figure,.details-content .blog-card figcaption {
    margin-bottom: 0
}

.blog-card p:first-child {
    margin-top: 0
}

.blog-card p:last-child {
    margin-bottom: 0
}

.blog-sided {
    display: flex;
    gap: 15px
}

.details-content .blog-sided figure {
    flex: 1;
    margin-bottom: 0
}

.horizontally {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center
}

.approx-budget {
    background: #8b7a95;
    border-radius: 100px;
    width: 255px;
    min-width: 255px;
    font-size: 1.875rem;
    color: #fff;
    padding: 20px 0;
    text-align: center
}

.approx-budget div {
    font-size: .875rem;
    line-height: 1;
    margin-top: 5px
}

.details-content .approx-budget p {
    margin: 0;
    color: inherit;
    font-size: inherit
}

.faq-section {
    background: #fff;
    padding: 73px 77px;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #cfcfcf
}

.faq-section .faq-title h5 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 20px
}

.details-content .faq-section {
    text-align: left;
    margin-bottom: 60px
}

.faq-section .faq-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 25px 0
}

.faq-section .faq-item:first-child {
    margin-top: 25px
}

.faq-section .faq-item:last-child {
    border-bottom: 0;
    padding-bottom: 15px
}

.faq-item .faq-title {
    font-size: 1.25rem;
    background: 0 0;
    border: 0;
    width: 100%;
    padding: 0;
    cursor: pointer;
    display: block
}

.faq-item .faq-title label {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: inherit;
    padding-right: 50px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.faq-item .faq-title label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background-size: contain
}

.faq-section:not(.acf-faq) .faq-item .faq-title label img {
    display: none
}

.faq-item .faq-title label:after,.faq-item .faq-title label img {
    opacity: .7;
    height: 32px;
    width: 32px;
    cursor: inherit
}

.faq-item .faq-desc {
    display: none;
    margin: 30px 0 0
}

.faq-section input:checked~.faq-title label&gt;img {
    transform: rotate(-180deg)
}

.faq-section input:checked~.faq-desc {
    display: block
}

.faq-section .title {
    margin-bottom: 40px;
    font-size: 1.625rem
}

.details-content .card-item {
    background-color: #e8eff6;
    padding: 50px;
    border-radius: 10px;
    list-style: none;
    margin: 50px 0
}

.details-content .card-item p {
    margin: 0
}

.details-content .card-item ul {
    padding: 0;
    background: 0 0;
    margin: 20px 0 0;
    border-radius: 0
}

.details-content .card-item:first-of-type ul {
    column-count: 2;
    column-gap: 10px
}

.details-content .card-item:first-of-type ul li {
    list-style: none;
    padding: 0 0 15px;
    margin: 0
}

.details-content .card-item:first-of-type ul li a {
    color: #1f88be
}

.post-footer table {
    background-color: #e8eff6;
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden
}

.post-footer table thead {
    background-color: #d4dae1;
    text-align: left
}

.post-footer table td,.post-footer table th {
    padding: 20px;
    border-right: 1px solid #c0c9d3
}

.post-footer table td:last-child,.post-footer table th:last-child {
    border-right: 0
}

.post-footer table td {
    border-top: 2px solid #fff
}

.post-footer table p {
    margin: 0
}

.suggested-wrapper {
    margin: 50px 0 0
}

.suggested-wrapper .section-title {
    margin: 0
}

.suggested-wrapper .section-title .title {
    margin-bottom: 30px
}

.the-hot-list .item-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
}

.sided-container {
    margin: 40px 0
}

.details-content .sided-card {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.67;
    background: #e8eff6;
    border-radius: 10px;
    overflow: hidden
}

.details-content .sided-card p {
    margin: 0
}

.details-content .sided-card&gt;div {
    padding: 40px
}

.details-content .sided-card&gt;div p {
    margin: 10px 0
}

.details-content .sided-card+p {
    font-size: 14px;
    margin: 10px 0 20px;
    line-height: 40px;
    color: #c1c1c1
}

.details-content .sided-card img {
    margin: 0;
    width: 350px!important;
    min-width: 350px;
    height: 100%
}

.details-content .card-sided .caption {
    margin: 15px 0 40px
}

.details-content .card-sided .sided {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.67;
    background: #e8eff6;
    border-radius: 10px;
    overflow: hidden
}

.details-content .card-sided .content-wrap {
    padding: 40px
}

.details-content .card-sided .sided .img-wrap {
    margin: 0;
    width: 380px!important;
    min-width: 380px;
    min-height: 300px;
    max-height: 100%;
    position: relative;
    overflow: hidden
}

.details-content .card-sided .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.blog-bottom {
    margin-top: 40px;
    border-top: 2px solid #e9e9e9
}

.tag-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
    display: flex;
    gap: 10px
}

.tag-wrapper&gt;a {
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #476d9b;
    border-radius: 100px;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #939393
}

.blog-detail .tag-wrapper&gt;a:hover {
    border-color: #939a72;
    color: #fff;
    background: #939a72;
}

.blog-footer {
    margin-top: 40px;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between
}

.blog-footer .author-info {
    padding: 40px;
    border: 2px solid #192d2d;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    width: calc(100% - 330px)
}

.blog-footer .author-info img {
    height: 100px;
    width: 100px;
    min-width: 100px;
    object-fit: cover;
    border-radius: 100px;
    overflow: hidden
}

.blog-footer .author-name {
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-footer .author-name a {
    color: #000
}

.blog-footer .author-name a:hover {
    color: #939a72;
}

.blog-footer .author-details {
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #888;
    margin-bottom: 10px
}

.blog-footer .author-detail {
    color: #888
}

.blog-footer .share-wrapper {
    width: 100%;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    align-items: end
}

.share-wrapper .share-count {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #939a72;
    color: #c8c8c8;
    width: 100%;
    text-align: right
}

.share-wrapper .share-area a {
    border: 2px solid #e8e8e8
}

.share-wrapper .share-area a:hover {
    border-color: #939a72
}

.share-wrapper .share-area svg {
    fill: #c5c5c5
}

.details-content p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 34px;
    color: #000
}

.wp-block-separator {
    margin: 40px 0
}

.blog-card a,.details-content a {
    color: #1f88be;
    text-decoration: underline
}

.details-content .suggested-wrapper a {
    text-decoration: none
}

.blog-card a:hover,.details-content a:hover {
    text-decoration: none
}

.details-content nav ul {
    background-color: initial;
    padding: 0;
    margin-bottom: 30px
}

.details-content nav ul li {
    list-style: none
}

.details-content h3,.details-content h2 {
    margin: 40px 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.625rem
}

.details-content h1, .details-content h4, .details-content h5, .details-content h6 {
    font-weight: 700;
}

.details-content h3 a,.details-content h2 a {
    color: #013573
}

.details-content h3 {
    font-size: 40px
}

.details-content h2 a {
    font-size: 26px;
    line-height: 32px;
    color: #013573;
    font-weight: 700;
    margin: 0 0 15px;
    width: calc(100% - 60px)
}

.details-content ul {
    background-color: #e8eff6;
    padding: 50px;
    border-radius: 10px;
    list-style: none;
    margin: 50px 0
}

.details-content ul li {
    font-size: 18px;
    line-height: 32px;
    list-style: disc;
    margin-left: 20px
}

.details-content figure {
    margin: 40px 0;
    max-width: 100%
}

.details-content figure img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px
}

.details-content figcaption {
    font-size: .9rem;
    padding: 10px 0;
    line-height: 1.6;
    color: #a1a1a1
}

.details-content figcaption a {
    color: #1f88be;
    text-decoration: underline
}

.user-platform-mobile .blog-detail .left-area .left-item {
    padding: 0
}

.user-platform-mobile .blog-detail .left-item .drop-selected {
    margin: 0
}

.user-platform-mobile .blog-detail .js-dropdown .drop-selected {
    border: 1px solid #d1dce6;
    color: #000
}

.rbo-journal-header .navbar {
    background-color: rgba(1,43,94,.9)!important;
    position: fixed
}

.nav-container .nav-spacer {
    padding: 5px 0
}

.nav-container .mega-box,.nav-container .nav-links .drop-menu {
    top: 54px
}

.rbo-journal-header .navbar {
    background-color: rgba(1,43,94,.9)!important
}

.blog-detail .left-item .tree-content a {
    margin-bottom: 0
}

.tree-content li {
    position: relative
}

.tree-content li .arrow-btn {
    position: absolute;
    top: 1px;
    right: 0;
    background: 0 0;
    border-radius: 100px;
    height: 32px;
    width: 32px;
    border: 1px solid transparent
}

.tree-content li .arrow-btn:active {
    border-color: #aaa
}

.tree-content li .arrow-btn img {
    height: 100%;
    width: 100%;
    transition: all .1s;
    opacity: .4
}

.tree-content li&gt;ul {
    margin-left: 15px;
    max-width: 0;
    max-height: 0;
    overflow: hidden
}

.tree-content li.active&gt;ul {
    max-width: 500px;
    max-height: 1e3px
}

.tree-content li.active&gt;.arrow-btn img {
    transform: rotate(180deg)
}

.tree-content ul li a {
    margin-bottom: 0
}

.tree-content ul ul a {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
}

.tree-content a {
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 30px);
    overflow: hidden
}

.user-platform-mobile li .arrow-btn {
    display: none
}

.user-platform-mobile .tree-content li&gt;ul {
    max-width: 500px;
    max-height: 1e3px
}

.wp-block-columns {
    display: flex;
    gap: 40px;
    align-items: center
}

.wp-block-columns.wp-container-3 .wp-block-column {
    width: calc(55% - 20px);
    min-width: calc(55% - 20px)
}

.wp-block-columns.wp-container-3 .wp-block-column:last-child {
    width: calc(45% - 20px);
    min-width: calc(45% - 20px)
}

.wp-block-columns.wp-container-3 .wp-block-quote {
    position: relative;
    padding-left: 30px
}

.wp-block-columns.wp-container-3 .wp-block-quote:after {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #000
}

.inspiration.map-section {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
    justify-content: space-between;
    flex-direction: row-reverse
}

.inspiration.map-section .price-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column
}

.inspiration.map-section .price-section h5 {
    font-size: 26px;
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 700
}

.inspiration.map-section .read-btn {
    display: flex;
    width: fit-content;
    text-decoration: none;
    font-size: 30px;
    flex-direction: column;
    text-align: center;
    line-height: normal;
    padding: 15px 50px;
    background: #8b7a95;
    cursor: pointer
}

.inspiration.map-section .read-btn span {
    font-size: 14px;
    margin: 0;
    line-height: normal
}

.inspiration .insta-box {
    width: calc(33.33% - 8px);
    min-width: calc(33.33% - 8px)
}

.inspiration .insta-box .img-wrapper {
    padding-bottom: 132%
}

.gallery-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0
}

.gallery-wrap .gallery-item {
    width: calc(50% - 15px)
}

.gallery-wrap .gallery-item .gallery-content {
    padding: 15px 70px 15px 20px;
    position: absolute;
    font-size: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    z-index: 10;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7))
}

.gallery-wrap .gallery-item .img-wrap {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%
}

.gallery-wrap .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.gallery-desc {
    font-size: 18px;
    line-height: 34px;
    color: #000
}

.weather-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px
}

.weather-wrapper .weather-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.weather-wrapper .weather-item span {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #8f8f8f
}
.post-hot {
    margin-top: 40px;
}
.post-hot .title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #d5005c;
    font-size: 1.875rem;
}
.post-hot .title&gt;div {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #d5005c;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.hot-icon{
	 display: flex;
    gap: 5px;
}
.post-hot p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 28px;
}
@media screen and (max-width: 1399px) {
    .trip-planning .map-img-wrapper,.inspiration .map-img-wrapper {
        width:100%;
        min-width: 100%
    }

    .trip-planning .map-img-wrapper {
        background-position: 0
    }

    .inspiration .map-img-wrapper {
        margin-top: -100px
    }

    .travelogue .map-img-wrapper {
        width: 280px;
        min-width: 280px;
        background-size: contain
    }

    .trip-planning .map-title,.inspiration .map-title {
        width: 100%;
        min-width: 100%
    }

    .blog-detail {
        gap: 40px
    }

    .blog-detail .left-area {
        max-width: 400px
    }

    .blog-detail .left-area .left-item {
        padding: 40px
    }

    .blog-detail .right-area {
        width: calc(100% - 440px)
    }

    .blog-footer .author-info {
        width: 100%
    }

    .blog-footer .share-wrapper {
        width: 100%;
        max-width: 100%
    }

    .wp-block-columns {
        flex-wrap: wrap;
        gap: 20px
    }

    .wp-block-columns.wp-container-3 .wp-block-column {
        width: 100%;
        min-width: 100%
    }

    .wp-block-columns.wp-container-3 .wp-block-column figure {
        margin-bottom: 0
    }

    .wp-block-columns.wp-container-3 .wp-block-column:last-child {
        width: 100%;
        min-width: 100%
    }

    .map-section .map-img {
        max-width: 300px
    }

    .map-section .price-section {
        width: calc(100% - 330px)
    }
}

@media screen and (max-width: 1199px) {
    .banner {
        height:450px
    }

    .trip-planning .map-title {
        width: calc(100% - 360px);
        min-width: calc(100% - 360px)
    }

    .trip-planning .map-img-wrapper {
        width: 320px;
        min-width: 320px
    }

    .blog-detail .left-area {
        max-width: 100%;
        flex-direction: row
    }

    .blog-detail .left-area .left-item {
        padding: 30px;
        flex: 1
    }

    .blog-detail .right-area {
        width: 100%
    }

    .blog-detail,.blog-detail .left-area,.blog-info,.blog-info .info-area,.blog-footer {
        gap: 30px
    }

    .blog-footer .author-info {
        padding: 30px;
        gap: 30px
    }

    .blog-bottom,.tag-wrapper {
        margin-top: 30px
    }

    .tree-content li.active&gt;ul {
        max-width: 100%
    }

    .wp-block-columns {
        gap: 40px
    }

    .wp-block-columns.wp-container-3 .wp-block-column figure {
        margin: 30px 0
    }

    .wp-block-columns.wp-container-3 .wp-block-column {
        width: calc(55% - 20px);
        min-width: calc(55% - 20px)
    }

    .wp-block-columns.wp-container-3 .wp-block-column:last-child {
        width: calc(45% - 20px);
        min-width: calc(45% - 20px)
    }
}

@media screen and (max-width: 991px) {
    .inspiration .map-section .map-title,.inspiration .map-section .price-section {
        width:100%;
        min-width: 100%
    }

    .inspiration .map-img-wrapper {
        margin-top: -100px
    }

    .map-img-wrapper {
        width: 100%;
        max-width: 100%;
        min-height: 180px
    }

    .blog-detail .left-area {
        flex-direction: column
    }

    .blog-footer {
        flex-wrap: wrap
    }

    .blog-footer .author-info {
        width: calc(100% - 270px)
    }

    .blog-footer .share-wrapper {
        max-width: 240px
    }

    .wp-block-columns {
        flex-wrap: wrap;
        gap: 20px
    }

    .wp-block-columns.wp-container-3 .wp-block-column {
        width: 100%;
        min-width: 100%
    }

    .wp-block-columns.wp-container-3 .wp-block-column figure {
        margin-bottom: 0
    }

    .wp-block-columns.wp-container-3 .wp-block-column:last-child {
        width: 100%;
        min-width: 100%
    }

    .wp-block-columns.wp-container-3 .wp-block-quote {
        padding-left: 20px
    }
}

@media screen and (max-width: 767px) {
    #status {
        top:65px;
        right: 30px;
        padding: 10px 16px
    }

    .banner {
        height: var(--post-banner-height-mobile)
    }

    .banner::before {
        height: var(--post-banner-height-mobile-before)
    }

    .info-area .post-time {
        gap: 15px;
        flex-direction: row
    }

    .details-content h2 {
        margin: 0
    }

    .faq-item .faq-title label {
        padding-right: 30px
    }

    .trip-planning .card-slider .card-desc {
        flex-direction: column
    }

    .trip-planning .map-img-wrapper,.travelogue .map-img-wrapper,.map-section .map-title,.map-section .price-section {
        width: 100%;
        min-width: 100%
    }

    .trip-planning .map-img-wrapper,.travelogue .map-img-wrapper,.inspiration .map-img-wrapper {
        background-position: 50%;
        margin: 0
    }

    .details-content .card-sided .sided {
        flex-direction: column
    }

    .details-content .card-sided .sided .img-wrap {
        width: 100%!important
    }

    .insta-slider .slider-item {
        width: 50%;
        min-width: 50%
    }

    .insta-slider .slider-content,.image-slider .slider-content {
        font-size: 1rem;
        padding: 7px 60px 7px 15px
    }

    .nav-wrapper {
        height: 45px
    }

    .inspiration .map-title {
        text-align: center
    }

    .details-content p {
        margin: 15px 0
    }

    .inspiration .map-title .approx-budget {
        margin: 15px auto 0
    }

    .blog-detail .left-item .drop-selected {
        font-size: 1.125rem
    }

    .details-content figure img {
        max-width: 100%
    }

    .details-content ol,.details-content ul {
        padding: 30px
    }

    .details-content ul li {
        margin-bottom: 15px
    }

    .details-content figure {
        margin: 25px 0
    }

    .blog-footer .author-info {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .blog-footer .share-wrapper {
        max-width: 272px;
        align-items: center;
        margin: 0 auto
    }

    .share-wrapper .share-count {
        text-align: center
    }

    .details-content .sided-card {
        flex-direction: column
    }

    .details-content .sided-card img {
        width: 100%!important
    }

    .details-content .card-item {
        margin: 25px 0
    }

    .details-content .card-item,.post-source,.blog-card,.faq-section,.details-content .sided-card&gt;div {
        padding: 25px
    }

    .faq-section .faq-item {
        padding: 15px 0
    }

    .map-section .map-img {
        margin: 0 auto;
        max-width: 100%
    }

    blockquote {
        padding: 0 0 1px;
        font-size: 1.5rem
    }

    blockquote:before {
        height: 60px;
        width: 60px;
        position: static;
        display: block
    }

    blockquote:after {
        left: 0
    }

    .the-hot-list .post-hot .title {
        flex-direction: column;
        align-items: flex-start
    }

    .the-hot-list .post-hot .title p {
        font-size: 1.3125rem
    }

    .post-time div img {
        margin-bottom: -1px
    }
}

@media screen and (max-width: 575px) {
    .faq-item .faq-title label:after {
        top:15%
    }

    .gallery-wrap .gallery-item {
        width: 100%
    }

    .map-img-wrapper {
        background-size: contain;
        width: 100%;
        min-width: 100%;
        background-position: 50%
    }

    .blog-detail .post-breadcrumb {
        display: none
    }

    .blog-detail .left-area,.blog-detail,.blog-info,.blog-info .info-area,.blog-footer {
        gap: 20px
    }

    .blog-info {
        padding: 25px 0;
        margin: 25px 0
    }

    .blog-info .info-area {
        flex-direction: column;
        align-items: start
    }

    .suggested-wrapper .grid-2 .item-card {
        width: 100%;
        min-width: 100%
    }

    .map-section .price-section h5 {
        width: calc(50% - 7.5px);
        min-width: calc(50% - 7.5px)
    }
}

figure{width: 100% !important;}


/* Property style single page */
body.single-post .w3e-property-item-wrap .w3e-property-single-item {
    width: calc(33.33% - 15px);
}
.single-post .w3e-property-main-wrapper .heading h2 {
    margin: 0 0 20px;
}
.single-post .property-rating p {
    color: #BC4040;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.single-post .review-score-icon img {
    position: relative;
    top: -1px;
}

.single-post .review-score-icon {
    width: 17px;
    height: 17px;
    background: #0996c2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.single-post .review-score-icon {
    background: #BC4040;
}

.single-post .property-review {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.single-post .property-name {
    margin-top: 0;
    font-size: inherit !important;
}
.single-post .property-name[class] a {
    color: #263834 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 26px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.single-post .booking-btn {
    margin: 0px 0px 0px 0px !important;
    line-height: normal;
}

.single-post .booking-btn a {
    color: #858585 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.single-post .property-price {
    color: #BC4040 !important;
    background-color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0px 0px 0px 0px !important;
}

.single-post .property-facilities {
    background: none;
    border: 0;
}

.single-post .property-facilities li {
    list-style: inherit;
    margin-left: 3px;
}

.single-post .property-facilities li p {
    color: #858585;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 0;
}

.single-post .property-location {
    color: #263834 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.single-post .property-ratings-area .star-ratings {
    line-height: 100%;
    display: none;
}

.single-post .w3e-property-single-item .property-location {
    margin-bottom: 10px;
}

.single-post .property-btn:first-child {
    text-align: left;
    color: #003B95;
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: -0.4px;
    background-color: #ffffff;
    border-style: none;
    border-color: #0996C2;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
}

.single-post .property-btn:last-child {
    text-align: center;
    color: #ffffff !important;
    background-color: #476D9B !important;
    border-color: #476D9B;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.4px;
}

.single-post .w3e-property-feature-image .property-price {
    color: #0A0A0A !important;
    background-color: #ffffff;
    font-family: "Mulish", Sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.single-post .w3e-property-content .property-price, .single-post .w3e-property-content .booking-btn {
    display: none
}


.single-post .w3e-property-single-item .w3e-property-content .property-name {
    margin-bottom: 10px;
}
.single-post .w3e-property-feature-image .proterty-icon-group img:first-child {
    display: none;
}

.single-post .property-facilities li:nth-child(2) p:before, .single-post .property-facilities li:nth-child(3) p:before {
    content: "\2022";
    color: #6B7280;
    border-radius: 1ch;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.w3e-property-feature-image .golf-nearby {
    display: none;
}

.single-post .property-parner-logo {
    position: inherit;
    left: 0;
    top: 0;
    line-height: normal;
}

.single-post .property-parner-logo img {
    width: auto;
    height: 15px;
    max-width: 100%;
}

.single-post .w3e-property-single-item .property-buttons {
    justify-content: space-between;

}
@media screen and (max-width: 575px) {
    .single-post .property-ratings .property-type {
        margin-bottom: 0;
    }
    .single-post .property-ratings-area {
        margin-bottom: 0;
    }
    .single-post .property-ratings {
        display: flex;
    }
}

@media screen and (max-width: 1100px) {
    .single-post .w3e-property-content {
        padding: 10px;

    }
}
/* End Property style single page */</pre></body></html>