.download-header .download-thumb {
    max-width: 400px;
    width: 100%;
    text-align: center;
    border-right: 4px solid #9ca3af;
}
.download-header .download-thumb img {
    width: 100%;
    height: auto;
    max-width: 150px;
    border-radius: 12px;
}
.download-title {
    text-align: center;
}
.download-title h1 {
    font-size: 5em;
    margin: 0;
    line-height: 1.1em;
}
.download-item-wrap {
    border: 1px solid #CCCCCC;
    box-shadow: 0px 5px 5px 0px #00000033;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;
    margin-bottom: 30px;
    min-height: 40px;
}
.download-item-name {
    font-size: 18px;
    font-weight: bold;
}
.download-link-block a {
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
}
.download-link-block a div {
    gap: 10px;
}
.back-to-post {
    text-align: center;
}
.back-to-post a {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 100px;
    display: inline-block;
}
.click-to-download {
    margin-top: 15px;
}
.btn-download {
    transition: opacity 0.6s ease;
}