
html, body {
    overflow-x: hidden;
}

.fold-content {
    display: none;
}

.intro-content {
    padding-top: 1em;
}

.intro .IhZhl:nth-child(1) i {
    display: none;
}

.section-comment a:hover {
    text-decoration: underline;
}

.info-full {
    pointer-events: none;
    position: relative;
    top: -100%;
    top: -40px;
}

.info-full > .U3gSDe button {
    pointer-events: all;
    float: right;
    margin-right: -1rem;
    padding: 0 16px;
}

.trip-content {
    padding: 24px;
    padding-top: 4em;
}

.trip-content p, .intro-content p {
    margin-top: .2em;
    margin-bottom: .8em;
}

.trip-content p:not(.sSHqwe),
.intro-content p:not(.sSHqwe) {  /* long text styles */
    font-size: .9em;
    line-height: 2em;
}

@media (prefers-color-scheme:dark) {
    .trip-content a:hover svg { color: rgb(174, 203, 250); }
    .trip-content p.long,
    .intro-content p.long { color: rgba(232, 234, 237, 0.75); }
}
@media (prefers-color-scheme:light) {
    .trip-content a:hover svg { color: rgb(23, 78, 166); }
    .trip-content p.long,
    .intro-content p.long { color: rgba(32, 33, 36, 0.75); }
}

.trip-content a svg {
    width: 1.2em;
    height: 1.2em;
    margin-top: -1em;
    margin-left: .2em;
    margin-bottom: -.2em;
}

/* UNFOLD STYLES */

.info-full, .info-short,
.trip-more, .intro-more,
.trip-comment {
    transition: 0.4s;  /* jquery default slide anim time 400ms */
}

.item-folded .info-full {
    opacity: 0;
}

.item-unfold .info-short {
    opacity: 0;
}

.item-unfold .trip-more,
.item-unfold .intro-more {
    transform: rotate(180deg);
}

.item-unfold .trip-comment {
    margin-top: 5em;
    margin-bottom: -5em;
}


@media (max-width:768px) {  /* CARDS FILL SCREEN AT THIS WIDTH */

    .header {
        padding: 12px 16px;
    }
    .intro {
        margin: 16px;
        margin-bottom: 24px;
    }
    .section-title,
    .section-comment {
        margin: 0 16px;
    }
    .section-comment {
        margin-bottom: -24px;
    }
    .section {
        margin: 2em 16px;
    }
    footer {
        padding-top: 12px;
    }
    footer > div:first-child {
        margin-bottom: 10px;
    }
    footer .JeoPgf {
        display: flex;
        margin: 5px 2em;
    }
}

@media (max-width:840px) {  /* SMALL AND MEDIUM SCREEN */

    .OgQvJf {
        display: block;
    }
    .mxvQLc.ceis6c {
        grid-template-columns: 1fr;
    }
    .info-short > div {
        display: none;
    }
    .info-short > div:first-child {
        display: inline-block;
    }
    .info-full {
        position: absolute;
        top: 14px;
    }

}

@media (min-width:501px) and (max-width:840px) {  /* ONLY MEDIUM SCREEN (2 LINES CARD) */

    .info-full {
        width: calc(100% - 40px);
    }
    .info-short {
        width: calc(100% + 16px);
    }
    .info-short > div:last-child {
        float: right;
        display: inline-block;
    }
    .info-full > br {
        display: block !important;
    }
    .info-full > div {
        display: inline-block;
        vertical-align: top;
        margin-right: 2.5em;
        margin-bottom: 2em;
    }
    .info-full > div:nth-child(3) {
        float: right;
        text-align: right;
    }
    .info-full > div:last-child {
        float: right;
    }
    .item-unfold .trip-comment {
        margin-top: 16em;
        margin-bottom: -15em;
    }
    .trip-content {
        padding: 16px;
        padding-top: 12em;
    }
}

@media (max-width:500px) {  /* ONLY SMALL SCREEN (ALL LINES CARD) */

    .info-full {
        width: calc(100% - 32px);
    }
    .info-full > div {
        display: block;
        vertical-align: top;
        margin-bottom: 1em;
    }
    .info-full > div:not(:last-of-type) .sSHqwe {
        display: block;
        margin-top: -1em;
        text-align: right;
    }
    .info-full > div:first-child .sSHqwe {
        display: none;
    }
    .info-full > .U3gSDe div {
        justify-content: start;
        justify-self: start;
        text-align: left;
        margin-left: 0;
    }
    .info-full > .U3gSDe button {
        margin-top: -50px;
        margin-right: 0;
    }
    .info-full br {
        display: hidden;
    }
    .info-full .svg-fix {
        margin-top: -20px !important;
    }
    .info-full .svg-fix > div {
        margin-bottom: 8px !important;
    }
    .item-unfold .trip-comment {
        margin-top: 28em;
        margin-bottom: -28em;
    }
    .trip-content {
        padding: 16px;
        padding-top: 22em;
        padding-bottom: 2em;
    }
    .intro .QErZIc,
    .intro .IhZhl:nth-child(3) {
        display: none;
    }
    .intro .IhZhl:nth-child(1) > div:last-child {
        font-size: 0.85em;
        line-height: 5px;
        padding: 0 1em;
    }
    .intro-content {
        padding-top: 2em;
    }
    .intro .IhZhl:nth-child(1) i {
        display: block;
        width: 100%;
        border-top: 1px solid var(--tcc8c9ef487836e2b);
        margin-left: -1em;
        margin-top: 13px;
        padding-top: 9px;
        padding-left: 1em;
        padding-right: .5em;
    }
}
