body {
    color: #FFF;
    --img-aspect-ratio: 0.6719283747;
    --img-width: calc(100vw - 48px);
}
#language-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    border-radius: 50%;
    background-color: #F3F4EF;
    padding: 8px;
    outline: none;
    overflow: hidden;
}

.tour-card {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    cursor: pointer;
    padding: 8px;
    background-color: #F3F4EF;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 32px;
}

.first-tour {
    background-color: #470000 !important;
    color: #fff !important;
}

.tour-card img {
    border-radius: 13px;
}

.tour-card h2 {
    margin-block-end: 0em;
    margin-left: 8px;
}

.tour-card p {
    margin-left: 8px;
    margin-right: 8px;
    text-align: justify;
}

.tour-card a {
    display: block;
    background-color: #470000;
    font-size: 1.2em;
    padding: 8px;
    margin: 0px 8px 8px 8px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    text-align: center;
    text-decoration: none;
}

.first-tour a {
    background-color: #772524 !important;
}

.new-marker {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 64px;
    height: 64px;
    background-color: #F3F4EF;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    font-weight: bold;
    color: #470000;
    text-align: center;
    line-height: 64px;
}

.new-marker-cn {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 64px;
    height: 64px;
    background-color: #F3F4EF;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    font-weight: bold;
    color: #470000;
    text-align: center;
    line-height: 64px;
    font-size: x-large;
}

.credits {
    text-align: center;
}

.tour-card-img-container {
    min-height: calc(var(--img-aspect-ratio) * var(--img-width));
    position: relative;
}

#spacer {
    display: block;
    height: 64px;
}