/* Related Posts */
.sec--posts {
    padding: 4.444vw 0px;
}

.sec--posts .related-posts {
    margin-bottom: 0px;
}

.sec--posts .related-posts article .card-thumb {
    margin-bottom: 1.389vw;
}

.sec--posts .related-posts article .card-thumb img {
    border-radius: 1.667vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.sec--posts .related-posts article .card-meta {
    display: flex;
    gap: 0.556vw;
    margin-bottom: 0.556vw;
}

.sec--posts .related-posts article .card-meta span {
    font-size: 0.833vw;
    line-height: 1.2;
    padding: 0.417vw 0.833vw;
    border-radius: 1.667vw;
    background-color: #FF6100;
    color: white;
    text-transform: capitalize;
}

.sec--posts .related-posts article .card-content a {
    color: #101A3B;
}

.sec--posts .related-posts article .card-content .card-title {
    font-size: 1.2vw;
    line-height: 1.2;
    font-weight: 700;
    margin: 0px 0px 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sec--posts .related-posts article .card-content .card-excerpt {
    font-size: 0.972vw;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sec--posts .container {
    padding: 0px;
}

.sec--posts .related-posts .slick-track:before,
.sec--posts .related-posts .slick-track:after {
    display: none;
}

/* Author */
.single-post .author-social-links {
    display: flex;
    gap: 0.556vw;
}

.single-post .author-social-links a {
    width: 2.5vw;
    height: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    color: white;
    font-size: 1.111vw;
}

/*  Quick Summary */
.single-post #quick_summary {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 4.444vw 24px 24px 24px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #FF6100;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.single-post #quick_summary:before {
    content: 'Quick Summary';
    position: absolute;
    top: 24px;
    font-weight: 700;
    font-size: 1.389vw;
    color: #FF6100;
}

.single-post #quick_summary p,
.single-post #quick_summary ul li {
    margin-bottom: 8px;
    text-align: justify;
}

.single-post #quick_summary ul li {
    font-size: 1vw;
}

.single-post #quick_summary p:last-child,
.single-post #quick_summary ul li:last-child {
    margin-bottom: 0px;
}

/* Entry Content */
.single-post .entry-content b,
.single-post .entry-content h2,
.single-post .entry-content h2 *,
.single-post .entry-content h3,
.single-post .entry-content h3 *,
.single-post .entry-content h4,
.single-post .entry-content h4 * {
    font-weight: 700 !important;
}

.single-post .entry-content iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
    margin: 16px 0;
}

.single-post .entry-content blockquote {
    padding: 24px;
    margin: 16px 0px;
    border-left: 5px solid #FF6100;
    border-radius: 16px;
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1), -2px 2px 2px rgba(0, 0, 0, .01), 1px 1px 2px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .2);
    font-style: italic;
}

.single-post .entry-content blockquote p,
.single-post .entry-content blockquote li {
    margin-bottom: 8px;
    text-align: justify;
}

.single-post .entry-content blockquote li {
    font-size: 1vw;
}

.single-post .entry-content blockquote p:last-child,
.single-post .entry-content blockquote li:last-child {
    margin-bottom: 0px;
}

/* Custom Blockquote */
.single-post .entry-content .custom-blockquote {
    display: grid;
    grid-template-columns: 2.778vw 1fr;
    gap: 8px;
}

.single-post .entry-content .custom-blockquote .fa-quote-left {
    font-size: 2.5vw;
    color: rgba(255, 97, 0, 0.5);
}

.single-post .entry-content .custom-blockquote p {
    margin-bottom: 8px;
}

.single-post .entry-content .custom-blockquote cite {
    font-weight: 600;
    font-size: 1.25vw;
}

.single-post .entry-content a {
    color: #FF6100;
    font-weight: 600;
}

.single-post .entry-content a:hover {
    text-decoration: underline;
}
/* Other Link */
.single-post .entry-content .other_link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    font-style: italic;
    position: relative;
}
.single-post .entry-content .other_link:before{
    content: '';
    position: absolute;
    left: 0;
    top: 1vw;
    width: 32px;
    height: 24px;
    background-color: rgba(16,26,59,0.1);
    border-radius: 99px;
}
.single-post .entry-content .other_link .pinterest-processed{
    width: fit-content !important;
}
.single-post .entry-content .other_link .pinterest-processed a{
    display: none;
}
.single-post .entry-content .other_link .pinterest-processed img{
    width: 2.2vw;
    height: 2.2vw;
    max-width: 40px;
}
/* Tag Pinterest */
.single-post .entry-content .pinterest-processed {
    overflow: hidden;
    position: relative;
}

.single-post .entry-content figure figcaption {
    text-align: center;
    padding: 6px 24px;
    background-color: rgba(233, 233, 233,0.3);
    font-size: 0.9vw;
}

.single-post .entry-content .pinterest-processed a[data-pin-log="button_pinit"] {
    opacity: 0.9;
    transition: opacity 0.2s;
    position: absolute;
    left: 1.111vw;
    top: 1.111vw;
    font-weight: 700;
    padding: 0.417vw 0.833vw 0.417vw 1.5vw;
    height: fit-content;
    border-radius: 32px;
    text-indent: 6px;
    font: 0.972vw / 1.111vw "Montserrat", Sans-serif;
    background-position: 8px;
    background-size: 1.111vw 1.111vw;
}

.single-post .entry-content .pinterest-processed:hover a[data-pin-log="button_pinit"] {
    opacity: 1;
}

/* TOC */
.single-post .custom-toc,
.single-post .fixed-toc-box {
    border: 1px solid #f5f4f2;
    border-radius: 0 0 16px 16px;
    padding: 1.667vw;
    margin: 0px;
    background-color: white;
}

.single-post .custom-toc .toc-title {
    display: none;
}

.single-post .custom-toc>ol,
.single-post #fixedTocContent>ol {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    list-style: none;
}

.single-post .custom-toc>ol>li,
.single-post #fixedTocContent>ol>li {
    counter-increment: num;
    padding-left: 2.5em;
    margin: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.single-post .custom-toc>ol>li:before,
.single-post #fixedTocContent>ol>li:before {
    content: counter(num) ".";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 1.111vw;
    font-weight: bold;
}

.single-post .custom-toc>ol>li:last-child,
.single-post #fixedTocContent>ol>li:last-child {
    border: none;
}

.single-post .custom-toc>ol>li button,
.single-post #fixedTocContent>ol>li button {
    color: black;
    font-size: 1.111vw;
    line-height: 1.2;
    font-weight: 600;
    padding: 0px;
    font-style: normal;
    gap: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.single-post .custom-toc>ol>li button .toc-heading-text,
.single-post .custom-toc .toc-sublist li .toc-subitem,
.single-post #fixedTocContent li .toc-heading-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: normal;
}

.single-post .custom-toc>ol>li button:hover,
.single-post #fixedTocContent li button:hover {
    text-decoration: underline;
}

.single-post .custom-toc>ol>li button svg,
.single-post .toc-toggle-btn svg,
.single-post .fixed-toc-box svg {
    width: 16px;
    height: 16px;
}

.single-post .custom-toc li:last-child button,
.single-post #fixedTocContent li:last-child button {
    margin-bottom: 0px;
}

.single-post .custom-toc .toc-sublist,
.single-post .fixed-toc-box .toc-sublist {
    padding: 8px 0 8px 20px;
    margin: 0px;
    border-radius: 1.111vw;
    background-color: #FFFFFF;
    position: unset;
    z-index: 9;
}

.single-post .fixed-toc-box .toc-sublist {
    position: unset;
}

.single-post .custom-toc .toc-title,
.single-post .fixed-toc-box .toc-title {
    font-weight: bold;
}


.single-post .custom-toc button,
.single-post .fixed-toc-box button {
    all: unset;
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
}

.single-post .custom-toc .toc-sublist,
.single-post .fixed-toc-box .toc-sublist {
    display: none;
}

.single-post .custom-toc .toc-h2.open .toc-sublist,
.single-post .fixed-toc-box .toc-h2.open .toc-sublist {
    display: block;
}

.single-post .toc-toggle-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 1.25vw;
    font-weight: 700;
    background: #101A3B;
    font-family: "Montserrat", Sans-serif;
    color: white;
    padding: 0.833vw 1.389vw;
    border-radius: 2.222vw;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    z-index: 99;
}

.single-post .toc-toggle-btn svg {
    fill: white;
}

.single-post .fixed-toc-box {
    position: fixed;
    bottom: 5vw;
    left: 20px;
    width: 40%;
    height: fit-content;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 700px;
}

.single-post button.backtoptop {
    width: fit-content;
    margin-top: 5vw;
    font-size: 1.111vw;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    padding: 0.833vw 1.389vw;
    border-radius: 2.222vw;
    border: 1px solid #101A3B;
    color: #101A3B;
}

/* Box Tour */
.single-post .box-tour {
    max-width: 90%;
    margin: 1.111vw auto;
    display: grid;
    grid-template-columns: 21vw 1fr;
    gap: 1.111vw;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1.111vw;
}

.single-post .box-tour a {
    color: black;
    display: block;
}

.single-post .box-tour .item__head * {
    height: 100%;
}

.single-post .box-tour .item__head .pinterest-processed>a {
    display: none;
}

.single-post .box-tour .item__head img {
    border-radius: 16px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.single-post .box-tour .item__main {
    padding: 1.111vw 1.667vw;
}

.single-post .box-tour .item__main a {
    text-decoration: none;
}

.single-post .box-tour .item__main .title {
    font-size: 1.667vw;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    margin: 0px 0px 0.556vw;
}

.single-post .box-tour .item__main .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 1.111vw;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 0.556vw;
}

.single-post .box-tour .item__main .rating svg path {
    fill: #FBBC04;
}

.single-post .box-tour .item__main .price,
.single-post .box-tour .item__main .note {
    font-weight: 400;
    font-size: 1.111vw;
    line-height: 1.4;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 0px;
}

.single-post .box-tour .item__main .price strong {
    font-size: 1.35vw;
    color: #FF6100;
}

.single-post .box-tour .item__main .note {
    font-style: italic;
}

.single-post .box-tour .item__main .btn-booknow {
    padding: 0.556vw 1.111vw;
    font-size: 1.111vw;
    background-color: #FF6100;
    color: white;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-top: 1.111vw;
    width: fit-content;
    border-radius: 1.111vw;
}

.single-post .box-tour .item__main .btn-booknow:hover,
.single-post .box-tour .item__main .title:hover {
    text-decoration: underline;
}

/* Aside Right - Box */
.single-post .box {
    border-radius: 1.111vw;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1.111vw;
}

.single-post .box .title {
    font-size: 1.667vw;
    line-height: 1.2;
    font-weight: 700;
    margin: 0px;
    font-family: "Montserrat", Sans-serif;
}

.single-post .box .new-article-item,
.single-post .box .suggested-tours .tour-item {
    padding: 1.111vw 0px;
    border-bottom: 1px solid #BFBFBF;
}

.single-post .box .new-article-item:last-child,
.single-post .box .suggested-tours .tour-item:last-child {
    padding-bottom: 0px;
    border: none;
}

.single-post .box .new-article-item>a,
.single-post .box .suggested-tours .tour-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 1.389vw;
}

.single-post .box .new-article-item img,
.single-post .box .suggested-tours .tour-item>a,
.single-post .box .suggested-tours .tour-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100px;
    border-radius: 1.111vw;
}

.single-post .box .new-article-item .content .title,
.single-post .box .suggested-tours .tour-item .title {
    font-size: 1.111vw;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    color: black;
}

.single-post .box .new-article-item .content .title:hover,
.single-post .box .suggested-tours .tour-item .title:hover {
    text-decoration: underline;
}

.single-post .box .new-article-item .content .card-meta {
    margin-bottom: 0px;
    display: flex;
    gap: 8px;
}

.single-post .box .new-article-item .content .card-meta span {
    padding: 4px 8px;
    color: white;
    background-color: #FF6100;
    border-radius: 1.111vw;
    font-size: 0.833vw;
    font-family: "Montserrat", Sans-serif;
}

.single-post .box .suggested-tours .tour-item .item__main a {
    color: black;
    font-family: "Montserrat", Sans-serif;
}

.single-post .box .suggested-tours .tour-item .item__main p.price,
.single-post .box .suggested-tours .tour-item .item__main p.rating {
    font-size: 0.972vw;
    line-height: 1.2;
    margin-bottom: 6px;
    font-family: "Montserrat", Sans-serif;
}

.single-post .box .suggested-tours .tour-item .item__main p.price strong {
    color: #FF6100;
}

.single-post .box .suggested-tours .tour-item .item__main p.note {
    font-style: italic;
    font-size: 0.833vw;
    margin-bottom: 0px;
    font-family: "Montserrat", Sans-serif;
}

.single-post .box .suggested-tours .tour-item .item__main>a:last-child {
    margin-top: 8px;
    font-size: 0.833vw;
    line-height: 1.2;
    display: inline-flex;
    background-color: #101A3B;
    color: white;
    border-radius: 1.111vw;
    padding: 8px 16px
}

.single-post .box .suggested-tours .tour-item .item__main>a:last-child:hover {
    text-decoration: underline;
}

/* Form Content */
.single-post .entry-content .box.form_content {
    max-width: 80%;
    margin: 24px auto;
    background-color: rgba(255, 97, 0, 0.1);
}

.single-post .entry-content .box.form_content p {
    text-align: center;
    margin-bottom: 0px;
}

.single-post .entry-content .box.form_content p.title strong {
    font-weight: 700;
}

.single-post .entry-content .box.form_content p.description {
    font-size: 1vw;
    margin-bottom: 16px;
}

.single-post .entry-content .box.form_content input[type="email"],
.single-post .entry-content .box.form_content button {
    min-height: fit-content;
    padding: 12px 24px !important;
}

@media (max-width: 1024px) {
    .single-post h2 {
        font-size: 20px;
    }

    .single-post h3 {
        font-size: 18px;
    }

    .single-post h4 {
        font-size: 16px;
    }

    .single-post .custom-toc>ul>li button,
    .single-post #fixedTocContent>ul>li button,
    .single-post .entry-content figure figcaption,
    .sec--posts .related-posts article .card-content .card-excerpt,
    .sec--posts .related-posts article .card-meta {
        font-size: 12px;
        line-height: 1.2;
    }

    .single-post .author-social-links a {
        width: 32px;
        height: 32px;
    }

    .single-post .author-social-links a i,
    .sec--posts .related-posts article .card-content .card-title {
        font-size: 14px;
    }

    .single-post .entry-content .custom-blockquote cite {
        font-size: 13px;
    }

    .single-post .entry-content .box.form_content {
        max-width: 100%;
    }

    .single-post .entry-content .box.form_content p.description {
        font-size: 12px;
        margin: 0 0 8px;
    }

    .single-post .custom-toc>ol>li button,
    .single-post #fixedTocContent>ol>li button,
    .single-post .custom-toc>ol>li:before,
    .single-post #fixedTocContent>ol>li:before {
        font-size: 13px;
    }

    .single-post .custom-toc .toc-sublist,
    .single-post .fixed-toc-box .toc-sublist {
        padding: 4px 8px 4px 20px;
    }

    .single-post .custom-toc>ol>li button svg,
    .single-post .toc-toggle-btn svg,
    .single-post .fixed-toc-box svg {
        width: 13px;
        height: 13px;
    }

    .single-post #quick_summary blockquote {
        margin: 32px 0 0;
    }

    .single-post #quick_summary ul li {
        font-size: 11px;
    }

    .single-post #quick_summary:before {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .single-post .box-tour {
        max-width: 100%;
        border-radius: 16px;
        gap: 14px;
        grid-template-columns: 150px 1fr;
    }

    .single-post .box-tour .item__main .title,
    .single-post .box .new-article-item .content .title,
    .single-post .box .suggested-tours .tour-item .title,
    .single-post .box-tour .item__main .price strong {
        font-size: 14px;
    }

    .single-post .box-tour .item__main .price,
    .single-post .box-tour .item__main .note,
    .single-post .box-tour .item__main .rating,
    .single-post .box-tour .item__main .btn-booknow,
    .single-post .entry-content .pinterest-processed a[data-pin-log="button_pinit"],
    .single-post .box .new-article-item .content .card-meta span,
    .single-post .box .suggested-tours .tour-item .item__main p.price,
    .single-post .box .suggested-tours .tour-item .item__main p.rating,
    .single-post .box .suggested-tours .tour-item .item__main p.note,
    .single-post .box .suggested-tours .tour-item .item__main>a:last-child {
        font-size: 12px;
    }

    .single-post .box-tour .item__main .btn-booknow,
    .single-post .box,
    .single-post .box .new-article-item img,
    .single-post .box .suggested-tours .tour-item>a,
    .single-post .box .suggested-tours .tour-item img,
    .single-post .box .new-article-item .content .card-meta span,
    .single-post .box .suggested-tours .tour-item .item__main>a:last-child {
        border-radius: 16px;
    }

    .single-post .box-tour .item__main {
        padding: 20px 20px 20px 0px;
    }

    .single-post .entry-content .pinterest-processed a[data-pin-log="button_pinit"] {
        padding: 4px 6px 4px 20px;
        line-height: 1.2;
        background-size: 12px 12px;
    }

    .single-post .box .new-article-item,
    .single-post .box .suggested-tours .tour-item {
        padding: 14px 0px;
    }

    .single-post .box .title {
        font-size: 20px;
    }

    .single-post .box {
        padding: 20px;
    }

    .single-post .box .new-article-item>a,
    .single-post .box .suggested-tours .tour-item {
        gap: 14px;
    }

    .single-post .custom-toc>ul,
    .single-post #fixedTocContent>ul {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .single-post .custom-toc,
    .single-post .fixed-toc-box {
        padding: 20px;
    }

    .single-post .custom-toc .toc-sublist,
    .single-post .fixed-toc-box .toc-sublist {
        padding: 14px 14px 14px 32px;
        border-radius: 16px;
    }

    .single-post .toc-toggle-btn {
        font-size: 16px;
        padding: 8px 16px;
        border-radius: 16px;
        left: 12px;
    }

    .single-post .fixed-toc-box {
        bottom: 64px;
        left: 12px;
        width: 80%;
    }

    .single-post button.backtoptop {
        font-size: 12px;
        border-radius: 16px;
    }

    .single-post .entry-content figure figcaption {
        font-size: 10px;
    }

    .single-post .entry-content figure,
    .single-post .entry-content p,
    .single-post .entry-content h2,
    .single-post .entry-content h3,
    .single-post .entry-content h4 {
        margin: 8px 0;
    }

    .single-post .box-tour .item__main a {
        display: flex;
        flex-direction: column;
    }

    .single-post .box-tour .item__main a>*,
    .single-post .box-tour .item__main a .title {
        margin: 0 0 8px;
    }
    .single-post .entry-content blockquote p:first-child strong{
        font-size: 20px;
    }
    .single-post .entry-content blockquote ul{
        padding-left: 24px;
    }
    .single-post .entry-content blockquote li,
    .single-post .entry-content blockquote li strong{
        font-size: 12px;
    }
}