button.change-image-btn {
    padding: 6px 12px;
    background: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    color: #3b82f6;
    margin-right: 5px;
}

button.remove-image-btn {
    padding: 6px 12px;
    background: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    color: #ef4444;
}

button.upload-image-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 40px 20px;
    background: white;
    border: 2px dashed #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

button.collapse-btn {
    background: none;
    margin-left: 10px;
    margin-top: 0px;
}