/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tmpl-single .content a.cd-download-button,
a.cd-download-button,
.cd-download-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    color: #e70606;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.tmpl-single .content a.cd-download-button::after,
a.cd-download-button::after,
.cd-download-button::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 8px;
    vertical-align: middle;
    background-image: url('../media/svg/download-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tmpl-single .content a.cd-download-button:focus,
a.cd-download-button:focus,
.tmpl-single .content a.cd-download-button:hover,
a.cd-download-button:hover,
.cd-download-button:hover,
.cd-download-button:focus {
    text-decoration: none;
}

.tmpl-single .content a.cd-download-button:active,
a.cd-download-button:active,
.cd-download-button:active {
    text-decoration: none;
}

.cd-download-preview-wrapper {
    box-sizing: border-box;
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-height: 850px;
    border: 1px solid #dcdcde;
    background: #525659;
    overflow: hidden;
}

.cd-download-preview {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-height: 850px;
    height: clamp(700px, 85vh, 1100px);
    border: 0;
}

@media (max-width: 782px) {
    .cd-download-preview-wrapper,
    .cd-download-preview {
        min-height: 70vh;
        height: 70vh;
    }
}
