.link {
    cursor: pointer;
}

/* CONTENT */
.single__content {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .single__content .andorra__container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .single__content {
        padding-top: 80px;
    }
    .single__content .andorra__container {
        max-width: 1160px;
    }
}

.single__content .memo {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-top: 1.5em;
}

.single__content .memo h1 {
    text-transform: initial;
    font-size: 2em;
    line-height: 1.2;
    font-family: "Geograph Edit Bold";
    letter-spacing: 0;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .single__content .memo h1 {
        font-size: 2.5em;
        margin: 20px 0;
    }
}

.single__content .memo .desc {
    font-family: "Geograph Edit Regular";
    font-size: 1.1875em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.00625em;
    text-transform: initial;
    font-feature-settings: "swsh";
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .single__content .memo .desc {
        margin-bottom: 12px;
    }
}

.single__content .memo span a,
.single__content .memo span strong {
    font-weight: 400;
    font-family: "Geograph Edit Bold";
}

.single__content .memo span a {
    border-bottom: 2px solid #fc0;
    color: #000;
    text-decoration: none;
}

.single__content .memo span a.no-border {
    border-bottom: 0;
}

.single__content .memo span .line {
    border-left: 1px solid #999;
    margin-left: 10px;
    padding-left: 10px;
}

.single__content .memo span .line:first-child {
    margin-left: 0;
}

.single__content .columns {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.25em;
}

@media (min-width: 1025px) {
    .single__content .columns {
        display: flex;
        flex-direction: row;
        margin-bottom: 3em;
    }
}

.single__content .column:first-child {
    width: 100%;
    padding-right: 0;
    float: left;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1025px) {
    .single__content .column:first-child {
        width: calc(100% - 320px);
        padding-right: 50px;
    }
}

.single__content .column:first-child > * {
    width: 100%;
}

.--andorra__video {
    width: 100%;
    position: relative;
    background-size: cover !important;
}

.--andorra__video.disabled {
    cursor: default !important;
}

.--andorra__video.native video {
    opacity: 0;
}

.--andorra__video.disabled video {
    opacity: 1;
}

.--andorra__video .play-button {
    height: 80px;
    width: 56px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 14;
    position: absolute;
    bottom: 0;
    left: 0;
}

.--andorra__video:hover .play-button {
    background: #fc0;
}

.--andorra__video .play-icon {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
    border-left: 19px solid #fc0;
    font-size: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 15px solid #fc0;
}

.--andorra__video:hover .play-icon {
    border-left-color: #000 !important;
}

.video-caption {
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-weight: 400;
    font-size: 0.875em;
    letter-spacing: 2.5px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin: 11px 0;
    border-left: 1px solid #000;
}

@media (min-width: 768px) {
    .video-caption {
        padding-left: 35px;
        margin: 10px 0 31px;
    }
}

@media (min-width: 1280px) {
    .video-caption {
        padding-left: 40px;
        margin: 11px auto 0;
    }
}

.video-caption:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #fff;
    z-index: 2;
}

@media (min-width: 768px) {
    #preFooter {
        padding-bottom: 0.5em;
    }

    #preFooter .message {
        width: calc(100% - 270px);
    }
}

.single__tags .andorra__container {
    display: flex;
    gap: 0.75em;
}

.single__tags .link {
    border-radius: 2px;
    background-color: #f4f4f4;
    font-family: "Geograph Edit Bold", sans-serif;
    font-feature-settings: "swsh";
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 3px;
    text-align: center;
    color: #000000;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 768px) {
    .single__tags .link {
        padding: 10px 28px;
    }
}

.single__tags .link:hover {
    background: #000;
    color: #fff;
}

.single__tags .gif {
    display: block;
    margin: 6em auto 4em;
    width: 36px;
    height: 52px;
}

@media (min-width: 1025px) {
    .single__tags .gif {
        margin: 4em auto;
    }
}
