/*.single-dldownload .ast-container {
    max-width: 100%;
    width: 100%;
}*/

.single-dldownload #primary {
    width: 100%;
}

.dl-download-single {
    width: 100%;
    margin: 0 auto;
}

.dl-download-single .entry-thumbnail {
    margin: 0 0 60px 0;
}

.dl-download-single .entry-thumbnail img {
    width: 100%;
}

.dl-download-single .entry-content {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.dl-download-single .entry-content:after {
    display: none;
}

.dl-download-btn {
    white-space: nowrap;
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: #626060;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    fill: #F3F3F2;
    color: #F3F3F2;
    transition-duration: 0.8s;
    border-style: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    line-height: 1em;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
}

.dl-unavailable {
    white-space: nowrap;
    opacity: 0.6;
}

.download-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.download-list .download-item {
    /*border-radius: 20px;*/
    /*background-color: #fff;*/
    overflow: hidden;
}

.download-list .download-item aside {
    padding: 20px 0 0 0;
}

.download-list .download-item .download-title {
    font-size: 25px;
    color: #626060;
    margin: 0 0 10px 0;
}

.download-list .download-item .download-content {
    color: #626060;
}

.download-list .download-item .download-actions {
    display: flex;
    gap: 15px;
    margin: 20px 0 0 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.download-list .download-item .download-thumbnail {
    margin: 0;
}

.download-list .download-item .download-thumbnail img {
    border-radius: 20px;
}