#diy-modal-content {
    max-width: 600px;
}

#diy-modal-body {
    font-family: 'Roboto', sans-serif;
    color: #ddd;
    line-height: 1.5;
}

#diy-modal-body p {
    margin-top: 0;
    margin-bottom: 20px;
}

.diy-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.diy-or-text {
    text-align: center;
    color: #888;
    margin: -5px 0;
    font-family: 'Roboto', sans-serif;
}

#diy-upload-btn {
    padding: 10px 15px;
}

#diy-upload-btn:hover {
    background-color: #666;
}

.diy-file-name-display {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    margin-top: -5px;
    min-height: 1.2em; /* prevent layout shift */
}

#diy-modal-footer {
    border-top: 1px solid #444;
    padding-top: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

