.editor-actions {
    max-width: 700px;
    margin-top: 22px;
}

.download-button {
    background: linear-gradient(135deg, #17833b, #087a82);
    box-shadow: 0 5px 12px #167a3a33;
}

.download-button:hover {
    box-shadow: 0 8px 18px #167a3a40;
}

.file-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.file-actions form { margin: 0; }

#release-upload-form input[type="file"] {
    padding: 7px;
    border-style: dashed;
    background: #f7fbff;
    cursor: pointer;
}

#release-upload-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 8px 12px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #0958b7, #087a82);
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

#release-upload-form input[type="file"]::file-selector-button:hover {
    background: linear-gradient(135deg, #074b9d, #076b72);
}

.file-picker {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    margin-top: -8px;
    padding: 8px 12px;
    border: 1px dashed #78a5bd;
    border-radius: 10px;
    background: #f7fbff;
    cursor: pointer;
}

.file-picker input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.file-picker-button {
    padding: 8px 12px;
    border-radius: 7px;
    background: linear-gradient(135deg, #0958b7, #087a82);
    color: #fff;
    font-weight: 750;
    box-shadow: 0 3px 8px #0758a426;
}

.file-picker-name {
    overflow: hidden;
    color: #385774;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 650px) {
    .actions > .button {
        flex: 1;
        text-align: center;
    }
}
